Jump to content
MakeWebGames

Mining mod


R!der

Recommended Posts

  • Replies 147
  • Created
  • Last Reply

Top Posters In This Topic

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.

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

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

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>

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 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...