Any of you have any experience with any hotornot type scripts? Any suggestions for scripts?
greetings, fellow internet!Any of you have any experience with any hotornot type scripts? Any suggestions for scripts?
use this one:
<?php
if ($username == "iRRVi") {
$hot = true;
else {
$hot = false;
}
?>
100% reliable
coder for hire add my skype: theirrvi
Code:[root ~]# php HotOrNot.php iRRVi Hot? Hot. [root ~]# cat HotOrNot.php <?php $username = $argv[1]; if ($username == base64_decode("aVJSVmk=")) { $hot = "Hot."; } else { $hot = "Not."; } printf("Hot? %s\n", $hot); ?> [root ~]#
Bookmarks