The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
1. You have published the page as guestbook AND as guestbookdb
2. You have do NOT have a guestbok page actually
Here is what you should do:
1. Connect with FTP and delete ALL files related to the guestbook (guestbook.php and guestbookdb.php)
2. Open the guestbook page in BV, and set its extension to be .html. OR, if you need it for other reasons to continue to be php, rename the page to something like "my_guestbook"
3. Double click the Guestbook object, click on Advanced, and set the following values:
Text Filename : guestbookdb.php
PHP Scriptname: guestbook.php
Publish the page selecting Publish All Files
Make sure that your menu points to "guestbook.html" or "my_guestbook.php" (whatever you decide to use)
It is also advisable that you use "strange" names for the Text filename and the PHP Script name, in example:
Text Filename : 87G67_guestdb.php
PHP Scriptname: hyLsR_guestbook.php
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
HI
How can I get Swedish clock time in my guestbook
now I have U.S. time
Not without manually editing the php code.
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
if (function_exists(date_default_timezone_set)) {
date_default_timezone_set("Europe/Stockholm");
}
else{
putenv ("Europe/Stockholm");
mktime(0,0,0,1,1,1970);
}
function strip_chars($var)
{
return trim(str_replace("\r", NULL, htmlspecialchars(stripslashes(strip_tags($var)), ENT_QUOTES)));
}
rest of code...............
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Comment