
Snatchy
Members-
Posts
120 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Snatchy
-
Re: [v1/v2] Auction Cron fully Fixed and tested jsut a little more to add to the hopefull solving of this problem... the error seems to lie here at this query... well this is what my error log tells me anyway... $qqq=$db->query("select * from auctions where time=0",$c); while($win=$db->fetch_row($qqq)) call to undefined function... anyone with any ideas?
-
Re: [v1/v2] Auction Cron fully Fixed and tested ok well guess what guys.... they don't work!!!
-
For some reason only one of the NPC's i add to the battle tent are coming up. it has added them to the challenges table on the database but i an't work out why they won't display in the battletent.
-
Re: MCcode V2 user DB hack Exactly right, If your not here to help people, which is what these forums are for aren't they? Then don't post on here. If everyone knew how to code then there wouldn't be a support and help forum. Funny that isn't it.... when you need help you go looking for someone to help you out... People really need to stop hanging shit on others that aren't as fluent at coding as they are. And here's a helping hand to anyone new to the gaming/coding world.... don't trust Alan, A.K.A Crazy-T. He'll hit you up for work and then if you don't hire him he will hack your game. Best off, just don't bother with him at all. There's heaps of people out there like it as well, Just be carefull. I'm not the gun coder that I'd love to be but i'm getting there slowly. SO just back off a little bit peeps and help learn and stop mocking people because they aren't as skilled as you are.
-
Looking for a one click attack system that works with V2
Snatchy replied to Snatchy's topic in General Discussion
Re: Looking for a one click attack system that works with V2 ok, still doesn't help me..... how much will it cost for someone to do this for me? -
Looking for a one click attack system that works with V2
Snatchy replied to Snatchy's topic in General Discussion
Re: Looking for a one click attack system that works with V2 nope, sorry, don't follow. -
Re: Password Recovery does anyone know how to make the script decode the md5 encryption so it sends the password and not just the encrypted password so thye don't have to go to another site to decode their password?
-
[mccode] UPGRADE Retrieve original Password
Snatchy replied to Uridium's topic in Free Modifications
Re: [mccode] UPGRADE Retrieve original Password can anyone tell me how to decode the password so they just get the password instead of having to decrypt it via another website? -
Does anyone know if there is a mod around to recover lost passwords?
-
Re: need help wtih this function yes it was pointed out that a ; was needed and yes i did take the information on board. Is what's frustration is someone trying to belittle someone else with a whole heap of fancy words. I may work in Lamens terminology but at least it's blunt and stright to the point and people don't need to grab adictionary or a thesauras to understand what i'm saying. Believe it or not I help out a lot of people, it may not have so much to do with coding but I do resolve a lot of hardware issues for a lot of people and 80% is volunteer help. I don't volunteer help unless i know i'm going to be able to fix the problem. It would be like a mechanic TRYING to fix your car for you and telling you to put sugar in the fuel tank to make it run better. My frustration levels stem from people being just plain ignorant. NOW I WAS ASKED AND POSTED 3 TIMES WHAT LINE 62 WAS. i asked, they asked, i replied, and then what do you know, they asked the same question again. but hey, that's right, they are super intelligent beings.. pmsl. It's like if your an idiot you should have a sign on your head so then we wouldn't bother asking you in the first place. This post isn't about bugs and errors in my game, it's about why a function won't work and if you READ properly you can see why i got so frustrated to begin with. so now if your over your way over explanated hissy fit can we get back on the topic?
-
Re: need help wtih this function oh and i loved this one as super intelligent after telling them what line it was.
-
Re: need help wtih this function hmmmm that intelligent that they asked what line 62 was 3 times... I POSTED IT 3 TIMES. if that's intelligence then i need a new dictionary.
-
Re: need help wtih this function you see this is what really shits me in these forums..... DO ANY OF YOU ACTUALLY TRY SOMETHING BEFORE YOU POST IT.... clearly you all aren't that great at coding, i appreciate the help but unless you can provide a definite fix could you please stop posting maybe's. i am a busy man with a lot of work on and don't have time to spend 8 hours in a forum talking with people that MIGHT know how to fix the problem... if your going to post a fix...... MAKE SURE IT ***** WORKS!!! as for this thread, i add the ;, i take the ; away and i still get errors, so if someone would be as so kind as to help me, i would much appreciate it, if you only THINK you know what your doing, don't bother!
-
Re: need help wtih this function oh and line 60 for this error Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/bendorg/public_html/addbook/newentry.php on line 60 is where you told me to put ;
-
Re: need help wtih this function it's printing the form but i am still getting that error at the top of it all and and yes, it can be line 62 cause it is. also there is no information being printed in the form boxes..
-
Re: need help wtih this function print "Editing Record
-
Re: need help wtih this function ok after i added the ; i get this error Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/bendorg/public_html/addbook/newentry.php on line 60 But it prints the fields but with no info in them... blank, so to speak.
-
Re: need help wtih this function ok no problem, here it is function edit_entry_begin() { print "Editing An Entry You can edit any aspect of this record. <!--<form action='newentry.php?action=editentryform' method='post'> <input type='submit' value='Edit Record' /></form> OR--> Enter a Record ID to edit: <form action='newentry.php?action=editentryform' method='post'> Record: <input type='text' name='id' value='0' /> <input type='submit' value='Edit Record' /></form>"; } ///////////////////////////////////////////// //this is the function i can't get to work/// ///////////////////////////////////////////// function edit_entry_form() { $cph=mysql_query("SELECT * FROM phonebook WHERE id={$_POST['id']}"); $ph=(mysql_fetch_row($cph)) print "[b]Editing Record[/b] <form action='newentry.php?action=editentrysub' method='post'> <input type='hidden' name='userid' value='{$_POST['id']}' /> Category: <input type='text' name='category' value='{$ph['category']}' /> Business Name: <input type='text' name='business_name' value='{$ph['business_name']}' /> Address: <input type='text' name='address' value='{$itemi['ph']}' /> Phone: <input type='text' name='phone' value='{$itemi['ph']}' /> Fax: <input type='text' name='fax' value='{$itemi['ph']}' /> Mobile: <input type='text' name='mobile' value='{$ph['mobile']}' /> E-Mail: <input type='text' name='email' value='{$ph['email']}' /> Website: <input type='text' name='website' value='{$ph['website']}' /> Logo: <input type='text' name='logo' value='{$ph['logo']}' /> Description: <input type='text' name='description' value='{$ph['description']}' /> </form>"; }
-
Re: need help wtih this function at the moment the error is this Parse error: syntax error, unexpected T_PRINT in /home/bendorg/public_html/addbook/newentry.php on line 62
-
I keep getting an error on this query for some reason. i can't work it out. function edit_entry_form() { $cph=mysql_query("SELECT * FROM phonebook WHERE id={$_POST['id']}"); $ph=(mysql_fetch_row($cph)) print "[b]Editing Record[/b] <form action='newentry.php?action=editentrysub' method='post'> <input type='hidden' name='userid' value='{$_POST['id']}' /> Category: <input type='text' name='category' value='{$ph['category']}' /> Business Name: <input type='text' name='business_name' value='{$ph['business_name']}' /> Address: <input type='text' name='address' value='{$itemi['ph']}' /> Phone: <input type='text' name='phone' value='{$itemi['ph']}' /> Fax: <input type='text' name='fax' value='{$itemi['ph']}' /> Mobile: <input type='text' name='mobile' value='{$ph['mobile']}' /> E-Mail: <input type='text' name='email' value='{$ph['email']}' /> Website: <input type='text' name='website' value='{$ph['website']}' /> Logo: <input type='text' name='logo' value='{$ph['logo']}' /> Description: <input type='text' name='description' value='{$ph['description']}' /> </form>"; }
-
Re: Open source free game engine - modulargaming.com i'd be happy to help develop the codes if your putting up the hosting.... pm me.
-
[paid requests] Advanced attacking system [paid requests]
Snatchy replied to 03laceys's topic in General Discussion
Re: [paid requests] Advanced attacking system [paid requests] let me know when you have the attack system up and running, i would like to purchase a copy. Cheers -
Re: FACEBOOK GAME DEVELOPMENT and here comes the argument!!!!
-
Re: FACEBOOK GAME DEVELOPMENT so would anyone like to partener me in a face book app? It will be a massive learning curve for me but i'm keen to learn.