If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: TomH
Forum Index » Profile for TomH » Messages posted by TomH
Author Message
Thanks for your reply, it was all kinds of spam really. I've now got Lazarus up and running, but obviously lost all my customisations and some of the icons are not showing. Do I have to leave the old guestbook in place? Lazarus seems to be using the images from the old guestbook.

Thanks for any help.

Tom

The URL is here http://ccgi.fellglint.plus.com/lazarusgb/index.php
I did try using the human verification script a while back, but after a couple of weeks I started to get spam again, thats the reason I want to try Lazarus, but I must be doing something wrong, do you have any idea what it is I am doing wrong.

Tom
After getting lots of spam recently with GB 2.3.1, I am trying to update to Lazarus. I have done as the instructions say and uploaded the Lazarus files to my CGI space along with the Agupdate.php file, and changed the config.inc file to the same as my GB file, I then ran the agupdate file from my browser and it updated the database, but the guestbook is still the old one, I'm obviously doing something wrong but just can't put my finger on it.
The questions are-
1. Do I use the same base URL as my original guestbook?
2. Does the agupdate file just go in the CGI space, and not in any of the folders?
The address is http://ccgi.fellglint.plus.com/guestbook/index.php

The guestbook is heavily modified so will I have to do the modifications again?

Thanks in advance for any help.

Tom
Thanks very much for your help Carbonize, that fixed it, been trying to figure it out all night.

Thanks again.
It seems that for some reason, when clicking on the next page button it is not going to for example

http://ccgi.fellglint.plus.com/guestbook/index.php?entry=10

but the strange thing is that if I click on admin for example and then on back to guestbook and then try next page it works ok, with the correct URL.

I would be very grateful if anybody could shed some light on the problem.

Many thanks.
I just put http://ccgi.fellglint.plus.com/guestbook/ for the base URL.

$GB_PG["base_url"] = "http://ccgi.fellglint.plus.com/guestbook";

$DB_CLASS = "mysql.class.php";
$TEC_MAIL = "tom@fellglintpugs.co.uk";
$GB_UPLOAD = "public";
$GB_TMP = "tmp";

if ($GB_PG["base_url"] == "") {
$inter_type = php_sapi_name();
if ($inter_type == "cgi") {
if (isset($HTTP_SERVER_VARS["PATH_INFO"]) && !empty($HTTP_SERVER_VARS["PATH_INFO"])) {
$GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["PATH_INFO"]);
} elseif (isset($HTTP_SERVER_VARS["REQUEST_URI"]) && !empty($HTTP_SERVER_VARS["REQUEST_URI"])) {
$GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["REQUEST_URI"]);
} else {
$GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["SCRIPT_NAME"]);
}
} else {
$GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["PHP_SELF"]);
}
}

?>
Hi Carbonize

Thanks for your response, I have set the base Url, but it still doesn't make any difference, it still comes up with a 404 url not found. I have noticed when the address comes up it says, http://ccgi.fellglint.plus.com/guestbook/guestbook?entry=10, why is the word guestbook entered twice? could that be the reason? if so how would I change that?

Many thanks.
Hi

My advanced guestbook has been running for a few months now without any problems, my host recently changed their cgi server, and since moving my guestbook to the new server everything works ok except when you click on next page to show other entries I get a 404 error saying the URL was not found on this server. I haven't changed any file permissions or anything.

Could anybody please tell me what the problem could be?

The URL is http://ccgi.fellglint.plus.com/guestbook/

Many thanks
Many thanks Carbonize that worked great.

Thanks again

Tom
Thanks Carbonize

I'll give it a try and see how I get on.

Tom
How can I remove the solid border from around the 4 sides of the entries page in Advanced Guestbook, similar to what it looks like when viewed in Netscape 6/

Many thanks

Tom
Sorry Carbonize , you were right, placed just after the </p> and all is fine, thanks very much for your help.

Tom
Changed what you said Carbonize, but the links stay in the centre of the page rather than central under the guestbook, any more suggestions?

Thanks
Thanks carbonize, this is the code for the footer, already looks as though the table is centre aligned, got the guest book where I wanted , just the footer now, how would you change this code?

</p>
</div></td>
</tr>
</table>
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">:: <a href="http://www.fellglintpugs.co.uk/index.htm">Home</a> :: <a href="http://www.fellglintpugs.co.uk/about.htm">About Us</a> :: <a href="http://www.fellglintpugs.co.uk/dogs.htm">Our Dogs</a> :: <a href="http://www.fellglintpugs.co.uk/puppies.htm">Puppies
</a> :: <a href="http://www.fellglintpugs.co.uk/photos.htm">Photos</a> :: <a href="http://www.fellglintpugs.co.uk/links.htm">Links</a> :: <a href="http://www.fellglintpugs.co.uk/contact.htm">Contact Us</a> :: <a href="http://cgi.fellglint.plus.com/guestbook/">Guestbook
</a> ::</font></td>
</tr>
</table>
<b><font face="Arial, Helvetica, sans-serif" color="#CCCCCC" size="1">Powered by <a href="http://www.proxy2.de" target="_blank"><font color="#CCCCCC" size="1">Advanced Guestbook 2.3.1</font></a></font></b></center>
</body>
</html>


Thanks
Sorry the URL is http://cgi.fellglint.plus.com/guestbook/.
 
Forum Index » Profile for TomH » Messages posted by TomH
Go to:   
Based on the open source JForum