Lifetaker Posted November 14, 2007 Posted November 14, 2007 Re: [mccode] Improved Estate Agents for v2.0 it dont work for v1 It does say for V2.0 Quote
Krafty Posted February 3, 2008 Posted February 3, 2008 Re: [mccode] Improved Estate Agents for v2.0 AWWW Fanx man! Quote
moyles Posted February 8, 2008 Posted February 8, 2008 Re: [mccode] Improved Estate Agents for v2.0 hey how do u make it so that it only displays up to a certain max will like my donator houses are at 250000 so i wont to set it to 200000 to show on the estate page Quote
ignite Posted February 8, 2008 Posted February 8, 2008 Re: [mccode] Improved Estate Agents for v2.0 Go to your database , find the houses table then edit accordingly. Ok here it is for v1: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Krafty Posted February 10, 2008 Posted February 10, 2008 Re: [mccode] Improved Estate Agents for v2.0 Just edit's... You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Vyp3r2oo9 Posted February 14, 2008 Posted February 14, 2008 Re: [mccode] Improved Estate Agents for v2.0 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/battlefi/public_html/estate.php on line 4 Your current property: The houses you can buy are listed below. Click a house to buy it. Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/battlefi/public_html/estate.php on line 47 Quote
Eternal Posted February 26, 2008 Posted February 26, 2008 Re: [mccode] Improved Estate Agents for v2.0 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. that should be the right one for v2.0 as i have tried all the above and this works Quote
Magictallguy Posted April 19, 2008 Posted April 19, 2008 Re: [mccode] Improved Estate Agents for v2.0 Thank you - I'm glad someone made sense of this. I was reading through and got a headache! xD Quote
danger boy Posted April 19, 2008 Posted April 19, 2008 Re: [mccode] Improved Estate Agents for v2.0 Thanks thehacker07 works fine Quote
Renkia Posted February 22, 2010 Posted February 22, 2010 Cheers Eternal I Saw the problem but you already fixed it so i thank you. :P Quote
Canjucks Posted April 17, 2022 Posted April 17, 2022 8 hours ago, Dustin Rohel said: Need any sql??? Try: CREATE TABLE `houses` ( `hID` int(11) NOT NULL AUTO_INCREMENT, `hNAME` varchar(255) NOT NULL DEFAULT '', `hPRICE` int(11) NOT NULL DEFAULT '0', `hWILL` int(11) NOT NULL DEFAULT '0', `hsepics` varchar(255) NOT NULL, `sellprice` int(11) NOT NULL, PRIMARY KEY (`hID`), KEY `hID` (`hID`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1; Quote
Canjucks Posted April 18, 2022 Posted April 18, 2022 6 hours ago, Dustin Rohel said: Sql didn't work Okay I will rewrite it CREATE TABLE IF NOT EXISTS `houses` ( `hID` int(11) NOT NULL AUTO_INCREMENT, `hNAME` varchar(255) NOT NULL DEFAULT '', `hPRICE` int(11) NOT NULL DEFAULT '0', `hWILL` int(11) NOT NULL DEFAULT '0', `hsepics` varchar(255) NOT NULL, `sellprice` int(11) NOT NULL, PRIMARY KEY (`hID`) ) DEFAULT CHARSET=utf8; Quote
Dustin Rohel Posted April 18, 2022 Posted April 18, 2022 (edited) This page isn’t working is currently unable to handle this request. HTTP ERROR 500 Edited April 18, 2022 by Dustin Rohel Not right Quote
Magictallguy Posted April 18, 2022 Posted April 18, 2022 7 hours ago, Dustin Rohel said: This page isn’t working is currently unable to handle this request. HTTP ERROR 500 More information required. An HTTP Error 500 is generic Check your error_log Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.