| Author |
Message |
|
|
I wanted to use gif's
can you post your modded source ?
|
 |
|
|
|
Does the same on a linux host, anyone actually got this script to work?
|
 |
|
|
Did you upload it?
(If your guestbook is live on the Web, it might be helpful to provide a link to it, so we can better troubleshoot for you.)
|
 |
|
|
|
Ok, I managed to find where the text code is located by myself, but when I made the change to the line in english.php, the text in my guestbook remained the same. I saved it, refreshed the page, and did everything else I could think of. Did I miss a step?
|
 |
|
|
|
Ok, I managed to find where the text code is located by myself, but when I made the change to the line in english.php, the text in my guestbook remained the same. I saved it, refreshed the page, and did everything else I could think of. Did I miss a step?
|
 |
|
|
|
If so do i install to addon or in other directory..........
|
 |
|
|
I don't much about php either... I did however manage to intall the guestbook through my webhost control panel and it works just fine. Have you tried that? Btw, does anyone know how to modify the appearance of the guestbook? I would really like to add a background image or my own logo... Thanx
|
 |
|
|
little help here. I emailed my provider and they came up with u2x ; a little program to run over my .pl file after modifying it. It takes out the non-unix 'symbols'; then upload with Ws-ftp and all is fine. Even Notepad can apparently ruin your .pl file.
For people with persisting problems: mail me at hvanderspek@hotmail.com and I will send it to you.
|
 |
|
|
JAUUUUUUU, YEAHHHHHHAAAAAA, YOU`RE RIGHT MAN, THIS SIR_KNIGHT_KEYS IS MOTHERFUCKING GOOD. I ENJOY MY SIR_KNIGHT_KEYS WITH PEPSI, PEPSI THE REAL JOY OF DRINK, BUY PEPSI.
YEHHHHAAAAAAA!!!!!!!!!!
|
 |
|
|
like your site it stays in the portal i can get mine to stay in the portal it open a browser for it and close my portal..
webmaster@dragonscastle.org
P.S. Great programming 5 thumbs up !!! [/img]
|
 |
|
|
No, you will have to use phpmyadmin from the C-panel
You will find it in the database or MySQL section.
Also some c-panels have a backup feature, there you can backup the complete site our just your databases.
|
 |
|
|
This should look more like:
# base url to all guestbook files without trailing "/"
$bookurl = "http://www.your_domain.com/guestbook/book";
They say enter "URL"
I'm not sure about this.
# base directory to all guestbook files from the server root without trailing "/"
$base_dir = "/dagupan/wwwroot/guestbook/book";
|
 |
|
|
Help me setup this thing at web server
# base url to all guestbook files without trailing "/"
$bookurl = "/dagupan/wwwroot/guestbook/book/";
# base directory to all guestbook files from the server root without trailing "/"
$base_dir = "\\WP-02-02-DAG\D$\ ";
|
 |
|
|
Make sure you have this in your setup section:
Make your base path read something like:
$base_dir = "/usr/your domain/www";
Do not add a path to the file itself, the script does it for you. Make it read like this:
$id_count = "links_id.txt";
The script it finds the txt file by taking the base directory path and then it appends the file name. I also made the mistake of this:
$id_count = "/usr/your domain/www/links_id.txt". When the script executes it would look run this path:
/usr/your domain/www/usr/your domain/www/links_id.txt
which of course did not work.
Hope this helps....And thanks to Chi Kien Uong for this nice script.
|
 |
|
|
|
I don't get it, can I access this root thing in my FTP menu? I've searched through all the folders on FTP and in the admin cpanel menu with my browser and I can't find it.
|
 |
|
|