Jump to content
MakeWebGames

nypthamine

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by nypthamine

  1. Re: [mccode] Multiple Event Deleter if use for, insted of while by oxi, how to detect how mane event was delete?i try to put there $deleted++ but it count the total of event, then how to solve..any idea?
  2. Re: [Free V2] Lottery You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UNIX_TIMESTAMP(),0,'You won the weekly lottery and were credited $')' at line 1 INSERT INTO events VALUES('',,UNIX_TIMESTAMP(),0,'You won the weekly lottery and were credited $')
  3. Re: Ignore List [$2.50] this is easy
  4. Re: estate.php i dont know myb u need a code like torncity...like properties.php...lol i wonder who can code that
  5. Re: {V2 }Marriage Mod {V2} if you want me make the queries...u must show me the mod by pm.then i will do it for you for free
  6. Re: SQL INJEC how to do sql injection?
  7. Re: Item Buying bug=wrong plce cn buy item if we create new page...just post n get id
  8. Re: [Free] [v1] Profile Image Uploader   ok thanks already try it +1
  9. Re: [Free] [v1] Profile Image Uploader     why this mode can upload .exe file also??
  10. Re: [Free] [v1] Profile Image Uploader   if ($_FILES['imagefile']['type'] == "image/gif" || "image/jpeg" || "images/jpeg" || "images/png" || "images/bmp"){ <--how come some has 's' and some is not
  11. Re: Just want some advice on securing my game. how to test it weather it works or not?
  12. Re: rehab!! tq
  13. Re: rehab!! i want to make multiple drug here any idea?
  14. Re: rehab!! u dont understand the code ?? :cry:
  15. Re: rehab!! yes it is cron code..
  16. Re: rehab!! which one is better?any idea?i need brainstorm here this is cron for one minutes ..: example: mysql_query("UPDATE drugduration set cannabis=cannabis-1 WHERE cannabis > 0",$c); mysql_query("UPDATE drugaftereffect set cannabis=cannabis-1 WHERE cannabis > 0",$c); or mysql_query("UPDATE drugduration set cannabis=cannabis-1 WHERE userid=$userid",$c); mysql_query("UPDATE drugaftereffect set cannabis=cannabis-1 WHERE userid=$userid",$c);
  17. can we discuss here..im sure that search and find nothing about rehab
  18. Re: HELP!!!!!!!!! no idea..i also got same problem too..i search rehab but nothing find yet..
  19. Re: how to bold the pagination list ? i already got it....this topic close..tq
  20. Re: [mccode] Poker Script for v1 i can make 5million in 5 minutes...what happen?
  21. how to bold the pagination list that i click...pls modify this code for those powerful coder :   for($i=1;$i <= $pages;$i++) { if($i == $_GET['st']) { $stl=($i-1)*20; print "[b]$i"; } else { $stl=($i-1)*20; print "[url='messages.php?st=$stl']$i[/url][/b] ";} }
  22. Re: how to see the design by php? for example ...the .html can click the design in macromedia dreamweaver...any other ideas for php?
  23. is there is another way to see the design by explore in IE?it is because it take time to open the IE...
  24. Re: Awesome 1st step to email validation. i think im having problem...i had register but my mail dont have response from my web..what happen acctually?after reg i can log in..lolz...do some one know wht?
  25. Re: [mccode] Register Page how to validate email?after register the user must open first email then validate so that they can login
×
×
  • Create New...