Jump to content
MakeWebGames

Jake

Members
  • Posts

    106
  • Joined

  • Last visited

    Never

Everything posted by Jake

  1. Re: How to Setup PayPal Instant Payment Notification - Free! Do i need the file donatordone.php for this to work? As I'm working on MC Lite so i did my whole donation system myself. Could i make the return value anything and it would still work?
  2. Re: SQL Injections Surely i need to have DELETE for inventory, and points market, and all stuff like that?
  3. Re: SQL Injections OK, so what actions do you think i should give for the database, here are my options, and i've underlined the ones i was planning on giving the mysql user. Create Select References ?? Alter ?? Delete Insert Index Create Temp Tables Drop Update Thoughts? Lock
  4. Re: [mccode] Register Page Apart from a table, and a few IF/ELSES, its all mysql query.... And the queries are the easiest bit
  5. Re: Good idea!! Michael, you asked us for our opinions, and now starting swearing at us when we give them. I'm with Lemon on this one
  6. Re: Good idea!! Rubbish Idea. There will be no free hosting good enough. People will take one look at the subdomain and go away.
  7. Re: What is the most liked type/style of game? I always thought that a unique idea would keep people hooked, so i went with an army style. But it seems people don't like change, and prefer just the basic crime/gangsta games.
  8. Re: Developing locally on your own local PHP/MySQL/Apache server I installed this, and it never loads up. It says im using version 0.0.0.0 And every time i click the icon, it starts the installer. And when i go through the start menu, nothing happens
  9. * Loading IRCd configuration .. [warning] unrealircd.conf:253: listen with SSL flag enabled on a non SSL compile [warning] unrealircd.conf:320: link services.yourdomain.com with SSL option enabled on a non-SSL compile [warning] unrealircd.conf:320: link services.yourdomain.com with ZIP option enabled on a non-ZIP compile [error] 2 errors encountered [error] IRCd configuration failed to pass testing Possible error encountered (IRCd seemily not started)   It doesnt even tell me the errors, just that there are two. I cant work out how to fix this, any help?
  10. Anyone know where to get an IRC server, and how much is it likely to cost?
  11. Re: a question?   This isn't an advertising site ....
  12. Re: right hand side main menu Omg, just use notepad please ... For the main menu question ... open up header.php, see where it says require/include mainmenu , align left, change that to right.
  13. Re: !!2 Free Updates!! He posted it free Lost One, i didn't think he would mind, but sure i'll PM First .. check back soon.
  14. Re: !!2 Free Updates!! Yeah thats quite a good one, i will develop something like that later. But this one is better than nothing. That IP check works everytime with mine.
  15. Re: Free Advertising Has anyone taken out the advertising at Apex Web Gaming, it seems very expensive, but is it worth it?
  16. OK... Password Reset(taken from Sfekt's password resend mod, hope you don't mind sfekt, PM me and i'll take it down if you want). forgot_password.php Removed ~LostOne   You will need to add your own headers etc to the top of that script. I have had trouble with noobs resting my own password by typing my username, but this can be easily rectified by adding a script that checks a users IP against their lastip from the database (i have yet to add this). Prevent multiple IP users open register.php find   $ip = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR'];   And add:   $q=mysql_query("SELECT * FROM users WHERE lastip='$ip'",$c); if(mysql_num_rows($q)) { die("You already have sufficent users on the ip. Your Current IP Address: {$ip}. For assistance please send an email [b] Here [/b]or to [email][email protected][/email]"); }   Pretty basic, but still, comes in handy. I also have an automatic weapons quantifier, but this takes more explanation, and i really can't be bothered at the moment, so PM me for that. I also have lots of other mods available for sale/trade. I DO NOT wish to purchase any mods, so please don't offer me some. Please Note: These codes were made on a Lite game, but can be easily edited for V1, not sure about V2 though.   Getting permission first is the way to go. ~LostOne
  17. Re: MC2 Codes - Are they worth it? The database queries are different in V2 ... its something like: $db->query("SELECT ...."); and fetch_arrays are: $db->fetch_row Or something like that.
  18. Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** Thanks, modified slightly, but works great.
  19. Re: Accept c/c Payments without Paypal What happened to you Noelle, I logged in the other day, and they said they need valid Photo ID, and 2 bank statements, one for my account, the other for my debit card. I thought my account had been hacked or something, because i was under the impression PayPal would never ask for this. I cut my losses (the 10 pound that was in there) and started a new account.
  20. Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** Zaver ... find where level: 5 is printed, and then replace it with this:   Level: {$ir['level']}";if($ir['upgrade']>0) { print"<a href=upgrade.php>[upgrade]</a>"; } print " health, brave etc....";
  21. Re: ****FREE Mining mod**** Has anyone got any ideas as to other names i could call this instead of mining. As mining doesn't really fit into my game. My Game is about escaping from a PoW camp in another country, any ideas?
  22. Re: Ajax chat script   Yeah, these are the Lite Headers. Does this update automatically when a new post is entered, or does the user have to refresh, or is it on like a 5 second cycle?
  23. Re: Hey Can Someone Help Me Please Do you need apostrophes in your link? Example
  24. Re: Crime Outcome I was under the impression that the Crime Outcome was not solely determined by that formula. I am sure that Exp, Level etc, were taken into account (in the actual docrime.php file) ... I wouldn't know, as i completely changed our crimes funcitons
  25. Re: Counting (nr game) 894: Doorbells, are commonly used throughout the developed world to indicate that someone is at ones front door, and wishes to enter your location of residence, and/or request your company. Word: Quaint
×
×
  • Create New...