Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25

Thread: Neopets alerts

  1. #21
    Ryan~'s Avatar
    Joined
    Jan 2012
    Posts
    123
    Userbars
    5
    Thanks
    1,380
    Thanked
    1,424/827
    DL/UL
    103/4
    Mentioned
    640 times
    Time Online
    15d 12h 13m
    Avg. Time Online
    5m
    That could always be arranged if Joe wants the code. It's easily one simple function.

    If $time is between THIS and THIS{
    SNOWAGER RWR GO VISIT ME
    }
    else if($time is between THIS AND THIS){
    RAWR DEADLY DICE GO VISIT ME
    }

  2. #22
    yamakracker's Avatar
    Joined
    Feb 2012
    Posts
    967
    Userbars
    3
    Thanks
    316
    Thanked
    160/128
    DL/UL
    43/0
    Mentioned
    79 times
    Time Online
    17d 20h 48m
    Avg. Time Online
    6m
    Wooo, I support this too
    Too lazy to checkin' anything these days D:

  3. #23
    Ryan~'s Avatar
    Joined
    Jan 2012
    Posts
    123
    Userbars
    5
    Thanks
    1,380
    Thanked
    1,424/827
    DL/UL
    103/4
    Mentioned
    640 times
    Time Online
    15d 12h 13m
    Avg. Time Online
    5m
    Also, everyone I suggest using @(you need an account to see links) 's PHP daily doer.

    (you need an account to see links)

  4. #24
    Zachafer's Avatar
    Joined
    Dec 2011
    Posts
    1,235
    Userbars
    11
    Thanks
    769
    Thanked
    1,466/678
    DL/UL
    98/0
    Mentioned
    512 times
    Time Online
    24d 13h 9m
    Avg. Time Online
    8m
    Snowager:
    PHP Code:
    function canSnowager() 
    {
        
    $snowHours = array(61422);
        
    date_default_timezone_set('America/Los_Angeles');
        return 
    in_array(date('G'), $snowHours);
    }

    if(
    canSnowager()) echo '<script>alert("Snowager is sleeping!");</script>'

  5. #25
    Ryan~'s Avatar
    Joined
    Jan 2012
    Posts
    123
    Userbars
    5
    Thanks
    1,380
    Thanked
    1,424/827
    DL/UL
    103/4
    Mentioned
    640 times
    Time Online
    15d 12h 13m
    Avg. Time Online
    5m
    Even more compact and correct ^^^

Posting Permissions

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