Jump to content
MakeWebGames

Recommended Posts

Posted

Add To Top Of staff_users.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Then At The Bottom Before

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Add:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

And That Should Work :-D

Posted

Re: [V2]Mass Donator Days Credit[V2]

 

Parse error: syntax error, unexpected T_STRING in /home/a5069509/public_html/staff_users.php on line

 

case 'massdd': massdd_user_form(); break;

case 'massddsub': massdd_user_submit(); break;

Try that

  • 1 month later...
Posted

Re: [V2]Mass Donator Days Credit[V2]

Damn. it didn't work. So I deleted it from the code. And now, when I click on edit user, it comes up with this:

Parse error: syntax error, unexpected $end in /usr/home/u1149/domains/globalconflict2250.co.uk/public_html/staff_users.php on line 422

I think I deleted the Player Reports in the staff_users code! (I got this back...but still don't have the Mass D-Day Payment)

Posted

Re: [V2]Mass Donator Days Credit[V2]

For as infrequently as you would be crediting the entire game population with donator days,

just go to your Control Panel and run a query:

UPDATE users SET donatordays=donatordays+3 (or whatever amount your are crediting)

Posted

Re: [V2]Mass Donator Days Credit[V2]

This is what my query looks like:

SELECT `users`.`donatordays`

FROM users

WHERE (`users`.`donatordays` 3)

But it doesn't work.... :( What can I do to make it work?

  • 3 weeks later...
  • 4 years 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...