Jump to content
MakeWebGames

Recommended Posts

  • Replies 103
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
Guest Anonymous
Posted

Re: [mccode] Register Page

 

this only lets a few ppl join can someone fix this

 

Why Don,t you

  • 4 weeks later...
Posted

Re: [mccode] Register Page

can any 1 convert this into v2 for me 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";

  • 2 months later...
  • 2 weeks later...
  • 3 weeks later...
Posted

Re: [mccode] Register Page

 

Screenshots.php

You're unable to view this code.

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

 

if you need more just copy and paste the screenshot4.jpg

Some description

and instead of 4 add a diff number

this doesnt work for me :S "v2"

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