
Isomerizer
Members-
Posts
1,170 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by Isomerizer
-
Re: Top 5 Table for Register/Login Prepared for this to slow your game down, depending on game size. http://criminalexistence.com/ceforums/i ... ic=17644.0 Even though its limited to 5 rather then 20, I'm sure this strain to load on some games... Also, may be a good idea to select only the columns needed... SELECT u.username, u.userid, g.gangPREF FROM users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN gangs g ON g.gangID=u.gang WHERE u.user_level = 1 ORDER BY (us.strength+us.agility+us.guard+us.labour+us.IQ) DESC,u.userid ASC LIMIT 5
-
Re: help with php Program: Notepad ++ (http://notepad-plus.sourceforge.net/uk/site.htm) Useful sites: - www.w3schools.com - www.php.net
-
Title: Break In Price: $20 Includes: - 1 PHP File - Instructions Description: This mod will allow users to break into other users house, Default brave is 2 x level. There are several steps when breaking into someones house then several options once inside, including money, items and lock picking. First you must decide whether to pick the lock, it will indicate a percentage of success depending on your level compared to the persons level being broken into. Once you decided, you'll attempt to pick the lock, If you fail, 3 Outcomes will happen, containing jail, hospital and a neutral result. If you succeed, you'll enter the users house and can decide to steal 10% of there cash, or steal / destroy one of there items, The higher the price of the item = Harder to steal / destroy. Same with cash. The Mod will also alert all users of attempts and successful break ins using events. Destroying, will perm destroy there item, done out of spite. But don't worry, higher the item price = harder to break. Also comes with a small tutorial. Screenshots: Phase 1 Phase 2 Inside the house Stealing Destroying Stealing Money Orignally made in v1, Has not been tested in v2. Can convert. Can be seen working @ www.amazon-survival.com
-
Re: [mccode] Putt Putt Golf do u need to put a link in explore.php if so what is the link please ...................................................................................... The one and only Danger boy Well, what ever you name the file? So if its putt.php Golf Game
-
Re: NEW!! Advanced House Break-In I would if Silver wouldn't mind, I wanted this mod for my game, but sadly didn't buy it when he hasd it on his desktop. I could add some more features like Oxi suggested. :) Being beta tested, Should be released soon :) Well I would be interested Being beta tested, Should be released soon :)
-
Re: NEW!! Advanced House Break-In I would if Silver wouldn't mind, I wanted this mod for my game, but sadly didn't buy it when he hasd it on his desktop. I could add some more features like Oxi suggested. :)
-
Add a Radio to your site [Free mod] v 0.01
Isomerizer replied to mdshare's topic in Free Modifications
Re: Add a Radio to your site [Free mod] v 0.01 Cool, Using on my game. :-) -
Re: How much is your site worth Kyle / killah was just proving a point that the site is not accurate.
-
Re: Upgrade Users Online To get this working. Once you've create the table. Run this SQL: INSERT INTO `records` ( `recID` , `rec24` , `rec60` , `rec15` ) VALUES ( '1', '1', '1', '1' ); Reason? WHERE recid=1 The table starts empty, with no recID with the value of 1.
-
Re: V2 Escape from Jail mod require(); is used if you require the script its selecting to be able to execute. include(); will only include the selected script, but continue to execute if it can not be located. Maybe why you have problems using it, as the script being selected can not be found, and causes the current script to stop execution. Not quite. require(); & include(); is exactly the same. You also get require_once(); & include_once();. Differences: Thats exactly what i just said but in more simpler words... require(); & include(); are not exactly the same, hence the differences. :lol:
-
Re: V2 Escape from Jail mod require(); is used if you require the script its selecting to be able to execute. include(); will only include the selected script, but continue to execute if it can not be located. Maybe why you have problems using it, as the script being selected can not be found, and causes the current script to stop execution.
-
Re: css html help I'll check it out, if you haven't got my MSN already, PM me.
-
For the last few hours I've been going through my game trying to make the mysql queries efficient. Now I've come down the v1 hall of fame, and i realise this kills my server. "This page loaded in 15.25 seconds." For total stats and best strength, defense etc. The query used for total stats is: $q=mysql_query("SELECT u.username, u.userid, g.gangPREF FROM `users` u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN gangs g ON g.gangID=u.gang ORDER BY (us.might+us.stealth+us.defence+us.force+us.IQ) DESC, u.userid ASC LIMIT 20", $c); I then fetch it using mysql_fetch_array();. Any idea how i could make this query more efficient? I'm selecting only the columns i'll need (i think). Also, if you have any other tips on MySQL efficiencies i would be grateful :). Thanks.
-
Re: Best Security [Made by me] Not everyone uses cPanel. And i think some cPanels have bruteforce protection, too many incorrect logins in x time = disabled temp. Well, you didn't really say anything, just claimed this is the best security mod ever, if this cant stop XSS, then well... how can this be the best? Do you even know what blind injections are? Then move it to paid section, if you can't request it? Congratz.
-
Re: How To...... $item=0; // ID of item... $it=mysql_query("SELECT inv_itemid FROM `inventory` WHERE `inv_itemid` = $item AND `inv_userid` = $userid"); if(mysql_num_rows($it) > 0) { // Code here... $h->endpage(); exit; }
-
Re: Best Security [Made by me] When you left variables completely vulnerable on your "Contact Form" mod...Then claimed you wouldn't bother to secure it as its free? I hate that excuse, "oh its free", "i wont bother coding it too its full potential". Sure... SQL Injecting isn't just the only way to exploit a game, there are all kinds of injections, blind injections, header injections, XSS, bruteforcing. And then there are other methods other then injections...
-
Re: Best Security [Made by me] Lol? Few weeks back you couldn't even secure an input variable, now you claim to have the "Best Security" mod? You can't even post a topic in its right location, let alone code the "Best Security" mod.
-
Re: [v1]Virus Mod[v1] Thats a hell of a lot of crap for the users table.
-
Re: Cron Optimization question I may be missing something here, but when counting / selecting, why are you selecting everything? Wouldn't selecting one column, also slightly speed your cron execution up?
-
[mccode] Staff Password without sql's.
Isomerizer replied to Haunted Dawg's topic in Free Modifications
Re: Staff Password without sql's. (ANY VERSION) Place if($_SESSION['stafflogin'] == 0) { header('location: stafflogin.php'); } in staff.php ? -
Re: [$25] Treasure Map! Private Messaged. :-)
-
Re: How to code http://www.google.com http://www.w3schools.com http://www.php.net
-
Re: [$25] Treasure Map! Update 1. I've add a new outcome when searching, 1 in 10 chance that the pirate who's taking you to explore is working for the law. Outcome: "Just before your about to set sail looking for treasure.. The so called pirate turns around, you know the law do not tolerate pirates! Off to prison for you, maybe this will teach you a lesson on piracy! (Luckily he does not confiscate the Dubloon)" Also, 1 out of 3 times he will confiscate the dubloon. 2. Added an extra function in the mod, up to you if you add it, a small function for crystal temple, what will allow users to trade crystals for dubloons.
-
Re: [MC Codes]{V1}{V2} Dice game:) "Roll Again" button does not work btw.
-
Re: Free Jail feature Bribe The guard You just removed If $ir[$brave]<$bravec and the $ from If ($ir[$money]<$cost or $ir[$brave]<$bravec) It should be: if ($ir['money'] < $cost || $ir['brave'] < $bravec) OR = || in php operators.