<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Guest Book (not advanced gb) - admin actions"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Guest Book (not advanced gb) - admin actions"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Guest Book (not advanced gb) - admin actions</title>
				<description><![CDATA[ I've finally managed to install Guest Book, and it's working perfectly.<br /> <br /> Except I made some dummy entries to test it out, and now I'd like to delete them.<br /> <br /> I click on administration.  It asks for password.  I enter it.  It takes me to the Admin page.  And then I have to enter:<br /> <br /> Selected page, Action, Entry ID, Password<br /> <br /> On this page I am not seeing any of the guestbook entries - not sure if this is normal.<br /> <br /> Let's say I want to delete entry #1, I tried entering:<br /> <br /> guestbook.html, delete, 1, mypassword<br /> <br /> then i click submit, but nothing happens (when i go to the guestbook, entry #1 is still there.)<br /> <br /> So, what ACTIONS can I use in Administration?  How can I view guestbook?  How can I edit or delete certain entries?<br /> <br /> THANK YOU!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4786/16916.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4786/16916.php</link>
				<pubDate><![CDATA[Wed, 6 Jul 2005 06:48:14]]> GMT</pubDate>
				<author><![CDATA[ mrgad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Given that all guestbooks on this site are advanced guestbooks I'll take a a guess you are refering to version 1.5?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4786/16918.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4786/16918.php</link>
				<pubDate><![CDATA[Wed, 6 Jul 2005 11:33:32]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Yes.</title>
				<description><![CDATA[ Yes, 1.5 guest book. Exactly.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4786/16924.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4786/16924.php</link>
				<pubDate><![CDATA[Wed, 6 Jul 2005 16:57:10]]> GMT</pubDate>
				<author><![CDATA[ mrgad]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ OK well Amber is the resident Advanced Guestbook 1.5 person so will have to wait for her to visit.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4786/16928.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4786/16928.php</link>
				<pubDate><![CDATA[Wed, 6 Jul 2005 18:35:47]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry I am just now seeing this since Carbonize emailed me about it. Thanks for the vote of confidence, Carb - but I really don't know that much about this script.  I do know that Admin lists the guestbook entries with their ID numbers just below the table mrgad mentioned.  So, to delete an entry, you just need to type in the Entry ID number.  "Delete" automatically appears in the "Action" box, and you only have to enter your password and click on "submit".  If your Admin panel is not showing the listings, you are probably missing something.  Check to make sure you have all 11 files in the book directory and you set the correct paths in the guestbook.pl (or guestbook.cgi) file.  The guestbook.pl file permissions should be set to 755.<br /> <br /> In the guestbook.pl file, I had to change "localhost" to the exact address.  Here's how that code looks:<br /> <br /> [code]$cgiurl = &quot;http&#58;//www.mywebsite.com/cgi-bin/guestbook.pl&quot;;<br /> <br /> # administration password<br /> $admin_pass = &quot;123&quot;;<br /> <br /> # base url to all guestbook files without trailing &quot;/&quot;<br /> $bookurl = &quot;http&#58;//www.mywebsite.com/book&quot;;<br /> <br /> # base directory to all guestbook files from the server root without trailing &quot;/&quot;<br /> $base_dir = &quot;/home/myusername/public_html/book&quot;;[/code]<br /> <br /> In the above, change "mywebsite" to your actual site name and "myusername" to the username for CPanel.<br /> <br /> You also have to make sure line 7 in addentry.html shows the correct path:<br /> [code]&lt;form method=&quot;post&quot; action=&quot;/cgi-bin/guestbook.pl&quot;&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4786/17166.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4786/17166.php</link>
				<pubDate><![CDATA[Fri, 22 Jul 2005 14:27:55]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>cgi-bin guestbook 1.5 question</title>
				<description><![CDATA[ Hi,<br /> <br /> I guess this is the place to ask. Sorry for the email to info...<br /> <br /> You have made a very nice work with those scripts... putting them under<br /> the gpl license is also very nice from you...<br /> I've been trying to employ your guestbook 1.5 but I have a question and<br /> maybe you can help me: I am not root on the localhost, so that I cannot<br /> create a folder cgi-bin where to put the guestbook.pl like<br /> <br /> www.localhost/cgi-bin/guestbook.pl<br /> <br /> The only thing I can do is something like<br /> <br /> www.localhost/mydirectory/cgi-bin/guestbook.pl<br /> <br /> And this seems not to be working. The perl script is called but only in read mode even though I did a chmod uoga+rx guestbook.pl<br /> <br /> The place to look at is<br /> <br /> <a class="snap_shots" href="http://www.aei.mpg.de/~pau/llibre_fitxers/llibre.html" target="_blank" rel="nofollow">http://www.aei.mpg.de/~pau/llibre_fitxers/llibre.html</a><br /> <br /> am I doing something wrong?<br /> <br /> thanks,<br /> <br /> Pau]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4786/17291.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4786/17291.php</link>
				<pubDate><![CDATA[Fri, 29 Jul 2005 14:11:48]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>