<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Problems with the YIM and MSN mods..."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Problems with the YIM and MSN mods..."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Problems with the YIM and MSN mods...</title>
				<description><![CDATA[ Thanks for developing such great<br /> addons. Really would have helped<br /> if just managed to show them.<br /> <br /> Thanks!<br /> Inder<br /> <br /> My error message:<br /> (on add.class.php i have rwx-rwx-rwx permission).<br /> <br /> <br /> Warning: unlink() failed (Permission denied) in /home/joshi/public_html/guestbook/lib/add.class.php on line 82<br /> Query Error<br /> --------------------------------------------------------------------------------<br /> <br /> MySQL Error : Query Error<br /> Error Number: 1054 Unknown column 'yahoo' in 'field list'<br /> Date        : Sat, March 8, 2003 00:25:05<br /> IP          : 62.179.218.10<br /> Browser     : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)<br /> Referer     : <a class="snap_shots" href="http://www.bamrud.net/~joshi/guestbook/addentry.php" target="_blank" rel="nofollow">http://www.bamrud.net/~joshi/guestbook/addentry.php</a><br /> PHP Version : 4.2.3<br /> OS          : Linux<br /> Server      : Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6mdk) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.3<br /> Server Name : www.bamrud.net]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1691/4183.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1691/4183.php</link>
				<pubDate><![CDATA[Sat, 8 Mar 2003 00:27:18]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It appears that you did not add the mysql talbes that I included. You will have to add the new talbes to your database]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1691/4184.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1691/4184.php</link>
				<pubDate><![CDATA[Sat, 8 Mar 2003 01:04:23]]> GMT</pubDate>
				<author><![CDATA[ Jared]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Here are the tables that I included. I tested them with a default install of the sql file<br /> <br /> [code]# MySQL dump 8.16<br /> #<br /> # Host&#58; localhost    Database&#58; gb23<br /> #--------------------------------------------------------<br /> # Server version	3.23.42<br /> <br /> #<br /> # alter Table structure for table 'msn and yahoo'<br /> #<br /> <br /> ALTER TABLE `book_data` ADD `yahoo` varchar&#40;70&#41; NOT NULL default '', ADD `msn` varchar&#40;70&#41; NOT NULL default '';  <br /> ALTER TABLE `book_config` ADD `allow_yahoo` smallint&#40;1&#41; NOT NULL default '1', ADD `allow_msn` smallint&#40;1&#41; NOT NULL default '1';[/code]<br /> <br /> also here is a default guestbook that I uploaded to test these files that are in the zip file.<br /> <br /> [url]http://www.avianosaints.com/downbook/[/url]<br /> <br /> and yes the admin is user name is test and password is 123]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1691/4185.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1691/4185.php</link>
				<pubDate><![CDATA[Sat, 8 Mar 2003 01:07:42]]> GMT</pubDate>
				<author><![CDATA[ Jared]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ But when I try to add a new table I get a message.<br /> book_auth something already exist.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1691/4188.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1691/4188.php</link>
				<pubDate><![CDATA[Sat, 8 Mar 2003 12:41:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I've seen your add yahoo and msn.sql and read it. But where do I paste those codes:<br /> And how do I create a new table, when a table already exist.<br /> Really need help!!!!<br /> <br /> Inder<br /> <br /> <br /> <br /> # MySQL dump 8.16 <br /> # <br /> # Host: localhost    Database: gb23 <br /> #-------------------------------------------------------- <br /> # Server version   3.23.42 <br /> <br /> # <br /> # alter Table structure for table 'msn and yahoo' <br /> # <br /> <br /> ALTER TABLE `book_data` ADD `yahoo` varchar(70) NOT NULL default '', ADD `msn` varchar(70) NOT NULL default '';  <br /> ALTER TABLE `book_config` ADD `allow_yahoo` smallint(1) NOT NULL default '1', ADD `allow_msn` smallint(1) NOT NULL default '1';<br /> <br /> <br /> <br /> I still get the same error message:<br /> Why is permission denied? <br /> <br /> <br /> Warning: unlink() failed (Permission denied) in /home/joshi/public_html/guestbook/lib/add.class.php on line 82 <br /> Query Error <br /> -------------------------------------------------------------------------------- <br /> <br /> MySQL Error : Query Error <br /> Error Number: 1054 Unknown column 'yahoo' in 'field list' <br /> Date : Sat, March 8, 2003 00:25:05 <br /> IP : 62.179.218.10 <br /> Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) <br /> Referer : <a class="snap_shots" href="http://www.bamrud.net/~joshi/guestbook/addentry.php" target="_blank" rel="nofollow">http://www.bamrud.net/~joshi/guestbook/addentry.php</a> <br /> PHP Version : 4.2.3 <br /> OS : Linux <br /> Server : Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6mdk) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.3 <br /> Server Name : www.bamrud.net]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1691/4189.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1691/4189.php</link>
				<pubDate><![CDATA[Sat, 8 Mar 2003 13:01:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you pay close attention, you will not be adding a table but altering it. Hence the code above.<br /> You will have to use PHPMYADMIN or something similar. phpmyadmin is what most web server hosts use for their clients to access the database.<br /> <br /> <br /> [code]# MySQL dump 8.16 <br /> # <br /> # Host&#58; localhost    Database&#58; gb23 <br /> #-------------------------------------------------------- <br /> # Server version   3.23.42 <br /> <br /> # <br /> # alter Table structure for table 'msn and yahoo' <br /> # <br /> <br /> ALTER TABLE `book_data` ADD `yahoo` varchar&#40;70&#41; NOT NULL default '', ADD `msn` varchar&#40;70&#41; NOT NULL default '';  <br /> ALTER TABLE `book_config` ADD `allow_yahoo` smallint&#40;1&#41; NOT NULL default '1', ADD `allow_msn` smallint&#40;1&#41; NOT NULL default '1';[/code]<br /> <br /> If you copy this code to a new text file and import it to your database, it will ALTER the tables to reflect the new changes.<br /> <br /> when you first open phpmyadmin, there will be a browse button, where you will browse and find the new text file you just created with the code above. select it, and upload. It will automatically alter the table. I'm sorry but it does not get any easier than this.<br /> <br /> Or you can manually add the new rows by copying the AIM setup.<br /> <br /> you will have to manually change book_data and book_config<br /> <br /> the other way is fool proof]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1691/4190.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1691/4190.php</link>
				<pubDate><![CDATA[Sat, 8 Mar 2003 13:02:48]]> GMT</pubDate>
				<author><![CDATA[ Jared]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ OK.<br /> I'll try to talk with my webmaster...<br /> <br /> Thanks for everything]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1691/4191.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1691/4191.php</link>
				<pubDate><![CDATA[Sat, 8 Mar 2003 13:43:08]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have included a modified install.php file now as part of the package. <br /> <br /> for those that have no access to their database, and can only create a database. You will have to delete the current database and then re-create it. (that is your database name password etc) otherwise the script will tell you that the tables already exist.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1691/4260.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1691/4260.php</link>
				<pubDate><![CDATA[Tue, 11 Mar 2003 18:52:53]]> GMT</pubDate>
				<author><![CDATA[ Jared]]></author>
			</item>
			<item>
				<title>Still stuck</title>
				<description><![CDATA[ Thanks for making an easy install-package.<br /> You see, I still don't get it.<br /> <br /> I've deleted all the files and folder in the<br /> pubilc_html, and created a new folder with<br /> all the files. But my old guestbook is still there.<br /> You may go to the admin page and choose:<br /> USE YIM and USE MSN, but when i click submit,<br /> I get foolowing message:<br /> (I get the same message, when I try to sign the guestbook)<br /> <br /> <br /> MySQL Error : Query Error<br /> Error Number: 1054 Unknown column 'allow_yahoo' in 'field list'<br /> Date        : Wed, March 12, 2003 08:11:36<br /> IP          : 62.179.218.10<br /> Browser     : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)<br /> Referer     : <a class="snap_shots" href="http://www.com" target="_blank" rel="nofollow">http://www.com</a><br /> PHP Version : 4.2.3<br /> OS          : Linux<br /> Server      : Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6mdk) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.3<br /> Server Name : www.com<br /> <br /> And worst of all, when I try to create a new guestbook table throgh<br /> the install.php, I get another error message:<br /> <br /> Database Error<br /> --------------------------------------------------------------------------------<br /> <br /> MySQL Error : Database Error<br /> Error Number: 1050 Table 'book_auth' already exists<br /> Date        : Wed, March 12, 2003 08:20:40<br /> IP          : 62.179.218.10<br /> Browser     : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)<br /> Referer     : <a class="snap_shots" href="http://www.com/install.php" target="_blank" rel="nofollow">http://www.com/install.php</a><br /> PHP Version : 4.2.3<br /> OS          : Linux<br /> Server      : Apache-AdvancedExtranetServer/1.3.26 (Mandrake Linux/6mdk) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.3<br /> Server Name : www.com<br /> <br /> <br /> Why is this?<br /> Would it help creating a new database and a new table?<br /> It just takes a great lot of time.<br /> <br /> <br /> <br /> Sincerely<br /> Inder]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1691/4265.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1691/4265.php</link>
				<pubDate><![CDATA[Wed, 12 Mar 2003 08:22:17]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Please read the post directly above yours.......it already answered that question. If you have no access to your database, you will have to completely delete the current database and set it up again. Other wise install.php will complain that the tables already exist, as such as they did for you already when it said Table 'book_auth' already exists.<br /> <br /> delete mysql database completly, and re-create, then run my version of install.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1691/4268.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1691/4268.php</link>
				<pubDate><![CDATA[Wed, 12 Mar 2003 11:02:49]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>