
Hendrickson
Members-
Posts
53 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Hendrickson
-
Users found how to attack others from any location.
Hendrickson replied to Hendrickson's topic in Modification Support
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" -
Users found how to attack others from any location.
Hendrickson replied to Hendrickson's topic in Modification Support
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. -
Users found how to attack others from any location.
Hendrickson replied to Hendrickson's topic in Modification Support
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... -
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?
-
How to add an item to everyones inventory?
Hendrickson replied to Hendrickson's topic in General Discussion
Sorry I'm noob and hwo do I just put it in the query? -
How to add an item to everyones inventory?
Hendrickson replied to Hendrickson's topic in General Discussion
Just to complicate things, how would you make it that it only gave the item to active players say in the last week? -
How to add an item to everyones inventory?
Hendrickson replied to Hendrickson's topic in General Discussion
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); -
How to add an item to everyones inventory?
Hendrickson replied to Hendrickson's topic in General Discussion
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 :( -
How to add an item to everyones inventory?
Hendrickson replied to Hendrickson's topic in General Discussion
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? -
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?
-
Its the bank interest that has really done it to my game. Thanks. I'm taking action now.
-
Thanks guys, this is a good list of things to do. I'm sure it will help alot of other players too.
-
Player online attack limit once per 5 minutes
Hendrickson posted a topic in Requests & In Production
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? -
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.
-
Donation System (With Cart, BOGOF and Discount systems).
Hendrickson replied to Dave's topic in Paid Modifications
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. -
Donation System (With Cart, BOGOF and Discount systems).
Hendrickson replied to Dave's topic in Paid Modifications
Does this support Alertpay or other payment options yet? If so I'll buy it :) -
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?
-
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.
-
Just bought this, looks good. So when is the update out and how do advise the people that bought it?
-
[MCCodes V1 & V2] Storage Units [$10]
Hendrickson replied to BreakingLight's topic in Paid Modifications
Do you have a demo? PM more details please -
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
-
Need help recover_password not working
Hendrickson replied to Hendrickson's topic in General Discussion
Thanks guys issue solved :)