greetings, fellow internet!

welcome to digitalgangster.com, the coolest community for people who hack the gibson and make bajillions of dollars off of online marketing. please click here to register an account (it's free) and join in on a plethora of discussions with the internet elite.

ASGPHE,
ytcracker, original digital gangster
follow me on twitter
fan me on facebook
Results 1 to 5 of 5

Thread: Hotornot script?

  1. #1
    sKyZ's Avatar
    Join Date
    Jan 2009
    Location
    192.168.1.100
    Posts
    4,122

    Default Hotornot script?

    Any of you have any experience with any hotornot type scripts? Any suggestions for scripts?


    [
    Litecrunch.com]
    Litecoin P2Pool Mining Pool - Los Angeles, CA

  2. #2

    Join Date
    Nov 2008
    Location
    littleton, co
    Posts
    219

    Default

    use this one:

    <?php
    if ($username == "iRRVi") {
    $hot = true;
    else {
    $hot = false;
    }
    ?>

    100% reliable
    coder for hire add my skype: theirrvi

  3. #3

    Default

    Quote Originally Posted by iRRVi View Post
    use this one:

    <?php
    if ($username == "oDb") {
    $hot = true;
    else {
    $hot = false;
    }
    ?>

    100% reliable

  4. #4

    Default

    Quote Originally Posted by iRRVi View Post
    100% reliable


    Parse error: syntax error, unexpected T_ELSE in E:\teh_wrong\index.php on line 4

    ;x

  5. #5
    austn's Avatar
    Join Date
    Oct 2008
    Location
    third coast
    Posts
    4,206

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •