WikiTips and Tricks ⇒ Security Code - Numbers Only  

Glossary
The Project
Install
Dragonfly admin interface
Dragonfly public view
Dragonfly Themes
Build local server
Running Dragonfly CVS
Tips and Tricks
Rules & Regulations
v9 Developer's Manual
v10 Developer's manual
10.12: Security Code - Numbers Only Parent
I find it to be quicker when logging in to just use the numpad for the security code.

Open includes/functions/display.php This File

And around line 385 look for

$CPG_SESS['gfx'][$id] = substr(dechex($time[0]*3581692740), 0, $chars);


Change to

$CPG_SESS['gfx'][$id] = substr($time[0]*3581692740, 0, $chars);

That is taking out the dechex conversion.

And that's it!

Thanks to DJMaze and Kuragari

 
Updated: Wednesday, September 13, 2006 (01:40:02) by SMK-CA
Created:  Friday, June 10, 2005 (00:26:51) by j-kite

Dedicated Server & Bandwidth Sponsored by DedicatedNOW

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
This page generated in 0.1107 seconds with 15 DB Queries in 0.036 seconds
Memory Usage: 1.47 MB
Interactive software released under GNU GPL, Code Credits, Privacy Policy