03laceys Posted May 10, 2007 Posted May 10, 2007 Re: [mccode] Mining mod Where or how can i check? look zaver I/ME Quote
SoulOfDeath Posted May 15, 2007 Posted May 15, 2007 Re: [mccode] Mining mod lol ive used it on v2 and i have the problem of the experence bar going over 100 can anyone help me with the defaults/ what could be wrong please ? thanks Quote
rydog Posted May 15, 2007 Posted May 15, 2007 Re: [mccode] Mining mod well ive checked and my crons are fine, but i still cannot mine at all, it says i need 10 power and i have 0/0. :? Quote
SoulOfDeath Posted May 15, 2007 Posted May 15, 2007 Re: [mccode] Mining mod for that go into your database and go on users and change the default on max power to 10 then see if it works :wink: Quote
03laceys Posted May 15, 2007 Posted May 15, 2007 Re: [mccode] Mining mod rydog i had the problem but i got mine fies i had to add You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. instead of the one on here (this cron is for v2) Quote
rydog Posted May 15, 2007 Posted May 15, 2007 Re: [mccode] Mining mod oic, where did you put yours at? Quote
R!der Posted May 15, 2007 Author Posted May 15, 2007 Re: [mccode] Mining mod Put it in your 5 minuite cron. which being the energy update one. Quote
rydog Posted May 15, 2007 Posted May 15, 2007 Re: [mccode] Mining mod yup yup thats where i got it Quote
SoulOfDeath Posted May 15, 2007 Posted May 15, 2007 Re: [mccode] Mining mod Rider im having the problem that the exp bars going over 100 and cant lvl up :? Quote
R!der Posted May 15, 2007 Author Posted May 15, 2007 Re: [mccode] Mining mod PM me your game url Quote
rydog Posted May 15, 2007 Posted May 15, 2007 Re: [mccode] Mining mod thanx a bunch to R1der +1 fer you Quote
ignite Posted May 15, 2007 Posted May 15, 2007 Re: [mccode] Mining mod errors You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. code You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. i cant see nuthing wrong :? Mineneeded needs and underscore between mine and needed. Quote
twist_killer Posted May 16, 2007 Posted May 16, 2007 Re: [mccode] Mining mod anyone know how to put time inside? such as an hour to mine if lvl 1 and 2h if ur lvl 2 and so on Quote
SoulOfDeath Posted May 18, 2007 Posted May 18, 2007 Re: [mccode] Mining mod so can anyone help me ? with the experience bar going over 100? Quote
~Spooky~ Posted June 2, 2007 Posted June 2, 2007 Re: [mccode] Mining mod Warning: Division by zero in /home/badboys/public_html/header.php on line 139 Warning: Division by zero in /home/badboys/public_html/header.php on line IF anyone comes up with this ERROR.... I may not be a exp coder, but this will fix the DIVISION ZERO error update `users` set `mine_needed`=1000 WHERE `mine_needed`=0 update `users` set `max_power`=10 WHERE `max_power`=0 when you run the SQL its not default 0 its those defaults. but just copy paste that in to run sql and problem fixed. If you need help message me. Thanks Quote
03laceys Posted June 2, 2007 Posted June 2, 2007 Re: [mccode] Mining mod sppoky help me fix thi sin 2mins mins very helpful i woul dplus 100 if i could excellent ty spooky Quote
iseeyou94056 Posted July 17, 2007 Posted July 17, 2007 Re: [mccode] Mining mod whats the cron to refill it Quote
--{A$H0}-- Posted August 14, 2007 Posted August 14, 2007 Re: ****FREE Mining mod**** This is optional  open header.php and find  You're unable to view this code. Viewing code within this forum requires registration, you can register here for free.  replace with You're unable to view this code. Viewing code within this forum requires registration, you can register here for free.  then find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free.  replace with You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That Is What It Should Be I Took Off The <td><tr> Quote
SaMz Posted August 14, 2007 Posted August 14, 2007 Re: ****FREE Mining mod**** This is optional  open header.php and find  You're unable to view this code. Viewing code within this forum requires registration, you can register here for free.  replace with You're unable to view this code. Viewing code within this forum requires registration, you can register here for free.  then find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free.  replace with You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That Is What It Should Be I Took Off The <td><tr> your a bit to late LMAO Quote
--{A$H0}-- Posted August 17, 2007 Posted August 17, 2007 Re: [mccode] Mining mod Warning: include(mysql.php) [function.include]: failed to open stream: No such file or directory in /home/minemad/public_html/mine.php on line 9 Warning: include() [function.include]: Failed opening 'mysql.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/minemad/public_html/mine.php on line 9 Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/minemad/public_html/mine.php on line 11 :? :? :? What Do I Do Here? Quote
UCC Posted August 17, 2007 Posted August 17, 2007 Re: [mccode] Mining mod Well the error clearly says line nine. So if you pull out your fingers and count you end up with include "mysql.php"; Apparently you do not have mysql.php setup in your directory or there could be a permission issue. Quote
3XTR3M3 Posted August 17, 2007 Posted August 17, 2007 Re: [mccode] Mining mod yup correct either changed permisions so its not writable or readable Quote
--{A$H0}-- Posted August 18, 2007 Posted August 18, 2007 Re: [mccode] Mining mod but i use V2 and that hassent got a "mysql.php" :mrgreen: :? :-o Quote
iseeyou94056 Posted August 18, 2007 Posted August 18, 2007 Re: [mccode] Mining mod can someone post the cron for this please :-D 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.