
thedestroyer
Members-
Posts
277 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by thedestroyer
-
Re: [mccode v2] Simple Job Specials Well, this mod I have tested quite a few times, It always works great for me on any standard version of mccodes did you ever get the property market working properly? The only problem i had was when someone bought your house you wouldn't recieve the money
-
Re: [mccode v2] Youtube Mod i cant add videos it keeps saying illegal operation....
-
Re: Error with coding need help please i gave you a +1
-
Re: Error with coding need help please ah got it it was a table i added thanks a bunch shrek :-)
-
Re: Error with coding need help please i still get this error with your function QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO events VALUES('',550,UNIX_TIMESTAMP(),0
-
Re: Error with coding need help please ok this is my whole event function function event_add($userid,$text,$connection=0) { global $db; $text=mysql_escape($text); $db->query("INSERT INTO events VALUES('',3,UNIX_TIMESTAMP(),0,'$text')"); $db->query("UPDATE users SET new_events=new_events+1 WHERE userid={$userid}"); return 1;
-
Re: Error with coding need help please so what line should i be putting?
-
Re: Error with coding need help please i didnt edit the table heres the event function line i think i need to change $db->query("INSERT INTO events VALUES('',$userid,UNIX_TIMESTAMP(),0,'$text')");
-
in all my files that send events out eg when you buy something from the market or attack someone i get this error QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO events VALUES('',3,UNIX_TIMESTAMP(),0, can someone help please?
-
when i attack someone and then leave them i get this QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO events VALUES('',3,UNIX_TIMESTAMP(),0,'Alex attacked you and left you lying outside the hospital.') it also does it on all my other files where an event needs to be sent can anyone help please?
-
Re: [mccode v2] Simple Job Specials It's a dam shame Rich cos you make such good mods but none of them seem to work properly for me :-(
-
Re: [mccode v2] Multiple Houses Can anyone add the bit of code i need to add please?
-
Re: [mccode v2] Multiple Houses I have a problem. When a user buys a house off the market the seller does not get the money can anyone help?
-
How do i use images uploaded to my cpanel?
thedestroyer replied to thedestroyer's topic in Game Support
Re: How do i use images uploaded to my cpanel? That doesn't work either i just tried -
How do i use images uploaded to my cpanel?
thedestroyer replied to thedestroyer's topic in Game Support
Re: How do i use images uploaded to my cpanel? then wehen i go to add an image how do i put it? is it like this? <img src=www.yourgamename.com/images/yourimage.jpg? cos they are saved in my images flder but i just tried that way and it doesnt work -
How do i use images uploaded to my cpanel?
thedestroyer replied to thedestroyer's topic in Game Support
Re: How do i use images uploaded to my cpanel? Ok thanks i will give it a go -
How do i use images uploaded to my cpanel?
thedestroyer replied to thedestroyer's topic in Game Support
Re: Sing images uploaded to cpanel so is it this? ALTER TABLE houses ADD picture INT(11) default 0; -
I uploaded an image for a house yesterday but how do i add it when i create a new house?
-
Re: Looking for email verification mod V1 Mail me and i will help you
-
Re: Problem with my v2 Captcha haha very funny
-
Re: Problem with my v2 Captcha If anyone can make or already has this script please post. Thanks
-
Re: Problem with my v2 Captcha how can i do that? do you have a code?
-
Re: Businesses Mod [Mccode V2] Kix thanks for the update but it doesnt work. When i use your cron companies dont make any money daily and if i do Richards cron you make way too much and you dont even need an workers to make loads of money.
-
Re: Businesses Mod [Mccode V2] can anyone post a code with some job specials please :-D
-
Re: [mccodes V2] Nuclear Bomb where abouts should i add it cos i added it and got an error