“Ultimate Viral Facebook App” Documentation by “Pricop Alexandru”
“Ultimate Viral Facebook Web App”
Thank you for purchasing my script. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here, or email me at pricop2008@yahoo.com. Thanks so much!
Table of Contents
- Preparing...
- Upload process...
- Installation...
- Create the Facebook App...
- Configure the script...
- Faq...
1. Setting up your MySQL and FTP server - top
This script requires PHP 5 and MySQL.
Now, first thing you want to do, is to make sure you create a MySQL database along with an user for it.
So your requirements are:
A) A MySQL database + MySQL user
B) Domain name + FTP server.
2. Upload process - top
-
The first step is to upload the content inside the folder "Script" (IMPORTANT NOTE: Upload what's inside the folder Script, not the script folder) into your public_html folder or into your default FTP root folder.
-
The second thing is to upload into your .sql file from the folder called "MySQL" using the IMPORT function available in MySQL.
3. Installation process - top
Now, after you uploaded everything, you can start the installation process.
Changes inside Script
- With a text editor (e.g.: Notepad), open the following file located inside the 'Script/includes/' folder: config.php.
Now, replace what's inside the brackets (e.g.: 'YOURDBNAME') with your MySQL settings, you should have something like this:
$conf['user'] = 'YOURDBUSER';
$conf['pass'] = 'YOURDBPASS';
$conf['name'] = 'YOURDBNAME';
save and exit.
Now, after you finished the steps above, upload the edited file
config.php to
includes folder from FTP.
4. Configure Facebook App - top
You must create a new Facebook app as described above:
Follow these steps
- Go to http://developers.facebook.com Go to Apps, and then Create New App
- Now you will be asked for an App Name, set your App Name ("Fave Animal" for example) and hit Continue button.
- You will be ask to enter a Captcha code, enter the Captcha. At this point you will receive your Facebook App ID Key, and your Facebook App Secret Key - these keys must be entered in your admin panel.
- While on the same page, you have an input called "App Domains", enter your Installation URL, and on the bottom you can enter "Website with Facebook Login", enter your Installation URL again, and hit "Save Changes".
The default username is "admin", and the password is "pricop2008@yahoo.com" without quotes (the admin link is located in footer).
Changes inside the Admin Panel
- You must enter the domain or the subdomain where the script is installed in the filed "URL:".
- You can change the Admin password by loggin in into your Admin Panel.
- You can change the ads by loggin in into your Admin Panel.
- Need to start more campaigns (questions)? Log-in into your Admin Panel -> Campaigns -> Fill the inputs with your Question Title, Question Answers, and the Image name & format. (e.g: picture.png)
Note: All images must be uploaded in /images/questions/ folder.
6. Faq - top
- Q: I want to add more animals, how can I do that?
A: Simply open "skin/welcome/2.html" with a text editor, and add another animal option, after that add the picture of the animal in "images/animals".
- Q: I want to modify a text or something about the design...
A: You can change anything visual from the theme located in: /skins/
- Q: I want to change the content of the Privacy Policy, Contact, Disclaimer and/or ToS page.
A: Open skin/page/ and open the .html file you want to edit, save & upload, that's it.
- Q: I have problems/questions related to the script, how can I contact you...
A: If you want a live chat, you can add me on Y!Messenger: pricop2008, if you want to contact me via email, pricop2008@yahoo.com
Pricop Alexandru
Go To Table of Contents