Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,657
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Uridium

  1. sorry this made me giggle     from this link >>>> http://searchengines.guru/showpost.php?p=13797138&postcount=40 which when translated reads as >>>>> "With Realhostersom began working last month - suffered one of its projects . In general, the technical support is adequate , promptly and competently answer questions . Realhosters thank you, and good luck ."
  2. come on guys don't be hijacking someone elses thread start your own and take boxing gloves
  3. okies matey :) I actually built an education mod for this engine for someone cant remember who
  4. why is it linked to streetmafia.net ??
  5. id also add a limiter so only a few of each item can be taken at once or have it so if the users health needs 3 to fill the bar then only 3 items can be taken
  6. hmmm didn't receive request from you send me your Skype name
  7. add me too Skype illusions2142 if you have it
  8. im on your site at the moment and cant get passed the login page
  9. Warning: Cannot modify header information - headers already sent by (output started at /home/corruptedstreets/public_html/signup.php:136) in /home/corruptedstreets/public_html/signup.php on line 214
  10. we are still waiting for confirmation from the site owners on this issue..
  11. if you put back the orig v2 mainmenu.php version does that work ????
  12. I'm sure somewhere on this forum the issue your having was also raised try doing a search on the forums for multiple item use
  13. Another way would be to have a cut off if no more than 200 tickets sold but only allow 1 person to buy 100 tickets which would mean if it doesnt reach over 100 then that dra is invalid and rolls over until more players enter
  14. is there a single person cut off ???? what i mean is 1 person could play the game on their own and reap rewards
  15. Have the from run off a timestamp you could also set up a percent deduction or if user wants cash to go directly to their bank for a 5% fee
  16. just hanged to BT Infinity my previous was around 12mb download and about 0.99 upload.. now its changed.. http://www.speedtest.net/result/3818037455.png
  17. well done Zettieee nice to see some positive feedback on a member here haven't seen any for a while :)
  18. Yes it can be done
  19. This small but hopefully helpful addon will stop multis by password and IP just add this below where it checks for username else if($_POST['password'] = abs((int) $_POST['password'])) $q=$db->query("SELECT * FROM users WHERE userpass= md5('{$_POST['password']}')"); if($db->num_rows($q)) { die("<h1><font color=yellow>Multi Account Error!</font></h1>. ><font color=lightgreen><a href='register.php'>Back</a></font>"); } // check for same IP addresses on dbase else if($IP = abs((int) $IP)) $IP = $_SERVER['REMOTE_ADDR']; $q=$db->query("SELECT * FROM users WHERE lastip= '$IP'"); if($db->num_rows($q)) { die("<h1><font color=yellow>Multi IP Account Error!</font></h1>. ><font color=lightgreen><a href='register.php'>Back</a></font>"); }
  20. Uridium

    Help!!!!

    inbox me your site address
  21. Uridium

    Help!!!!

    body{ font-family:Tahoma; color:#000000; font-size:12px; margin-top:0px; margin-left:54px; margin-right:54px; margin-bottom:32px; background-image:url('images/bg.jpg'); background-repeat:no-repeat; }
  22. Uridium

    Help!!!!

    Add to your Css if you have one for the body background-image:url('images/bg.jpg'); background-repeat:no-repeat; background-position:center;
  23. Guys bare with me on this ive made a boo boo somewhere, will fix and update as soon as possible.. whilst im at it I will make adding course instructions a bit easier * Update * Added a cheat option for staff testing this will instantly finish your current course + all modules in that course.. Updated the Add Academy script so it explains what each Field Does...
  24. let me re check the Zip folder...
  25. example: if your course uses a town link_usage and you define it at setup as "Hitler" then you put Hitler as the link_usage where the xxxxxx is
×
×
  • Create New...