Jump to content
MakeWebGames

halo2master

Members
  • Posts

    39
  • Joined

  • Last visited

halo2master's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: ReadRules Thanks.
  2. Re: ReadRules Yea i see the problem now ";" lol. Thanks.
  3. Well this is just something i made very very basic so don't go saying whats the point its here if people want it. Its just to say if you have read the rules or not and if someone brakes a rule you can at least go check in the database if they have even read the rules page then maybe the punishment can be bigger for not taking notice :D SQL: ALTER TABLE `users` ADD `readrules` int(11) NOT NULL default '0'   Add in header.php where you want it to show up i added near the donate to your game bit: if($ir['rulesread']<1) { print "You have not read the [url='gamerules.php']game rules[/url] yet. "; }   Now go to gamerules.php and add this below "$h->menuarea();"   mysql_query("UPDATE users SET rulesread=2 WHERE userid=$userid",$c);   So when someone goes onto the rules page it will count it as them reading the rules and the notice at the top of the page will go. This can be used for v1 or v2 anyway i don't want no arguments i just done this because I'm board :-D. enjoy.
  4. Re: Count Users Clicks Well im on Kyles side. And i see his point, Its so annoying when you make a modification and spend time (Your own time) making this for free. Then all you get is Uneeded posts and BS. Anyway nice one Kyle :-)
  5. Re: [$25] Treasure Map! Iso Speak on MSN tomorow i may buy this.
  6. Re: [$20] Hide & Seek Ok will do. Can you go on MSN to talk?
  7. Re: [$20] Hide & Seek ?
  8. Re: [$20] Hide & Seek Isomerizer. Am i able to purchase this? *HOPES* I have bought a mod before from you.
  9. Re: Contact Staff Form [FREE] This is what it should be this works tested on my game. as Jesse60905 did not convert it propaly i think :roll: <?php include "globals.php"; if($_POST['go']) { $to = (int) $_POST['staff']; $_POST['text'] = strip_tags($_POST['text']); $msg = str_replace(array("\n"),array(" "),htmlentities($_POST['text'])); $db->query("INSERT INTO mail VALUES ('',0,$userid,$to,unix_timestamp(),'Staff contact form','$msg')") or die($db->error()); print "Your mail to the selected staff member has been sent. Please allow 24 hours for a response to be returned. Thank You. "; } else { $q=$db->query("SELECT * FROM users WHERE user_level > 1 ORDER BY user_level"); print "[b]Contact Staff[/b] <form action='cstaff.php' method='post'> Staff Member: <select name='staff'>"; while($z=$db->fetch_row($q)) { print "<option value='{$z['userid']}'>{$z['username']}</option>"; } print "</select> Message to staff member: <textarea name='text' rows='7' cols='40'>Send a mail to the selected staff member</textarea> <input type='hidden' name='go' value='true'> <input type='submit' value='Send' /> </form>"; } $h->endpage(); ?>
  10. Re: Simple user rating system v2 when people click on give rating + or - it does not give :? any ideas
  11. Re: [MCCODE]Revamped login.php[V1]   so did mine lol
  12. Re: [MCCODE]Revamped login.php[V1] how do i change th :? :?
  13. Re: [mccode] View Donators nice one +1
  14. Re: [mccode v2] Crystal Reserve Mod FREE VERSION [/mccode v2] whats the normal cron??
  15. Re: [Lite] Hack Users PC   i did it looks right i posted it just up there a bit but i didernt change 1 or 2 of these # but i changes all of them bsicly into ;
×
×
  • Create New...