Jump to content
MakeWebGames

Recommended Posts

Posted

if($ir['user_level'] != 2 )

{

print "You are mailing a Admin, if you do not need major help e.g pass changing please mail a helper.";

add that above the composing box in mailbox.php

Posted

Re: Warning when mailing a admin

mate xD

Somehow I don't think this will quite work. That piece of code basically says if the composers user_level isn't "2" the message will say they are mailing an admin above anyone's mailbox.

I think you'd be looking for something along the lines of:

 

You're unable to view this code.

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

Posted

Re: Warning when mailing a admin

np xD

only problem with that is you may need to add a ; on the end of $admin=abs(@intval($_GET['ID']))

$admin=abs(@intval($_GET['ID'])); <-- like that or you will get an error :D

Posted

Re: Warning when mailing a admin

 

np xD

only problem with that is you may need to add a ; on the end of $admin=abs(@intval($_GET['ID']))

$admin=abs(@intval($_GET['ID'])); <-- like that or you will get an error :D

I prefer:-

 

You're unable to view this code.

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

 

:roll:

lmfao :P

good job though xD

Posted

Re: Warning when mailing a admin

 

Thats Just Mean :S If i was a level one and wasnt allowed to mail id be pretty fucked off

I think you should re read"Your only {$ir['daysold'] you have to be 5 days old to mail admins}

Blah

 

i have higlited the bit you will need to read ok!!!!!!!

  • 3 weeks later...
Posted

Re: Warning when mailing a admin

 

You're unable to view this code.

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

 

I added this just before:

 

You're unable to view this code.

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

 

Works perfectly =). Mail me if you need help on placing this, as the mailbox and mine and Spud's game is different to the original MC.

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