Uridium Posted May 23, 2012 Author Posted May 23, 2012 (edited) ive created an upload version purely for views on useage Edited May 23, 2012 by illusions Quote
rulerofzu Posted May 23, 2012 Posted May 23, 2012 Mods what mods? you have created mods?? Well done :P Quote
Uridium Posted May 23, 2012 Author Posted May 23, 2012 ah just dawned on me i forgot a SQL alter table users add searches INT(4) NOT NULL default 25; Quote
Seker Posted May 23, 2012 Posted May 23, 2012 ah just dawned on me i forgot a SQL alter table users add searches INT(4) NOT NULL default 25; Due to a recent discussion on another thread, I just have to suggest using SMALLINT( 4 ) instead. :P Quote
rulerofzu Posted May 23, 2012 Posted May 23, 2012 Ahh thats the old age setting in there illusions forgetting things! Quote
Djkanna Posted May 23, 2012 Posted May 23, 2012 Due to a recent discussion on another thread, I just have to suggest using SMALLINT( 4 ) instead. :P Well it's dependent on the game owner, due to being able to change the 'default' amount of searches a user gets; You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Uridium Posted May 28, 2012 Author Posted May 28, 2012 23 downloads and no one has posted does this mean it worked first time for everyone who installed it :) Quote
peterisgb Posted May 29, 2012 Posted May 29, 2012 i've had a problem, the page was blank to me, displayed the header info but nothing on the actuall page worked :( Quote
Uridium Posted May 29, 2012 Author Posted May 29, 2012 did you alter your css as i stated in the README file.... usually none displaying grids are caused by CSS Quote
DeaTH_RideR Posted June 1, 2012 Posted June 1, 2012 My page is blank as well. i have added the css you provided, but i think it has to do with it set up for characters. How would i add characters to the game? Quote
boots Posted June 22, 2012 Posted June 22, 2012 Fatal error: Call to undefined function mkglobal() in /home/content/46/8879046/html/addsareas.php on line 34 does anyone know how to fix this Quote
lucky3809 Posted June 22, 2012 Posted June 22, 2012 Fatal error: Call to undefined function mkglobal() in /home/content/46/8879046/html/addsareas.php on line 34 does anyone know how to fix this Re-read the error...Call to undefined function mkglobal() meaning a function name mkglobal() is in your script being used, but there is no such function. example such as echo mkglobal($r[username']); and in your function script there is no function made of mkglobal() look into your global_func.php and make sure you have that function in there. You may have forgot to add it. Quote
Uridium Posted June 22, 2012 Author Posted June 22, 2012 dd this to the globals file mentioned in the folder function mkglobal($vars) { if (!is_array($vars)) $vars = explode(":", $vars); foreach ($vars as $v) { if (isset($_GET[$v])) $GLOBALS[$v] = unesc($_GET[$v]); elseif (isset($_POST[$v])) $GLOBALS[$v] = unesc($_POST[$v]); else return 0; } return 1; } Quote
boots Posted June 23, 2012 Posted June 23, 2012 Fatal error: Call to undefined function unesc() in /home/content/46/8879046/html/global_func.php on line 68 looks like i have loads missing from my global func.php Quote
Uridium Posted June 25, 2012 Author Posted June 25, 2012 Hmmm all the functions should be there maybe ive missed something out on the globals let me recheck it all and rpost whats missing... Quote
DeaTH_RideR Posted July 6, 2012 Posted July 6, 2012 thanks for getting mine all worked out for me buddy!! Quote
sixsens Posted September 14, 2012 Posted September 14, 2012 (edited) the script work very well but when i try to create a search area after clic add... its show: Column count doesn't match value count at row 1 so im stuck with the firstcontact. :) and by the way very nice mod. i like it. i find the solution in addareas.php find: implode(",", array_map("sqlesc", array($url, $display, $level, $display_name, $description, $Locked))). ")") or die(mysql_error()); and change by: implode(",", array_map("sqlesc", array($url, $display, $level, $display_name, $description, $Locked, $member))). ")") or die(mysql_error()); was missing the $member :) Edited September 14, 2012 by sixsens Quote
Samurai Legend Posted May 16, 2021 Posted May 16, 2021 What is the mod? I may be able to create you one. Also, I don't think you should add every mods into your game. You got to keep balance. 1 Quote
Canjucks Posted May 16, 2021 Posted May 16, 2021 definitely need balance. work on your data flow so it makes sense as you don't want to create a say a unevenness for your economy - that only leads down one road - reset! and its game over! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.