Author |
Message |
|
The issue must lie between the web server and the MySQL server.
|
 |
|
There wasn't a missing } as it now says
Parse error: parse error, unexpected '}' in /home/www/web318/html/fotozuerich/guestbook/lib/captcha.class.php on line 598
|
 |
|
I looked at the image and there is a lot of empty space before th eimage code which is why it's not showing. This space is either in the config.inc.php file or the language file you are using.
|
 |
|
Check that you have no wmpty space before the <?php in your admin/config.inc.php file and no empty space after the ?> in it.
|
 |
|
Lazarus is based upon the Advanced Guestbook and apart from some difference the databases are exactly the same.
|
 |
|
Part 1 of the first post should make PHP work in htm and html pages. If that's not working you will need to speak to your hosts.
|
 |
|
Very first post of this thread.
http://proxy2.de/forum/viewtopic.php?t=4736
|
 |
|
Can you do me a favour and sign up to the Lazarus Forums and we can continue on there.
|
 |
|
Did you remove the Advanced Guestbook files though?
If you have email notifications on then you can easily tell if they are submitting by Lazarus or AG.
Also are you sure they are automated?
|
 |
|
Use $row[url] in templates/entry.php to display the homepage if one has been supplied.
|
 |
|
yup just header and footer
|
 |
|
That's because it's in the header which makes life easier.
|
 |
|
I suppose the easiest way would be to put the whole guestbook in a div. Open body.php and just after <body put
<div style="text-align: left; width: 630px;">
Then just before </body> (I think this might be in footer.php) put
</div>
Do same in form.php and comment.php
|
 |
|
I look at the HTML of your guestbook and straight away I can see
<body bgcolor="#FFFFFF" link="#006699" vlink="#006699">
<form method="post" action="index.php">
<table border="0" cellspacing="0" cellpadding="2" align="center" width="600p">
All the table aligns are saying center. Also notice the 600p. You need to correct that by logging in to admin and adding the missing x.
|
 |
|
You need to edit entry.php
|
 |
|