If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
i created a 1 line password generator that can be easily added to any script i believe.
PHP Code:
<?php
/**
* 1 Line Random Password Generator
* @Usage: 'Characters To Use', Start Point, End Point, (Currently Displays 10 Digit Passwords)
**/
echo substr(str_shuffle('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$'), 0, 10);
/** Add a Link To Refresh Page For Testing Purposes */
echo '<br/><a href="test.php">Refresh</a>';
?>
//
//
//
<?php
include ('Ghost');
if ($Post == true) {
echo '
sigpic
alt='coding-talk.com!!' />';
echo 'Sharing Is Caring!';
} else {
echo '
alt='the username GHOST has been comprimised!' />';
echo 'OMG SOMEBODY HELP ME!!';
}
?>
Comment