Jump to content
MakeWebGames

weewooz

Members
  • Posts

    258
  • Joined

  • Last visited

    Never

weewooz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Lost my crons(v2) dint even buy them am i right or he would know this unless he dont read :(
  2. weewooz

    Help Please

    Re: Help Please sorry lol but again wrong place to post
  3. Re: Lost my crons(v2) wrong place to post man get a grip move this :(
  4. Re: [mccodes v2] ingame 3 colum template modified as for this the right side menu dont fit in right the menu letters anre not in coloum any ideas i know a old post
  5. Re: Staff Contact i know crazy t mate sevral reasons why i do that just the why i learnt and no it can be cut down and save on server strain plus in some ways it helps helps newbies instead of trying to learn them to much at once but as i say why id o it lol
  6. Re: Lose Your Job only think i cud get it to work and as things stands its working here
  7. Re: [v2] Explore ReCode welcome rip2 mate have fun :)
  8. Ok I Know What Most Of You Are Going To Say Been Done Loads Of Times But This Is My Version And Helps Newbies On Here Also Is Better Than Searching On A Game To Find A Member Of Staff Then To Send Them A Mail Rember Its Free And Works So Dont Moan Please I hope So One Will Use It :) Call This cme.php <?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 8 hours for a response. Thank You. "; } else { $q=$db->query("SELECT * FROM users WHERE user_level > 1 ORDER BY user_level"); print "[b]Contact The Admin[/b] <form action='cme.php' method='post'> Staff/Admin: <select name='staff'>"; while($z=$db->fetch_row($q)) { print "<option value='{$z['userid']}'>{$z['username']}</option>"; } print "</select> Message to Admin: <textarea name='text' rows='7' cols='40'>Send a mail to the selected staff member/Admin</textarea> <input type='hidden' name='go' value='true'> <input type='submit' value='Send' /> </form>"; } $h->endpage(); ?>   And Thats It ADD To Your Explore Or Where Ever You Want I know Very Easy
  9. Re: Locked Account Mod [V2] spot on olz that would not work sure you would find in 4 or 5 days you will have no players
  10. Re: Lose Your Job maybe i should have been abit clearer in the first post where to put it but works fine here
  11. Re: Lose Your Job This Working for me in cron_day find $ids[]=$r['fed_userid']; } add below if($ir['strikes'] == 3) { $db->query("UPDATE users SET jobs=0, jobrank=0"); } works well on my game post if any errors
  12. Re: Lose Your Job ok sorry got ya ill have alook now if anyone as any imout with cronjobs let us know ill have alook now and post what i get
  13. Re: Lose Your Job $db->query("UPDATE users SET strikes=strikes+1 WHERE strikes < 3");   Will that work then
  14. Re: Lose Your Job well why not pog1 and sorry forgot tags :)
  15. Re: Crack the Safe lol yeah know what ya mean a read the above posts lol but i might just make that addon all the same great mod mate +1 from me
×
×
  • Create New...