Jump to content
MakeWebGames

Hendrickson

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by Hendrickson

  1.   That's exactly what I do. But as of late 90% of people pm me for jobs are recent accounts and say they need ftp access or mysql. Which = I can't get anything done. Or try and send me code that includes stuff like user table "DROP"
  2. Harsh... Thanks for those that help. Its a game I took over. I'm only use to html and css. I dont and haven't coded php at all. I'm learning. How is the game different from the stock setup? There different design, css, graphics etc. Not all of us are masters of php. And we have to start from some where. Not I'm not trying to get stuff for free. I'm just sick of getting peoples paid help that later just want my ftp/cpanel accounts etc. The forum here seems a safer option. Apart from the hostility from some users. Thanks to those that help.
  3. I'm no good at this coding stuff..... :( I haven't a clue to code what i want here. I thought it would have been default in the attack.php...
  4. It seems my users have found how to just paste attack.php?nextstep=1&ID=1&wepid=98   And attack from anywhere. How can I add a location check to the attack.php so they must be in the same location otherwise its die and (you must be in the same location to attack someone text)
  5. Thanks, sorry I was not clear in my post. I meant a bank limit on accountsand not just editing the cron day job to lower interest rates. That I know. But to cap interest gained. In order to stop users accounts running away with interest unbalancing the economy.
  6. I'm looking for someone to help me add a interest limit / cap to the donator and normal bank account. Also limit the amount each bank can hold. Note: No cpanel / ftp access will be given. So don't ask. Required files will be given. Anything need to be run in mysql will be done by myself.
  7. Hi I wondered if anyone ever moved a row's value from say 10000.00 over to 100.00. So move the decimal place two points to the left so I can lower prices which out having to manually do this. There must be a MySQL command for this?
  8. Sorry I'm noob and hwo do I just put it in the query?
  9. Just to complicate things, how would you make it that it only gave the item to active players say in the last week?
  10. Works fine tested thanks. yes there is an event: event_add($r['userid'],"All users were given an item $itemname, Click <a href='inventory.php'>Here</a> to check.",$c);
  11. Its seems the old owner removed this from the smenu.php If I try the link I get the following error. Error: This script requires an action. Looking at the staff_items.php I can only see give item that is coded there :(
  12. I think that only adds to one person inventory doesn't it? I would liek to add an items to everyone's. What would the mysl query for that be?
  13. HI, Is there a way to globally add an item to everyones inventory? For example if I want to give all users a bonus Halloween item. Is there an easy way to do this?
  14. Its the bank interest that has really done it to my game. Thanks. I'm taking action now.
  15. Thanks guys, this is a good list of things to do. I'm sure it will help alot of other players too.
  16. I'm looking for someone to make a mod please for me that would limit online attacks of the same player to once per 5 minutes. So only able to attack the same player that is online once per 5 minutes. Maybe someone has already made this mod?
  17. I have a game that the economy is starting to go out of balance big time. People are just becoming too rich in the game. I have tried to fix the economy. Has any one had a screwed up economy and how did you go abotu fixing? My economy is like this now: Too few crystals in the game Too many with billions of game dollars. No fixes seem to work to get people to spend more ingame cash. All I see is a full reset that would fix everything. But I can't since players have paid cash etc and would not be happy at all with a move like that.
  18. Ok are you going to release or could you help me with an Alertpay module? I'm sure others would want it too. You could even sell an alertpay module for 10 bucks or something.
  19. Does this support Alertpay or other payment options yet? If so I'll buy it :)
  20. HI does anyone have a script for integrating alertpay and ipn script so users can pay for donator packs via alertpay and not just paypal?
  21. I'm looking for a coder to help with a few fixes and mods etc on my MCCodes v2 games. For example help fix my forum, add a limit to the Description length and if a user doesn't add a Description to make sure they do. Also make it that Gang presidents and vice presidents can sticky topics in their gang forum. Anyone up for the job? Thanks.
  22. Just bought this, looks good. So when is the update out and how do advise the people that bought it?
  23. Do you have a demo? PM more details please
  24. Hi guys I'm hoping someone has already had this issue and has a fix? I'm not too up with my sql, I took a basic course years ago. Anyway...The issue is one gang in my game has reached the int char limit and locks at 2147483647. This is a sql issue. I think the field should be bigint. How to I go about this and change all the gangMoney fields from int values to bigint? Are there issues in doing this? I noticed that player money users bigint and not int. Silly really as gangs in a popular gang could end of with a lot of cash so it should have been bigint to begin with. The error is: Warning: #1264 Out of range value adjusted for column 'gangMONEY' at row 1
  25. Thanks guys issue solved :)
×
×
  • Create New...