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: Carbonize
Forum Index » Profile for Carbonize » Messages posted by Carbonize
Author Message
There is a line marked

$base_url = '';

Put your guestbooks url between the '
Open config.inc.php and edit the base_url.
Version 2.4 has some different stuff in the config file so you need to copy your database information from your current config.inc.php to the one that comes with the new version.
You have captcha enabled?

You should all be on the latest version.
I will look at the headers when I get home. Email me your comment.class.php file.
header("Location:http://intranet.pol.index.php");

For a start you need a space between the Location: and http://

next is http://intranet.pol.index.php a valid address on your system?
You changed the wrong one. You wanted to edit

if ($status == 1) {
$this->insert_comment();
header("Location: $GB_PG[index]");
} else {
No I mean your modified comment.class.php showing how you edited the header function,
Post your modified code.
$this->insert_comment();
header("Location: $GB_PG[index]");

Change $GB_PG[index] to the url you want to take them to.
Off the top of my head edit comment.class.php somewhere towards the end of the file.
No. You have to add an entry via the addentry.php page. Once made you can edit it all you want.
Shouldn't be to hard. Are you comfortable editing php files?
AG just stored the hostname which I've always thought was stupid. It was one of the first things I changed for Lazarus.

Anyway try http://whois.domaintools.com to get the ip from the hostname.
I doubt they got in through 2.4.3.
 
Forum Index » Profile for Carbonize » Messages posted by Carbonize
Go to:   
Based on the open source JForum