Jump to content
MakeWebGames

carlg

Members
  • Posts

    81
  • Joined

  • Last visited

carlg's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [V2] cars_mod staff_cars i would have made it for v1 but there is 2 problems 1 i dont use v1 and 2 i would not do it for you eney way due to the fact that u acused me of haceing your game
  2. Re: [V2] cars_mod staff_cars a lot of it is copy and paste but i did change it to work with the cars mod so yes i did make the mod
  3. Re: [mccode] Putt Putt Golf How would i go about adding scores
  4. could i have a little help with xss explote please as some 1 thinks it is funney to make my game go to gay porn sites
  5. Re: PHAOS COMBINED WITH MCCODES good ider hacker u have my msn m8
  6. Re: Search For Gang v2 i think  
  7. Re: [V2] cars_mod staff_cars ok i have tested all the funshons and this is working the only thing that is not working it dleating a users car
  8. Re: [V2] cars_mod staff_cars it is working for me on my comp i will have a nothere look at it as soon as i get home and i will post asap
  9. Re: [V2] cars_mod staff_cars ok i havce updated the first post now u can see the users garage and give them cars aswell now
  10. Re: [V2] cars_mod staff_cars this mod is just for staff and it is not the cars mod it self u have to buy that of mccodes.com
  11. Re: [mccode] mailbox with smilies http://www.mafiaslave.com/smilie.rar   there are 100`s of them
  12. Re: Profile Music i added this to it to make it bigger once i new it played videos   {echo "<embed src='{$r['music']}' width='150' height='150'>";}
  13. here is a nothere little mod first make a file called common.php and add <?php function checklogin() { session_start(); if(!isset($_SESSION['adminok'])) header("location: slogin.php"); } ?>   then make a file caled slogin.php   <?php session_start(); include "sglobals.php"; global $db,$ir,$c,$h,$userid; $msg = ""; if (isset($_POST['Submit'])) { $password = $_POST['password']; if($password == "test") /// change this to what u would like the password to be { $_SESSION['adminok'] = "ok"; $_SESSION['password'] = "password"; print"welcolm back {$ir['username']}!!!<META HTTP-EQUIV=Refresh CONTENT='2; URL=staff.php'>"; } else { $db->query("UPDATE users SET staffincorrect=staffincorrect+1 WHERE userid=$userid"); stafflog_add("tryed admin loging page and failed"); $msg = "Password incorrect.. This is has been loged!! "; } } ?> <?php echo $msg?> <?php print " <form name='form1' method='post' action=''> <p align='center'> Staff panel Login</font> Please enter corrent password to login</p> <table width='48%' border='1' align='center' cellpadding='1' cellspacing='1' > <tr bgcolor='#CCCCCC'> <td colspan='2'><font size='' face='Verdana, Arial, Helvetica, sans-serif'>[b]Login here[/b]</font></td> </tr> <tr> <td><font size='2' face='Verdana, Arial, Helvetica, sans-serif'>Password</font></td> <td><font size='2' face='Verdana, Arial, Helvetica, sans-serif'> <input name='password' type='password' id='password'> </font></td> </tr> <tr> <td> </td> <td><input type='submit' name='Submit' value='Submit'></td> </tr> </table> </form>"; ?>   In all your staff files (staff.php staff_special.php etc.) find: <?php (Thats the very first line of the file) Add this above it:   <?php include("common.php"); checklogin(); ?>   then add ALTER TABLE `users` ADD `staffincorrect` INT( 11 ) NOT NULL DEFAULT '0'; from there you can add in to your header if thay try so meny times it will ban them
  14. Re: guess the 4 digit coed script     ncie lol i have to think about changeing my ways then lol
  15. Re: guess the 4 digit coed script   lol there is no need to dich people that cant spell i chose not to spell right cus it pisses people off and thank you for the error in the cron
×
×
  • Create New...