
Isomerizer
Members-
Posts
1,170 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by Isomerizer
-
Re: [mccode v2] Scare People "2. Expression. print() behaves like a function in that you can do: $ret = print "Hello World"; And $ret will be 1. That means that print can be used as part of a more complex expression where echo cannot. An example from the PHP Manual: $b ? print "true" : print "false"; print is also part of the precedence table which it needs to be if it is to be used within a complex expression. It is just about at the bottom of the precedence list though. Only "," AND, OR and XOR are lower."2. Expression. print() behaves like a function in that you can do: $ret = print "Hello World"; And $ret will be 1. That means that print can be used as part of a more complex expression where echo cannot. An example from the PHP Manual: $b ? print "true" : print "false"; print is also part of the precedence table which it needs to be if it is to be used within a complex expression. It is just about at the bottom of the precedence list though. Only "," AND, OR and XOR are lower." Taken from: http://www.faqts.com/knowledge_base/vie ... d/1/fid/40
-
Re: [mccode v2] Insurance [$10.00] Well duh.. :lol: I wouldn't lower the price if the money was heaving in now, would I? :wink:
-
Re: Insurance [$20] Price lowered. :-o
-
Re: Advertising Are you talking about the "PayPal Top Up Card" ?
-
Me and danger boy have teamed up to bring you this new modification. Price: $10 Description: Basically this mod will allow users to insure there houses, if the user chooses not too, then they are prone to burglaries and can not claim any cash back with insurance. A user can burgle another users house for a small percentage of the victims cash in hand. Once the victim is robbed they can then take the case to court if they have insured there house. Once taken to court the insurance company can check (50% chance of success) and redeem the victims with their stolen cash. The robber will go to jail and have the money taken off them. Screenshots: Payments: Send $5 to [email protected] & $5 to [email protected] Please provide email address you wish the modification to be sent too, once both payments are received you will receive the mod asap. Demo: http://corrupted-streets.com
-
[mccode v2] Brothel Non exploitable
Isomerizer replied to Haunted Dawg's topic in Free Modifications
Re: [MCC V2] - Brothel Non exploitable Lmao this must be your catchphrase killah. You use it every time another programmer gives you the advice. Just shut up, take the advice and admit you could of done it better but didn't know how too, your never learn otherwise. -
Re: C.E FORUM COLORS! Lol, Isn't helping much. Since I remember CE has allways been slow and the server is allways dieing randomly. >_>
-
Re: [mccode] Mod Sale [$10.00 - $80.00] Thanks for bumping my thread Spud. I'd also like to remind people, that I'll create custom mods for a fee. :-)
-
Re: Happy New Year Now that I'm sober. Happy New Year!
-
Re: [mccode] Battle Arena [$20] I could do this for a small fee. Contact me if your interested.
-
Re: Cron Help : no such file or directory :S Try adding this before the command "php -q ".
-
Re: Cron Help : no such file or directory :S Well, obviously the cron can not find the file it needs to execute. Try going directly to the cron URL...
-
Re: [mccodes v2] Profile Image Uploader What did you have to edit? I can correct the first post.
-
[mccode v2] Parse The Parcel - [Re-Programmed]
Isomerizer replied to Haunted Dawg's topic in Free Modifications
Re: [MCCodes V2] - Parse The Parcel - [Re-Programmed] Surely Luke's post was helpful, hes trying to get killah into the habbit of not extending the users table with unrelated fields.. If noone's gonna tell him, hes never gonna learn. -
[mccode v2] Parse The Parcel - [Re-Programmed]
Isomerizer replied to Haunted Dawg's topic in Free Modifications
Re: [MCCodes V2] - Parse The Parcel - [Re-Programmed] Killah, I'd of thought you'd learnt about now about basic optimization... You got half way there with 1 new table.. Yeah die_n is pretty pointless, why not extend onto the endpage function. Then it could be used over and over in the future. *Waits for the reply, "well its only free mod, didn't work at my best".* -
Re: 3 Word Game Dazza's secret homosexuality
-
Re: MD + CE = Free Template Meh, I preferred the old portal template.
-
Re: [mccodes v2] Profile Image Uploader Check to see if your calling the session's more then once, e.g: 2 session_start's. Also output buffering can cure it, look up the ob_start() function.
-
Re: Very confused need help! gang_staff_del() & gang_staff_del1() are not existing / defined. Define the function, simply by using: function gang_staff_del1() { // function code.. ( don't forget gang_staff_del() too ) }
-
Re: [mccode v2] PJIRC Chat Mod Lol, now and then PJIRC can play up. Try using this link to test for errors in the installation / applet. http://www.pjirc.com/check/
-
Re: [mccodes V1-V2]Selling MYOP - Players can make their Own Donor Packs ($75) I don't *teach* bad things -- I demonstrate how easy it is to circumvent poor quality code as a function of building more secure and stable environments :D Bad things sounds technical, i have always wondered $userid runs from a session and if session can be edited you can be anyone you want :-D Sessions are highly encrypted. I don't know if its possible to edit or even view the session data. But if you want to put security over efficiency, then go ahead and encrypt/secure these sessions. Better to be safe then sorry if your not sure?
-
Re: [mccode] Mod Sale [$10.00 - $80.00] Oh ok no worries, my mistake. :lol:
-
Re: [mccode] Mod Sale [$10.00 - $80.00] I don't remember Killah creating this mod. I know he copied me on the break in modification.. But I don't think he copied me here.
-
Re: Sql Help Try this out... $q = $db->query("SELECT `courtREASON`, `courtVDAYS` FROM `court` WHERE `courtVERDICT` > 0 ORDER BY `courtID` DESC"); while($case = $db->fetch_array($q)) { $q=$db->query( sprintf("SELECT `username`, `userid` FROM `users` WHERE `userid` = %u", $case['courtID']) ); $user = $db->fetch_object($q); $outcome = ($case['courtVERDICT'] == 1) ? 'Not Guilty' : 'Guilty'; echo " <tr> <td>".$user->username." [".$user->userid."]</td> <td>".$case['courtREASON']."</td> <td>".$outcome."</td> <td>".$case['courtVDAYS']."</td> </tr>"; } echo "</table>";
-
Re: Giveing away free mods.. lol fail