Jump to content
MakeWebGames

Recommended Posts

  • Replies 147
  • Created
  • Last Reply

Top Posters In This Topic

Posted

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. :?

Posted

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)

Posted

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.

  • 2 weeks later...
Posted

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

  • 1 month later...
  • 4 weeks later...
Posted

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>

Posted

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
Posted

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?

Posted

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.

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...