Jump to content
MakeWebGames

Matthew

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Matthew's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. You know if you have photoshop you can do it yourself its easy and saves you money.
  2. I don't know at this moment because I get income tax money in a month or 2 of 5k
  3. I am not doing it in mccodes I jut couldn't find the right area to put it in. but.. what it will be is its own engine and like mobsters game, thats why I am trying to hire someone to do it for me because I am only familiar with mccraps.
  4. I made a game before out of mccraps but i need a new game made and I am just getting prices right now. The type of game I need it like the game mobsters 2 vendetta on faceobook. If you can check it out play about 20 min of it you can see what kind of game I need. Please pm me with your prices and all. Thank you!
  5. Do you have all the SQL's for that?
  6. Matthew

    9/11 R.i.p

    May all 9/11 victims RIP you will be missed! :'(
  7. I don't have my domain up anymore so I am trying to go on by not testing it why at line 9 its ' after echo and not " line 10 too. When you are trying this do you have donator days? You made it for only donator days poeple can look at it... if($ir['gym'] > 1) would be better if.. if($ir['donatordays'] < 1) ?
  8. I had posted the code asking why " was after echo on first line but then i looked at it i was like why the heck did i just say that so i took off the post!
  9. lol my bad i am not in it today!
  10. When I used to have the prob I went to argon or Dayo I forgot but one of them helped me when i was doing stuff like that its nasty now so i just have a real professional layout not saying yours is not professional but i mean get it made by photoshop and all not a pic lol but yah it has to do with somehting next to url then then location of the image i forgot i am trying to think about instead of url will be background: image (The locaton) and no repeat i could be wrong!
  11. They already have a comment area for profiles. So when someone clicks someones name you can give them a comment on their page. I got that...
  12. I know it is not secure. It is not my mod. I just made it work for him thats all. I didn't even pay attention to the security of it I needed to get to school!.
  13. Fixed it.   <?php session_start(); print "<html> <head> <title>Aimed-Mafia</title> <style> body { font-family:Verdana;font-size:9pt;color: #777777; background-color:#222222; scrollbar-base-color: #005B70; scrollbar-arrow-color: #F3960B; scrollbar-DarkShadow-Color: #000000; } a:visited,a:active,a:hover,a:link { color: #999999;text-decoration: none; } table,tr,td { font-size:9pt; } img { border:none; } input, textbox { font-family: Kristen ITC; font-size: 11; background-color: #c0c0c0; border: 1px solid purple; padding-bottom: 3px; } table { border: red; background: #222222; position: center; padding: 5; } </style> </head> <body><center>[img=http://i201.photobucket.com/albums/aa73/aimed_mafia/aimed-mafia-2.jpg]</center> "; $ip = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; if(file_exists('ipbans/'.$ip)) { die("[b]<font color=red size=+1>Your IP has been banned, there is no way around this.</font>[/b]</body></html>"); } require "global_func.php"; global $c; if($_POST['username']) { $sm=100; if($_POST['promo'] == "Your Promo Code Here") { $sm+=100; } $username=$_POST['username']; $username=str_replace(array("<", ">"), array("<", ">"), $username); $q=$db->query("SELECT * FROM users WHERE username='{$username}'",$c); if(mysql_num_rows($q)) { print "Username already in use. Choose another."; } else if($_POST['password'] != $_POST['cpassword']) { print "The passwords did not match, go back and try again."; } else { $_POST['ref'] = abs((int) $_POST['ref']); $ip = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; $q=$db->query("SELECT * FROM users WHERE lastip='$ip' AND userid={$_POST['ref']}",$c); if(mysql_num_rows($q)) { die("No creating referral multies. Bad dog."); } if($_POST['ref']) { $q=$db->query("SELECT * FROM users WHERE userid={$_POST['ref']}",$c); $r=$db->fetch_row($q); } $db->query("INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), 1, $sm, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, 'Male', unix_timestamp(), '{$_POST['email']}', -1, '$ip')", $c); $i=mysql_insert_id($c); $db->query("INSERT INTO userstats VALUES($i, 10, 10, 10, 10, 10)", $c); if($_POST['ref']) { require "global_func.php"; $db->query("UPDATE users SET crystals=crystals+2 WHERE userid={$_POST['ref']}",$c); event_add($_POST['ref'],"For refering $username to the game, you have earnt 2 valuable crystals!",$c); $db->query("INSERT INTO referals VALUES('', {$_POST['ref']}, $i, unix_timestamp(),'{$r['lastip']}','$ip')", $c); } print "<center>You Have Now Signed Up To Aimed-Mafia. > [url='Ruless.php']Rules [Please Read First Then You May Login][/url]"; } } else { print "<center><h3>Aimed-Mafia Registration</h3></center>"; print "<center><table border='2' cellpadding='3' cellspacing='3' width='60%'> </tr><tr><td><form action=register.php method=post>Username:</td><td> <input type=text name=username> <center><abbrv title='Make Sure You Remember This, You Will Need This To Logg In To Aimed-Mafia'>{?}</abbrv></center></td> </tr><tr><td>Password: </td><td><input type=password name=password> <center><abbrv title='You Need To Remember This And Dont Give It To Anyone REMEBER: Staff Will Never Ask For Your Password'>{?}</abbrv></center></td> </tr><tr><td>Confirm Password:</td><td> <input type=password name=cpassword> <center><abbrv title='Please Re-Write Your Password You Entered Above'>{?}</abbrv></center></td> </tr><tr><td>Email:</td><td> <input type=text name=email> <center><abbrv title='Just Incase We Need To Contact You REMEBER: We Will Never Re-Sale Your E-mail'>{?}</abbrv></center></td> </tr><tr><td>Promo Code:</td><td> <input type=text name=promo> <center><abbrv title='If Unknown Please Leave Blank'>{?}</abbrv></center></td></table></center> <input type=hidden name=ref value='"; if($_GET['REF']) { print $_GET['REF']; } print "'> <center><input type=submit value=Join></form> > [url='login.php']Go Back[/url]</center>"; } print "</body></html>"; ?>   Your line 41 prob was you didn't require global func so in this register on line 41 or whatever it is require "global_func.php"; not require "$db->.php"; of require "mysql.php"; but yah that should do it for yah! :P
  14. Matthew

    New Game

    When I first started couple years ago with ravan is has a skull. Then after a month or two I heard it was illigel and I needed mccodes so I got mccodes v2 license so this game must have been made while back for it to have the skull icon. Unless ravan changed it cause when i first started i will be honest i did have ravan and it has a skull but dont have ravan anymore!
  15. Matthew

    New Game

    Hey not to be mean but you have a illigel game i mean when i clicked it i seen the skull at the top of the tab bar notifying me this game you got is from ravan. :( you need mccodes license im not trying to be mean or nothing just saying try to get mccodes if not change the icon bud .. lol
×
×
  • Create New...