chicka
Members-
Posts
351 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by chicka
-
Its probably because you have 0 users in your database. If you haven't go a single user in the database it will throw that error. I got stuck in that same situation once upon a time...
-
Congrats.
-
Same here. Went to log into my ftp and my password was changed.
-
Allan I believe this is the first time I have ever seen any of your sites. Very impressive indeed.
-
Well from what I have read so far which is quite a bit, the test to get your zend certificate isn't really all that hard. Either way I wasn't asking about certificates he carries I was simply mentioning that I have never seen any of his work.
-
I'm not trying to disrespect your skills so please don't take this the wrong way but I don't think i've every seen any of your work.. :whistling:
-
awesome mod illusions. Works like a charm. Simple edits to add what you want to it. Love it Thanks
-
a lot of good people have already left these forums for much less. Imagine now with all these connection problems??
-
been happening to me for the past week. Can never log in. Seems to me that the owners are not caring.. I don't see them posting anything about fixing the problem or trying to resolve the issue. These forums are pretty much dead now anyways. Only a select few on here. All new new people are going to want to go else where cause of this terrible connection problem.
-
I haven't tried this but if you have more than one of those items say 4 is it going to equip one item or is it going to try and use all 4 of them? or is it going to use 1 and delete the other 3? I haven't quite looked at the script just the demo
-
No one is putting you down. What they are trying to say is that something so simple to make isn't going to sell for $5. If you go to the free mod section of these forums you will see that there are some fantastic mods for free. Paid mods are more sophisticated and complex (for the most part). this it to simple and not worth it to be honest. So basically since your new My advice would be to work on your skills, post up some of your work so people on here can show you what your doing wrong (if your doing anything wrong). Once people get to know how good you really are, they will want to pay for your better mods. Just my opinion
-
Well first off if your going to attempt to sell mods people are going to want to see your work. By the sounds of it, its basically a few query's taking players out of hospital and jail and refilling their stuff. Not to blast your mod but i think before you attempt to sell anything I believe you should show people some of your work. A demo would be nice as well... Good luck with your sales
-
an other alternative would be to post the announcements part of the forums in your loggedin.php file. so when they log in, the first thing they see is the announcements part of the forums. I did that on my game and everyone seems to like it that way. None the less I think what your trying to do is a good idea. Best of luck
-
This mod looks great. Very well done.
-
i'm not accusing you of anything. I think its a great mod and i'm sure you did code it.. All i'm saying is that I have this exact same idea in my game that I coded a while ago. The coding is different a little but none the less its the same. the only difference between this one and mine is I have it so they can only slap that user once a day.
-
Yup pretty much exactly the same.
-
I've had this exact mod in my game for years. I called it slap.php. same thing.. My players love it
-
Sounds like an interesting mod how ever $30 in my opinion is a little much. After seeing your "The Wall" mod in the free section and the security issues it had I question weather this mod is secure. I'm not disrespecting your mod in any way as i think this is a pretty good idea, i'm questioning the security.
-
If you think you can do better then what the hell are you waiting for?? So sick and tired of seeing people put forth time and effort to release a FREE mod and watching these ungrateful asses come on here and put their hard work down.. If you think you can make a mod like this and do a BETTER job PROVE IT. Other wise shut your trap.
-
Securing your scripts is not hard to do nor is it hard to find out.. There is a pretty good tutorial someone posted on here which is pretty good. Search is a great feature. Google is an other great feature which can also help you learn about securing your scripts. Well, considering this is free im not to worried about it, and talking to me like im a retarded isn't appreciated. I was having a pretty crappy day yesterday and my have come off like an ass. My apologies 8) .
-
Securing your scripts is not hard to do nor is it hard to find out.. There is a pretty good tutorial someone posted on here which is pretty good. Search is a great feature. Google is an other great feature which can also help you learn about securing your scripts.
-
is it just me or is there a security issue with this?? Looks to me like the $_POST variables need securing.
-
Where and how do I put exp gain here for winning a fight
chicka replied to thebobby's topic in Modification Support
should look something like this $qe=$r['level']*$r['level']*$r['level']; $expgain = rand($qe/4.5, $qe/2.5); $expperc = ($expperc > 25) ? 25 : $expperc; $expperc=(int) ($expgain/$ir['exp_needed']*100); then should look something like $db->query("UPDATE users SET exp=exp+$expgain WHERE userid=$userid"); -
Thanks Jordan.. I appreciate it. I wasn't exactly sure how the global $ir,blah blah worked and I see it in quite a few scripts so I decided to put the hole thing in. Now that you guys have explained it I know how to use it.
-
Chris & Sean - Vitalend.com - Scammers
chicka replied to doinkinator's topic in Collaboration Experiences
I know Sinista personally. I have been dealing with him for almost 2 years and have never had a problem with his work. I have seen Doinkinators work as well.. as a matter of fact I purchased a layout from him last year and was quite impressed. Then had Sinista code the layout for me. Not only did sinista do a fantastic job with coding the layout for me, but he was there to help me fix issues with mods that didn't fit in the layout correctly. I dont' think the problem was with the coding or the layout..