Jump to content
MakeWebGames

MrGi

Members
  • Posts

    152
  • Joined

  • Last visited

    Never

Everything posted by MrGi

  1. Re: +10 for who ever can fix this   You just wanted them so you can add this mod to your game, obviously! haha Dude, Get a life. I am here to help people. I dont even own a damn game at that. And honestly, I dont give a rats hindend about this mod. Keep your thoughts to yourself.
  2. Re: +10 for who ever can fix this Care to post me the database inserts please? Gives me a better look at things
  3. Re: Add Super rewards points to your site!!! Please Use Coding Tags when posting PHP. Also, This code can be shortened alot. In which, I will be doing for you.
  4. Re: [Guide]MC Economy Very nice Post! +1 For you. Although, I do not own a game, I have ran one for a limited of time. In which, I dont have the stats anymore, But I for one, Settled the Econ. Problem. Users at 45 days old, Did not have no more than 100,000. Which, Is pretty good to my concern. Its all in the calulation you figure when starting the game up. Per say, Job Payouts: Take that, Add It By one Week. Crimes: Take and sort which ones you think that level (1-5)(5-10) Etc etc, Can pass, Add ALL of them up, divide by 3 I belive i did. Item Market: Take All Items, Figure out what would be a decent Max. Sell price, and set that to the item market. Then take that, Add That x3. Same as above for crystal market. Then, At the end of the day, See what users HAVE to pay for daily. In which, Im not sure what mods, etc you have on your game. But, Add the total amount a user MUST spend per day. Subtract that from your Total Amount Above. Whats left over, Is what the user has to spend on. Still ALOT of money? Well, Now, Taxes come in, I have my tax mod set to where the user hands in money daily. And they get it back to a certain time period. After Taxes, You kinda can figure out the given amount the user has left On Hand. For me, That was problem solved. Stats, Well, Ill go into that another time! Haha
  5. MrGi

    Hacking

    Re: Hacking Why should they hire a coder? You tell me that. If they can code, At least decent! , Then why pay out the hind end to pay for a coder??? And yes, XAMP and LAMP are good to learn on, And making a game new to coding is not the best idea. But what im saying is, Most people dont understand the security rights as well as others, And people hacking them all the time, Is not helping them one bit. Instead of seeing a post "Security help" Then they post the site and ask for some help, You people hack it just to be mean about it. And have a good laugh. Im pretty sure you guys would laugh if per say I hacked your "greatly coded" game now would you?
  6. MrGi

    Hacking

    Re: Hacking   Wow!, Just things Of "Well you must be an idiot to leave easy exploits to give people staff access/ server information etc" , You know, Some people are beginning to code, And not have learned the full exploits, etc etc. Everyone is not like you, There ARE some new coders that put alot of effort into thier games, and they are decent, Just not secure. So therefore, People like you go off and ruin there chances to being what they want.
  7. Re: Config.php Wow, my mind was out of it when i posted that (lol). I really dont remember posting here. I know the config layout! haha Anyways, Just to make sure you are using correct password. Yes, Usally, that would be the password lol.
  8. Re: Lock/Un-Lock Gameplay [$10] Maybe to you it is, and everyone else it is a simple little code. But, as you look into the code, you would see how much time and effort i put into it, To make it worth the $10. But, its whatever anymore.
  9. MrGi

    Hacking

    Hacking/Hacker Definition: In common usage, a hacker is a person who breaks into computers, usually by gaining access to administrative controls.[1] The subculture that has evolved around hackers is often referred to as the computer underground. Proponents claim to be motivated by artistic and political ends, and are often unconcerned about the use of criminal means to achieve them.[2] Why Use It? Use Hacking for your own personal use. Such as, Seeing if your game is secure etc etc. Why is it a Big Problem Now? Every since the early 1970's i belive, hacking was introduced. Over the years, Users began to abuse hacking more and more. Now in today's world, Hacking Leads to prison time. So, Dont hack peoples games. Dont be suck a d*ck like that. They may be new to coding world, Or some other or-deal. You was once new to coding, and im sure, you didnt like it when people hacked your games. Show some respect! Dont hack!
  10. Re: Military Nation Well point being, The kid is learning to code. Take some respect for him trying, and quit hacking his game. Im sure you would be pissed if I kept hacking your game. So just cool it down, No reason to hack but for personal use only. Quit abusing it!
  11. Re: Config.php Post Your Config.php Please. It seems as if your problem is in the code, Not the password.
  12. Re: Look at this please $db->query("INSERT INTO gangs VALUES('','$name','$desc','','',0,0,100,$userid,$userid,5,0,0,'')"); Should be: $db->query ("INSERT INTO gangs ('$name' , ' $desc' , '', '' ,'$userid' , '$userid')VALUES('0' , '0' , '100' , '5' , '0' , '0')");
  13. Re: Crystal market with limit and day function no problem, hopefully that explained things to them.
  14. Re: Crystal market with limit and day function What he is meaning, That per say I did This. MrGi Added 100 Crystals To The Market. MrGi added 1000 Crystals to the market. MrGi added 10000 Crystals to the market. I can only post 3 different amounts of crystals. He is not saying that the crystal post limit is 3. If im not mistaken, That is what he means.
  15. Re: [mccode v2] Site lockdown Aye, Maybe if You was not being such an @ss about things, and trying to re-craete my mod so fast, You would not have these problems with the code. As i spent time to make mine, and make it work right the first time.
  16. Re: Lock/Un-Lock Gameplay [$10] 10-4, Will do as soon as i finish coding this other mod. 10 minutes max
  17. Well, Another Renagade-Network Mod. What does it do? This Mod is a staffing function, That Allows (whom you wish, staff wise, To control it), To Lock-Down the game at any given time. The Concept of the mod was to create a fast,secure way to lock users out of the game when and if something bad was to go wrong.(Such as a hacking Attempt). It Forces all users But ID 1 to be logged out. On your login page, A message will appear, "The game has been locked-out by the Owner, Please wait for Owner to un-lock" Contact me at [email protected] / Email, or MSN If you wish to consume a copy. Thank Ya much, MrGi
  18. Re: Advanced Tax Mod [$5] I am currently updating the mod to your requests. Please Bare with me. Whats being added? 1. Staff Functions 2. Infaltion System, (taxes will go up/down for a time period) Which will be only used when the value of the currency being used is up to an est. point. And, The Price will remain $5. But once again, please bare with me on the Updates. I will be finished soon!
  19. Re: Advanced Tax Mod [$5] No, Not at the moment, Although, I can create it that way.
  20. Re: Advanced Tax Mod [$5] Thanks, And it sure is a nifty mod, As the point of the making of it was to help games with outrageous amounts of money. So being taxed,The money is now shortened to the least it can.
  21. What this mod Does This Advanced Tax mod takes your total income from Crimes Houses Jobs Adds your final total of the income above. Takes a certain % (which can be edited to your liking), And then the "Goverment" Has your money. But, If your Total Income is greater than $7,000 you can Get your taxes back, With one click of a button! Your "Tax-Back" goes directly into your banking account. Although, You only get 2% of your taxes back :D, Which also can be edited. Who to Thank I would like to thank MTG, and Swaggy for helping with this mod. How do i get this mod!?!?! Contact Me @: [email protected] , MSN Messenger, or email, I will get back to you. Thanks a bunch, MrGi
  22. Re: [mccodes V2] Nuclear Bomb   For a person who says variables is attackable, nice comment. Hey, You dont have to belive me. But dont sit and critize me about my work... Got it?
  23. Re: [mccodes V2] Nuclear Bomb For such a Simple written code, You guys are going blistic. Lol, But nice work to all.
  24. Re: [mccode v2] Advanced(isher) Level Upgrade Mod. Okay, Per say I have a hacker. The variable $money is used. By gaining the access to 94% of viewable scripts. (Hacking) If the hacker knows what variable is in the scripts. $money=3000 Could possibly be changed within the scripting to per say, $money=120000 Just a short low down, Will post up more later. If you dont belive me, Oh well...If you do and want to learn more about it. Good for you If your going to dis me about my work, Fuk-Off!
  25. Re: [mccode v2] Advanced(isher) Level Upgrade Mod. Securing the Variables itsself is something that Myself has made security for after many months of trying. It is something not many people acutally think about, But I did.
×
×
  • Create New...