...I keep getting,
Fatal error: Call to undefined function: file_get_contents() in /home/sites/site15/web/gbook/gbook.php on line 1296
What's up?
I've double checked everything!
THANKS!!
Guestbook install was easy, but...
Easy - you are running a VERY old (insecure, buggy) version of PHP on the server. By very old I mean several years old.
Ask your host to update PHP on their servers. Or what I would do - find a better host, because one that is running such old and insecure software on the server just calls for trouble...
Ask your host to update PHP on their servers. Or what I would do - find a better host, because one that is running such old and insecure software on the server just calls for trouble...
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
GBook will work on any PHP version from 4.3.0 upwards (4.3.0 was released back in December 2002). But PHP 4.x isn't even supported anymore, you should upgrade to PHP 5 (currently 5.2.3 or 5.3):
http://www.php.net/downloads.php
Beware of hosts like that. All it takes to update PHP is half an hour of attention, no costs. If they haven't updated PHP in 8 years, who knows how old and insecure the entire server is.
http://www.php.net/downloads.php
Beware of hosts like that. All it takes to update PHP is half an hour of attention, no costs. If they haven't updated PHP in 8 years, who knows how old and insecure the entire server is.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Well...
I uploaded everything to a second site the company owns, now the guestbook loads properly, but when I enter the first guestbook message it says to CHMOD the entries file. No program I use allows me to do that, Dreamweaver, GoLive, FireFTP, FileZilla, all show me the permissions, and I can change them, but it won't upload, saying I don't have permission. I tried changing the entire folder offline then uploading it, it changes all files to rwx,rwx,rwx.
The error message is
500: FTP: a quote command returned error
The error message is
500: FTP: a quote command returned error
Is it a Windows or Linux server? If it's Windows note that Windows don't support CHMOD commands, you will need to contact your host to set write permissions to file entries.txt, banned_ips.txt and apptmp folder.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools