Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 3rd, 2003, 10:24 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Have You Tried KISGB?

If you're after a guestbook that is filled to the brim with functionality and couldn't be simpler to install, then you should look at "KISGB":http://gaylenandmargie.com/phpwebsite by Gaylen Fraley! His support is fantastic and this guestbook is one of the very best around. And, it doesn't require SQL. It is also available for phpNuke. See the accolades at "HotScripts":http://www.hotscripts.com/Detailed/12041.html . Just my $.02 worth :)

Reply With Quote
  #2  
Old March 5th, 2003, 09:34 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Fatal error: Cannot redeclare xmlrpc_decode()

Would like to give this software a try out however I get this error when trying to access the guestbook.php file in the admin directory.

Fatal error: Cannot redeclare xmlrpc_decode()

I assume this is because I'm using PHP 4.3.0 which has the XML capabilites compiled into it. Is there any easy way I can get patGuestbook to use my compied libraries and not use the ones supplied with the package?

Reply With Quote
  #3  
Old March 6th, 2003, 06:15 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Building a quick and dirty guestbook?

The title would imply that I do that on my own with 1 INSERT-, 1 DELETE query, 1 SELECT and maybe 1 UPATE-statement. ;-)

Reply With Quote
  #4  
Old April 23rd, 2003, 08:13 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
does it really work?

self
Notice: Use of undefined constant SID - assumed 'SID' in d:\www\guestbook\patguestbook\include\patGuestbookAdmin.php on line 182

Notice: Undefined index: gbid in d:\www\guestbook\patguestbook\include\patGuestbookAdmin.php on line 183

Notice: Undefined index: mode in d:\www\guestbook\patguestbook\include\patGuestbookAdmin.php on line 189

Notice: Array to string conversion in d:\www\guestbook\patguestbook\include\patTemplate.php on line 908

Notice: Undefined offset: -1 in d:\www\guestbook\patguestbook\include\patTemplate.php on line 447

Notice: Use of undefined constant keep - assumed 'keep' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 469

Notice: Undefined index: keep in d:\www\guestbook\patguestbook\include\patTemplate.php on line 469

Notice: Use of undefined constant whitespace - assumed 'whitespace' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 550

Notice: Undefined index: whitespace in d:\www\guestbook\patguestbook\include\patTemplate.php on line 550

Notice: Undefined offset: -1 in d:\www\guestbook\patguestbook\include\patTemplate.php on line 554

Notice: Use of undefined constant name - assumed 'name' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 563

Notice: Use of undefined constant name - assumed 'name' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 566

Notice: Use of undefined constant type - assumed 'type' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 578

Notice: Undefined index: type in d:\www\guestbook\patguestbook\include\patTemplate.php on line 578

Notice: Use of undefined constant type - assumed 'type' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 586

Notice: Use of undefined constant src - assumed 'src' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 591

Notice: Undefined index: src in d:\www\guestbook\patguestbook\include\patTemplate.php on line 591

Notice: Use of undefined constant keep - assumed 'keep' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 469

Notice: Undefined index: keep in d:\www\guestbook\patguestbook\include\patTemplate.php on line 469

Notice: Use of undefined constant whitespace - assumed 'whitespace' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 550

Notice: Undefined index: whitespace in d:\www\guestbook\patguestbook\include\patTemplate.php on line 550

Notice: Use of undefined constant name - assumed 'name' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 563

Notice: Use of undefined constant name - assumed 'name' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 566

Notice: Use of undefined constant type - assumed 'type' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 578

Notice: Use of undefined constant type - assumed 'type' in d:\www\guestbook\patguestbook\include\patTemplate.php on line 581

Notice: Use of undefined constant src - assumed 'src' in d:\www\

Reply With Quote
  #5  
Old April 25th, 2003, 07:58 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
[no subject]

These notices are a result of your setting for error_reporting in your php.ini file being set to broadly. They are not errors. You need to change the error_reporting setting to E_ALL & ~E_NOTICE.

Reply With Quote
  #6  
Old May 27th, 2003, 11:45 AM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Building A Quick-And-Dirty Guestbook With patGuestbook (part 1)

Building A Quick-And-Dirty Guestbook With patGuestbook \(part 1\)

Want to plug into what your site visitors actually think? All you need is a little time, a dollop of imagination and a copy of patGuestbook. More, inside.

Please discuss this article in this thread. You can read the article here .

Reply With Quote
  #7  
Old May 28th, 2003, 10:38 AM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
If you would like to see an article covering a particular topic, please post your request here.

Reply With Quote
  #8  
