These selected settings are the basic settings that will be edited to active vCard Lite in your server
$hostname ="localhost"; // database host
$dbUser ="root"; // database username
$dbPass =""; // database password
$dbName ="test"; // database name
$PostUserTable ="card_user"; // card user table name
$PostMusicTable ="card_sound"; // card sound table name
$PostStampTable ="card_stamp"; // card stamp table name
$PostPatternTable ="card_pattern"; // card pattern/background image table name
$PostStatsTable = "card_stat"; // card stats table name
$PostImageTable = "card_img"; // card images table name
$PostImageCatTable = "card_imgcat"; // card categorie table name
////////////////////////////////////////////////////////////////////////////////////
// Control Panel Access:
////////////////////////////////////////////////////////////////////////////////////
$login_admin = "admin"; // admin center login
$password_admin = "admin1"; // admin center password
////////////////////////////////////////////////////////////////////////////////////
// Language Variables:
////////////////////////////////////////////////////////////////////////////////////
$PostLanguageFile ="eng.lang.inc"; //
determines what language set to use
$SpecialLanguage ="N"; // You will use a special translated language?
// Some languages will make a error in creation page
// because the MySQL will order pattern and music names!
// maybe your language don't be understanded by MySQL.
// Se more info in README.html
>>> TRANSLATION TO OTHER LANGUAGES
////////////////////////////////////////////////////////////////////////////////////
// Site Variables:
////////////////////////////////////////////////////////////////////////////////////
$ProgFullURL ="http://localhost/vCardLite261b/www";
// Full URL where scripts is placed "WITHOUT trailing slash*
// ex.: http://www.domain.com/ecard
$PostSoundURL ="http://localhost/vCardLite261b/www/music";
// Full URL to your music dir *WITHOUT trailing slash*
// ex.: http://www.domain.com/ecard/music
$PostImageURL ="http://localhost/vCardLite261b/www/images";
// Full URL to your image dir *WITHOUT trailing slash*
// ex.: http://www.domain.com/ecard/images
// ATTENTION!!!ATTENTION!!!ATTENTION!!!ATTENTION!!!
// Upload image feature MAY not work on your system because safe mode.
$PostImagePath ="D:\\LOCALHOST\\vCardLite261b\\www\\images";
// Full PATH to your image dir *WITHOUT trailing slash*
// UNIX ex.: /home/username/www/ecard/images
// NT/WIN ex.: c:\\host\\apache\\htdocs\\www\\ecard\\images
$UploadedDir ="uploaded";
// ATTENTION!!!ATTENTION!!!ATTENTION!!!ATTENTION!!!
// The Directory where uploaded file is stored.
// The name of subdirectory that MUST be inside
// PostImageURL *WITHOUY trailing slash*
// ex.: http://www.domain.com/ecard/images/uploaded
$AdminAddress ="your@emailaddress.com"; // webmaster/postmaster e-mail address
$SiteName ="Your vCard Lite Site Name"; // Card Service Name
$SiteURL ="http://localhost/vCardLite261b/www/"; // Full URL to Card Service Main Page
// ex.: http://www.domain.com/ecard/
....
?>
You may need to make modifications to this file. To make changes to any of the default settings, enter the correct setting between the two sets of "quotes". If the database is stored on a separate server, you will want to change the server name setting. Enter the hostname or IP address of the server that you would like to use. Enter the username and password that you would like to use to log in to the database.
It is recommended that you start off with a completely empty database, as clashes between table names will cause problems during the installation process.
Note: If you only have 1 database to use, you cand edit the table names to feat your needs. That's the razion of "card_" start name. It's to easy locate vCard Lite tables in your database if you want use phpMyAdmin (a MySQL database administrator).
You are now ready to upload all the files onto you web server. The files that need to be uploaded are in the 'upload' directory of the ZIP archive. Upload the files to the directory where you'd like your forum to be available from. Upload all files in the "images", "music" and "img" directory (and its subdirectories) as BINARY and all the others as ASCII. Again, make sure that you maintain the directory structure.
Set permission of directory: images (Chmod 777). Without these permission the user cannot upload any file to web server.
Now run the /install.php script. For example, if you uploaded them onto your server at http://www.yourdomain.com/ecard then you would want to run http://www.yourdomain.com/ecard/install.php.
The table creation script will now run.