Isomerizer
Members-
Posts
1,170 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by Isomerizer
-
Re: NEW Explore.php[v2] I wouldn't even class it as a mod, just an attempted html table...
-
Re: a pointer or two exp_gained is a column in the users table. So your saying it always displays 0%? You need to increase the formula...
-
Re: NEW Explore.php[v2] Lol, you should really learn how to use tables correctly.. http://www.w3schools.com/html/html_tables.asp
-
Re: Question May be tricky to locate the right code if your not used to the PHPBB engine, maybe try asking on the PHPBB support forum, I'm sure they'll have more knowledge of it.
-
DBS Mod Sale Pack 0 (NEW) - Cock Fight ($10) - Board Game ($15) - Rock, Paper, Scissors ($10) Orignal price: $35 Sale Price: $17 (Less the halfprice!) Pack 1 - Battle Arena ($20) - Hide & Seek ($20) - Password System ($10) - Break In ($20) - Farm ($25) - Treasure Map ($25) - Minesweeper ($5) - Auto Train ($40) - Sexual Appearance ($10) - Insurance ($10) - Quests ($40) - Geek quest, ip address quest, trivia quest, treasure quest, warehouse quest Original Price: $225 Sale Price: $95 (Less then half price!). Pack 2 - Battle Arena - Hide & Seek - Treasure Map - Break in Original Price: $85 Sale Price: $35 (Less then half price!). Pack 3 - Password System - Minesweeper - Auto Train - Farm Original Price: $80 Sale Price: $30 Other Info All mods can be bought seperately, and other deals can be arranged. Feel free to contact me if you want to arrange another pack to suit you. Paypal: [email protected] Website: http://isomerizer.com/index.php?x=mods Demo: isomerizer.com/demo I'd also like to add, I freelance program. So if your interested, be sure to pm me. ;)
-
Re: Question You'd have to edit your registry file, and have it so the right details are inserted into the forum database, also the correct session / cookie would have to be set when loggin into the game, so users don't have to log into the forums as well.
-
Re: [OOP] __construct() ???? Nice one Floydian, last few weeks i've been trying to learn OOP the __construct has become clearer. Love to see more tutorials based on OOP! ;D
-
Re: Free chat mod For chat, I'd recomend PJIRC. Free, easy to set up. http://www.pjirc.com
-
Re: crimes Erm, can't see the potential error here, but this may help.. Change mysql_query("UPDATE users SET brave={$ir['brave']} WHERE userid=$userid",$c); to mysql_query("UPDATE `users` SET `brave` = `brave` - ".$r['crimeBRAVE']." WHERE `userid` = ".$userid." ",$c);
-
Re: Java Hack Doubt they hacked your java... Do you even have a java applet on your site.. Probably a form of injection, try checking your RAW access logs.
-
Re: [Free] [v1] Profile Image Uploader Should do, changed header details to v2 as more use v2 now. Also tidied the code up a bit. :-)
-
Re: Cron alternative? Yep, php time stamps. http://uk.php.net/time Some mathematical knowledge may be required. I've never actually used time stamps, when it comes to the time i'll attempt to learn.
-
Need Help with this its not letting me past it can anyone help
Isomerizer replied to Reaper's topic in General Discussion
Re: Need Help with this its not letting me past it can anyone help You could of just edited your previous post.. Are you selecting a database when installing? -
Re: Query Error Try replacing the queries with: $SQL = sprintf("UPDATE `users` SET `keys` = `keys` + %u , `ruby` = `ruby` - %u WHERE (`userid`= %u) ", mysql_real_escape_string($_POST['keys']), mysql_real_escape_string($iqgain), $userid); mysql_query($SQL);
-
staff, please delete.
Isomerizer replied to Undergroundcity's topic in MySQL, Oracle, Postgress or other DB
Re: Help! Why do people make up such blantent lies. -
Re: Attack page not working Maybe a PHP error is occurring and your php.ini is not allowing PHP errors to be displayed.
-
Re: Stalemate bans members Is it some sort of modification? Can i see the code that calls the stalemate function.
-
Re: Ce going over the top with there promoting? Lol, I have no idea why the forum title is "CE Network - Amazon-Survival" kinda weird. I think mdshare should be allowed to superplug his own game, If he paid for it, would be kinda pointless paying himself...
-
Re: neeeeeeed heeeellppp Yeah.. Should be under the directory "class" .
-
Re: ADVANCE SQL EXPLOITS di*k heads like you what destroy games what do you get out of it? I doubt hes the kind of d**k head that destroys games, don't think he could... Maybe just knows a few pre-made injections that only work on new / insecure games if lucky... I don't see how a backed up database will make it harder to find exploits, its just backup for the owner. Won't effect the code. Server wouldn't really effect it much either, its mainly based on your code (queries).
-
Re: HELP!! lol Lol PHP will not allow you to divide 0. Trying changing it from 0 to maybe 1? :wink:
-
Re: Hello! Welcome back... As you did not answer me on MSN. Your voting site, i remember using it and suddenly it went down. Did it ever return?
-
Re: strang ' marks appearing You are an idiot, you posted a silly question, how on earth are we supposed to know what was wrong? Not every mccode owner will have the same error as you. It may be something you've done in the past. Some of us don't even use mccode. Next time just post the code with the errors in it, a lot easier. Also, if you were prepared to waste a few hours and re-code a completely new crime page, then why bother even posting this question in the first place?
-
[mccode v2] BBCode Gradient Text Generator
Isomerizer replied to shrek1609's topic in Free Modifications
Re: BBCode Gradient Text Generator --- FREE Mod Was waiting for that... -
Re: [Free] [v1] Monkey Slaves Sorry illusions kind of rejected this mod. Anyways, Just spent the last 25 mins fixing up the script. All bugs should be fixed, script has been cleaned up, made more efficient and a lot more secure. I haven't tested the new script, so if any PHP errors occur post here and i'll fix asap.