Jump to content
MakeWebGames

MrGi

Members
  • Posts

    152
  • Joined

  • Last visited

    Never

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MrGi's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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.
×
×
  • Create New...