ATTENTION:
--------------------------------------------------------------
This is only a limited edition - please place your order asap!

Where can I get it?

# The Secure Order Form for TGP/Message board submitter can be found at:
http://www.regsoft.net/purchase.php3?productid=65447
If you are having difficulty accessing our secure server, please use the following link:
http://www.regsoft.net/purchase_nonsecure.php3?productid=65447
# we also accept Fethard and WebMoney payments. Our Fethard account number is F037256. WebMoney: Z865642317478. Contact us before making transaction via Fethard or WebMoney on ICQ #272706 or info@php-soft.com

--------------------------------------------------------------

SCRIPT: POST TO GUESTBOOKS/TGP/Forms

Welcome follow the link to access the full release of the script:

http://www.yourserver.com/post/

To posting data to a number of guestbooks one should the following actions:

1) Create a field list in Edit fields section.

This section is intended for creation and edition of field sets (Lists). Each List can be associated with a number of URLs and data sets. One can add associated data by using Add dataset button and add URLs in the Edit hosts section. There are 3 ways to add a set of URLs:

a) Input manually one by one
b) Insert complete list into text area (use a new line [enter] character as a delimiter)
c) Add using an open file dialog box (use a new line [enter] character as a delimiter in text file)

2) Press Send button

Here you can choose the number of URLs, you want to post to and to allow/disallow logging for the current posting by checking respective box. After pressing Submit action button you data will be sent to chosen guest books --- and thats it!

Section Logging is used for viewing the results of former actions. Here, field code is a value of HTTP response code. If this value is less than 400  you request to guest book was processed successfully, otherwise it failed. One can select Errors from the dropdown menu to review the unsuccessful attempts. No errors accordingly shows all successful attempts. Click the code value link to find the complete hosting server output.

Important Notes:

a) One cannot delete field set if it has an associated data set of guestbook
b) Posting data with logging is _much_ longer than posting without logging
c) Use the following syntax to add a set of fields: field1;field2;field3;field3
d) You have a possibility to use HTTP get method for posting (check get radio button while adding a new host(s)
e) Use global hosts action button in Edit fields section to move a data set from one field set field to another
f) Use settings section to turn on some parameters, e.g. quantity of log results/URLs per page

To configure this software you've to put all sources to your hosting server and 
make some changes to file "includes/database.php".

First, set "user" (sql database login), "host" (sql database host) and "pass" (sql database password) 
params to let script connect to database.

Next, you have to create and fill database. Lets name it 'post'. If you've access to mysql console execute this 
command (do this in folder where file 'post.sql' is located):

To create database (if  it's not created and you have mysql root access) do the following:

mysqladmin create post -p 

Then you'll see a prompt to enter root password; you should do this
[generally your hosting server admin has to create an empty database for you. if you database name is not 'post'
change variable's db_name value to 'post' in "includes/database.php" file]

when database 'post' is created fill it as follows:

mysql -u <you database login> < post.sql -p

Then you'll see a prompt to enter your user password, so do this.

Make your browser open 'index.php' file.


