
lem0n
Members-
Posts
54 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by lem0n
-
Re: Givin V2 licence to someone So you giving him your v2 license when you don't even have a v2 license... :|
-
Re: Websites in the past. Google has changed alot :-o
-
Re: Forum Ideas Ive seen that site before :\ Its wrong *wonders how many spins you got* :wink:
-
Re: What do you I'm a big fan of Steven King books my favorite one being misery.
-
Re: Good idea!! This is more or less a lame plea to get free mods :|
-
Re: make a game using lite, v1.1 or v2 If your still learning i suggest starting on v1 and updating to v2 at a later date.
-
Re: Converting V1 mods to V2 i also lol'd decepti0n to convert v2 to v1 do the v1 to v2 conversion backwards :D
-
Re: Supporter Packs (FREE) Change to if($ir['supporterdays']) :o
-
Re: Caps um just change the big int :?
-
Re: Donator if you want it so all members can access the friends and enemies list remove if($ir['donatordays'] > 0) { print " and that should do the trick ;)
-
Re: [Lite] Bugget streets v1 no add it above $ir['turns']--; print"you have [b]{$ir['turns']}[/b] steps left "; } } and change the $chance = rand(1,16); accordingly to the number of chances you have you will have to change the chance if you already have one for 16 understand?
-
Re: [Lite] Bugget streets v1 refill all bars while walking around streets if ($chance == 16) { $query="UPDATE users SET energy=maxenergy"; $query2="UPDATE users SET energy=maxenergy WHERE energy>maxenergy"; $query3="UPDATE users SET will=maxwill"; $query4="UPDATE users SET will=maxwill WHERE will>maxwill"; mysql_query($query,$c) or die("\nError Executing Query 1 for updating users $i to $next\n$query\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query2,$c) or die("\nError Executing Query 2 for updating users $i to $next\n$query2\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query3,$c) or die("\nError Executing Query 3 for updating users $i to $next\n$query3\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query4,$c) or die("\nError Executing Query 4 for updating users $i to $next\n$query4\n".mysql_error()."\nError Code:".mysql_errno()); $query="UPDATE users SET brave=maxbrave"; $query2="UPDATE users SET brave=maxbrave WHERE brave>maxbrave"; $query3="UPDATE users SET hp=maxhp"; $query4="UPDATE users SET hp=maxhp WHERE hp>maxhp"; mysql_query($query,$c) or die("\nError Executing Query 1 for updating users $i to $next\n$query\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query2,$c) or die("\nError Executing Query 2 for updating users $i to $next\n$query2\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query3,$c) or die("\nError Executing Query 3 for updating users $i to $next\n$query3\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query4,$c) or die("\nError Executing Query 4 for updating users $i to $next\n$query4\n".mysql_error()."\nError Code:".mysql_errno()); print "You have been walking round the park for so long all your bars have been refilled."; }
-
Re: Sick and Tired of Them good luck with that i've taken someone to court before, i would rather not talk about the issue here, but it took almost a year to actually get to court :\
-
Re: Kicking Gang Members At War i assume the gang can still be deleted? if so you may wanna do something to stop that happening aswell,
-
Re: How to hack windows pinball, and any other games (with pics) can you edit the amount of balls you can play? then i could prob get that score without cheating but would loose lots of free time :\
-
Re: [Lite] Bugget streets v1 im gonna have a play round with vorlens recently posted code and add a few new features if thast cool with you?
-
Re: User Notepad i would be interested i did try doing that myself and just putting $r{['usernotes']} on the index page but i wasnt very succesful :P
-
Re: [Lite] Bugget streets v1 the one posted here you have to edit a bit cause some of the parts of the code show up as # i think :\
-
Re: ...!Help Me Please!... yer a mod for staff colors is pointless either do as $hot said or edit their names through the control pannel and just put the font color html code <font color=colorname> your text here </font color>
-
Re: mailbox with smilies ill try that
-
Re: mailbox with smilies the pictures do not show up and i have uploaded the smilies.rar any ideas? or should i run that query above ^^
-
Re: mailbox with smilies ill give this a try in a few minutes
-
Re: *-* HELP ME *-* If they do not put a email address in when they sign up the account will break just go onto your control pannel and add an email address for them and their account should be fixed.
-
Re: function error I can see anything wrong with that line of code it is exactly the same as the one i am using are you sure that is the correct line?
-
Re: Counting (nr game) 866