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 
GUEST BOOK ERROR  XML
Forum Index » Support Forum
Author Message
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

I mean your MySQL password will be on there for you to get. All you need is the MySQL password to run my password/username reset script. If nothing else the MySQL password should be in admin/config.inc.php file.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
Anonymous



Carbonize wrote:I mean your MySQL password will be on there for you to get. All you need is the MySQL password to run my password/username reset script. If nothing else the MySQL password should be in admin/config.inc.php file.


SORRY iam not getting u "MySQL password to run my password/username reset script" where is this script(sorry i can't find this)


and admin/config.inc.php is here ,inside this file password is in encrypted format .
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Ok lets start from the begining. What exactly is the problem.

the MySQL password in the config file is NOT encrypted. MySQL passwords are usually randomly generated rarely make sense.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
Anonymous



OK

i can begin from first please take url this is my guest book

http://www.grainsandpixels.com/guestbook/addentry.php
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

OK first you need to set the Base_url setting in config.inc.php. Findand replace it with:

As for the invalid input problem it is linked to word size. Log into the Admin section and goto the general Settings page. Scroll down to the Message Length section. The default settings for this bit are
Min. message length = 4
Max. message length = 300
Max. Word length = 45

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
Anonymous



Carbonize wrote:OK first you need to set the Base_url setting in config.inc.php. Findand replace it with:

As for the invalid input problem it is linked to word size. Log into the Admin section and goto the general Settings page. Scroll down to the Message Length section. The default settings for this bit are
Min. message length = 4
Max. message length = 300
Max. Word length = 45





<?php

/* database settings */

$GB_DB["dbName"] = "grains_agbooks";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "grains_agbooks";
$GB_DB["pass"] = " XXXXX";

/* tables */

$GB_TBL["data"] = "book_data";
$GB_TBL["auth"] = "book_auth";
$GB_TBL["cfg"] = "book_config";

$GB_TBL["data"] = "book_data";
$GB_TBL["auth"] = "book_auth";
$GB_TBL["cfg"] = "book_config";
$GB_TBL["com"] = "book_com";
$GB_TBL["ip"] = "book_ip";
$GB_TBL["words"] = "book_words";
$GB_TBL["ban"] = "book_ban";
$GB_TBL["priv"] = "book_private";
$GB_TBL["smile"] = "book_smilies";

/* guestbook templates */
$GB_TPL["adm_enter"] = "admin_enter.php";
$GB_TPL["body"] = "body.php";
$GB_TPL["entry"] = "entry.php";
$GB_TPL["error"] = "error.php";
$GB_TPL["form"] = "form.php";
$GB_TPL["preview"] = "preview.php";
$GB_TPL["prev_entry"] = "preview_entry.php";
$GB_TPL["header"] = "header.php";
$GB_TPL["footer"] = "footer.php";
$GB_TPL["icq"] = "icq.php";
$GB_TPL["url"] = "url.php";
$GB_TPL["aim"] = "aim.php";
$GB_TPL["com"] = "com.php";
$GB_TPL["email"] = "email.php";
$GB_TPL["success"] = "success.php";
$GB_TPL["frm_icq"] = "form_icq.php";
$GB_TPL["frm_aim"] = "form_aim.php";
$GB_TPL["frm_gender"] = "form_gender.php";
$GB_TPL["frm_image"] = "form_image.php";
$GB_TPL["com_pass"] = "com_pass.php";
$GB_TPL["com_form"] = "comment.php";
/* misc */

$DB_CLASS = "mysql.class.php";
$TEC_MAIL = "grainpixel@grainsandpixels.com";
$GB_UPLOAD = "public";
$GB_TMP = "tmp";



THIS IS THE CONTENT OF admin/config.inc.php file here i cann't find these line.

And that admin section it is not accepting a password also .
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Download www.carbonize.co.uk/reset.zip and extract the reset.php file. Upload it to your guestbook folder. Goto reset.php in yourweb browser and when it asks for your password put in whatever it says in .

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
Anonymous



THANKS CARBONIZE,IT IS WORKING FINE!!!!!!

EXCELLENT SUPPORT FROM UR SIDE
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum