Jump to content
MakeWebGames

[free] Staff Delete Gang Option [V2]


Ghetto

Recommended Posts

I was asked to make this for someone so i thought id post it here as it was only a 5 min job :-)

Open staff_gangs.php

Find:

You're unable to view this code.

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

 

Add under:

You're unable to view this code.

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

 

Later find:

You're unable to view this code.

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

 

Add befor it:

You're unable to view this code.

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

 

Then open smenu.php

Fine:

You're unable to view this code.

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

 

Add under:

You're unable to view this code.

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

 

Fill free to add to it or post a better one i dont care really 8-)

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
  • 2 weeks later...

Re: [free] Staff Delete Gang Option [V2] V1 Version

 

You're unable to view this code.

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

 

Add under:

 

You're unable to view this code.

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

 

Later find:

 

You're unable to view this code.

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

 

Add before it:

 

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.

 

Add under:

 

You're unable to view this code.

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

 

 

Thats For [V1][/code]

Link to comment
Share on other sites

  • 1 month later...

Re: [free] Staff Delete Gang Option [V2]

can any 1 convert this into v2 plz i no its not the subject

 

function mail_send()

{

global $ir,$c,$userid,$h;

$subj=str_replace(array("\n"),array("

"),strip_tags($_POST['subject']));

$msg=str_replace(array("\n"),array("

"),strip_tags($_POST['message']));

$codes = array(":)", ";)", ":o",":O", ":d",":D", ":s", ":S", ":(", ":red", ":clown", ":bashful", ":x", ":green", ":|", ";(", ":]", ":horny", ":cool");

$images = array("<img src=/smilies/smiley1.gif>", "<img src=/smilies/smiley2.gif>", "<img src=/smilies/smiley3.gif>", "<img src=/smilies/smiley3.gif>", "<img src=/smilies/smiley4.gif>", "<img src=/smilies/smiley4.gif>", "<img src=/smilies/smiley5.gif>", "<img src=/smilies/smiley5.gif>", "<img src=/smilies/smiley6.gif>", "<img src=/smilies/smiley7.gif>", "<img src=/smilies/smiley8.gif>", "<img src=/smilies/smiley9.gif>", "<img src=/smilies/smiley10.gif>", "<img src=/smilies/smiley11.gif>", "<img src=/smilies/smiley12.gif>", "<img src=/smilies/smiley13.gif>", "<img src=/smilies/smiley14.gif>", "<img src=/smilies/smiley15.gif>", "<img src=/smilies/smiley16.gif>");

$newmsg = str_replace($codes, $images, $msg);

$to= (int) $_POST['userid'];

mysql_query("INSERT INTO mail VALUES ('',0,$userid,$to,unix_timestamp(),'$subj','$newmsg')",$c) or die(mysql_error());

print "Message sent.

> Back";

Link to comment
Share on other sites

Re: [free] Staff Delete Gang Option [V2]

 

can any 1 convert this into v2 plz i no its not the subject

 

function mail_send()

{

global $ir,$c,$userid,$h;

$subj=str_replace(array("\n"),array("

"),strip_tags($_POST['subject']));

$msg=str_replace(array("\n"),array("

"),strip_tags($_POST['message']));

$codes = array(":)", ";)", ":o",":O", ":d",":D", ":s", ":S", ":(", ":red", ":clown", ":bashful", ":x", ":green", ":|", ";(", ":]", ":horny", ":cool");

$images = array("<img src=/smilies/smiley1.gif>", "<img src=/smilies/smiley2.gif>", "<img src=/smilies/smiley3.gif>", "<img src=/smilies/smiley3.gif>", "<img src=/smilies/smiley4.gif>", "<img src=/smilies/smiley4.gif>", "<img src=/smilies/smiley5.gif>", "<img src=/smilies/smiley5.gif>", "<img src=/smilies/smiley6.gif>", "<img src=/smilies/smiley7.gif>", "<img src=/smilies/smiley8.gif>", "<img src=/smilies/smiley9.gif>", "<img src=/smilies/smiley10.gif>", "<img src=/smilies/smiley11.gif>", "<img src=/smilies/smiley12.gif>", "<img src=/smilies/smiley13.gif>", "<img src=/smilies/smiley14.gif>", "<img src=/smilies/smiley15.gif>", "<img src=/smilies/smiley16.gif>");

$newmsg = str_replace($codes, $images, $msg);

$to= (int) $_POST['userid'];

mysql_query("INSERT INTO mail VALUES ('',0,$userid,$to,unix_timestamp(),'$subj','$newmsg')",$c) or die(mysql_error());

print "Message sent.

> Back";

 

WHY DON'T YOU POST THIS IN THE MAILBOX WITH SMILEYS TOPIC, OR MAIL SOMEONE ABOUT IT.

Link to comment
Share on other sites

  • 2 months later...

Re: [free] Staff Delete Gang Option [V2]

 

can any 1 convert this into v2 plz i no its not the subject

You're unable to view this code.

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

 

Just to be annoying :P

You're unable to view this code.

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

Link to comment
Share on other sites

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