Old June 8th, 2003, 04:02 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: Have You Tried KISGB?
Date: 03-03-2003 08:24:57 MST
If you're after a guestbook that is filled to the brim with functionality and couldn't be simpler to install, then you should look at KISGB by Gaylen Fraley! His support is fantastic and this guestbook is one of the very best around. And, it doesn't require SQL. It is also available for phpNuke. See the accolades at HotScripts . Just my $.02 worth

Reply With Quote
  #9  
Old June 8th, 2003, 04:03 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: Fatal error: Cannot redeclare xmlrpc_decode()
Date: 03-05-2003 07:34:59 MST
Would like to give this software a try out however I get this error when trying to access the guestbook.php file in the admin directory.

Fatal error: Cannot redeclare xmlrpc_decode()

I assume this is because I'm using PHP 4.3.0 which has the XML capabilites compiled into it. Is there any easy way I can get patGuestbook to use my compied libraries and not use the ones supplied with the package?

Reply With Quote
  #10  
Old June 8th, 2003, 04:03 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: Building a quick and dirty guestbook?
Date: 03-06-2003 04:15:00 MST
The title would imply that I do that on my own with 1 INSERT-, 1 DELETE query, 1 SELECT and maybe 1 UPATE-statement. ;-)

Reply With Quote
  #11  
Old June 8th, 2003, 04:04 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: [no subject]
Date: 04-25-2003 17:58:25 MST
These notices are a result of your setting for error_reporting in your php.ini file being set to broadly. They are not errors. You need to change the error_reporting setting to E_ALL & ~E_NOTICE.

Reply With Quote
  #12  
Old June 8th, 2003, 04:05 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: does it really work?
Date: 04-23-2003 06:13:22 MST
self Notice: Use of undefined constant SID - assumed SID in d:\www\guestbook\patguestbook\include\patGuestbookAdmin.php on line 182

Notice: Undefined index: gbid in d:\www\guestbook\patguestbook\include\patGuestbookAdmin.php on line 183

Notice: Undefined index: mode in d:\www\guestbook\patguestbook\include\patGuestbookAdmin.php on line 189

Notice: Array to string conversion in d:\www\guestbook\patguestbook\include\patTemplate.php on line 908

Notice: Undefined offset: -1 in d:\www\guestbook\patguestbook\include\patTemplate.php on line 447

Notice: Use of undefined constant keep - assumed keep in d:\www\guestbook\patguestbook\include\patTemplate.php on line 469

Notice: Undefined index: keep in d:\www\guestbook\patguestbook\include\patTemplate.php on line 469

Notice: Use of undefined constant whitespace - assumed whitespace in d:\www\guestbook\patguestbook\include\patTemplate.php on line 550

Notice: Undefined index: whitespace in d:\www\guestbook\patguestbook\include\patTemplate.php on line 550

Notice: Undefined offset: -1 in d:\www\guestbook\patguestbook\include\patTemplate.php on line 554

Notice: Use of undefined constant name - assumed name in d:\www\guestbook\patguestbook\include\patTemplate.php on line 563

Notice: Use of undefined constant name - assumed name in d:\www\guestbook\patguestbook\include\patTemplate.php on line 566

Notice: Use of undefined constant type - assumed type in d:\www\guestbook\patguestbook\include\patTemplate.php on line 578

Notice: Undefined index: type in d:\www\guestbook\patguestbook\include\patTemplate.php on line 578

Notice: Use of undefined constant type - assumed type in d:\www\guestbook\patguestbook\include\patTemplate.php on line 586

Notice: Use of undefined constant src - assumed src in d:\www\guestbook\patguestbook\include\patTemplate.php on line 591

Notice: Undefined index: src in d:\www\guestbook\patguestbook\include\patTemplate.php on line 591

Notice: Use of undefined constant keep - assumed keep in d:\www\guestbook\patguestbook\include\patTemplate.php on line 469

Notice: Undefined index: keep in d:\www\guestbook\patguestbook\include\patTemplate.php on line 469

Notice: Use of undefined constant whitespace - assumed whitespace in d:\www\guestbook\patguestbook\include\patTemplate.php on line 550

Notice: Undefined index: whitespace in d:\www\guestbook\patguestbook\include\patTemplate.php on line 550

Notice: Use of undefined constant name - assumed name in d:\www\guestbook\patguestbook\include\patTemplate.php on line 563

Notice: Use of undefined constant name - assumed name in d:\www\guestbook\patguestbook\include\patTemplate.php on line 566

Notice: Use of undefined constant type - assumed type in d:\www\guestbook\patguestbook\include\patTemplate.php on line 578

Notice: Use of undefined constant type - assumed type in d:\www\guestbook\patguestbook\include\patTemplate.php on line 581

Notice: Use of undefined constant src - assumed src in d:\www\

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Building A Quick-And-Dirty Guestbook With patGuestbook (part 1)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT