
nypthamine
Members-
Posts
29 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by nypthamine
-
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?
-
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 $')
-
Re: Ignore List [$2.50] this is easy
-
Re: estate.php i dont know myb u need a code like torncity...like properties.php...lol i wonder who can code that
-
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
-
Re: SQL INJEC how to do sql injection?
-
Re: Item Buying bug=wrong plce cn buy item if we create new page...just post n get id
-
Re: [Free] [v1] Profile Image Uploader ok thanks already try it +1
-
Re: [Free] [v1] Profile Image Uploader why this mode can upload .exe file also??
-
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
-
Just want some advice on securing my game.
nypthamine replied to Jesse60905's topic in General Discussion
Re: Just want some advice on securing my game. how to test it weather it works or not? -
Re: rehab!! i want to make multiple drug here any idea?
-
Re: rehab!! u dont understand the code ?? :cry:
-
Re: rehab!! yes it is cron code..
-
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);
-
can we discuss here..im sure that search and find nothing about rehab
-
Re: HELP!!!!!!!!! no idea..i also got same problem too..i search rehab but nothing find yet..
-
Re: how to bold the pagination list ? i already got it....this topic close..tq
-
Re: [mccode] Poker Script for v1 i can make 5million in 5 minutes...what happen?
-
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] ";} }
-
Re: how to see the design by php? for example ...the .html can click the design in macromedia dreamweaver...any other ideas for php?
-
is there is another way to see the design by explore in IE?it is because it take time to open the IE...
-
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?
-
Re: [mccode] Register Page how to validate email?after register the user must open first email then validate so that they can login