“PHP Social Microblogging” Documentation by “Miguel Vasquez” v1.0


“PHP Social Microblogging”

Created: 6/1/2013
By: Miguel Vasquez
Email: miguelvasquezweb@gmail.com

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. Thanks so much!


Table of Contents

  1. Setting MySQL
  2. Uploading Files
  3. Installation
  4. Settings Admin Panel
  5. Sources and Credits

A) Setting MySQL - top

This script works with PHP 5 and MySQL 5. The first thing to do is:


B) Uploading Files - top

A) upload the folder "Script" to the "public_html" folder on your server.
B) Log into your phpMyAdmin and import the social.sql file located in the folder "Mysql" (NOTE: the database already must be created )


C) Installation - top

Make sure PDO driver is enabled on your server, if not, you should ask your hosting provider activation of this driver, so that the script can work.

After you have uploaded all files can start to setup the files.

›› Database Connection/URL Site

  1. Open the file Db.php located in the folder "application", with any text editor, e.g: NOTEPAD
  2. change the following parameters, for theirs:
			$config->set('dbname', 'DATABASE NAME'); //<-- DATABASE NAME
			$config->set('dbuser', 'USER'); //<-- USER
			$config->set('dbpass', 'PASS'); //<-- PASS
			define('URL_BASE', 'http://yousite.com/'); //<-- IMPORTANT: place a backslash at the end
		  
  1. Save and close, then upload the file to your server, in the folder "application"

D) Settings Admin Panel - top

In admin panel you can:

  1. Change the site name
  2. Set keywords for the site. (SEO)
  3. Add a description (SEO)
  4. Long of private messages, and publications
  5. Edit pages e.g.: Help, Privacy, etc.
  6. Change password.
  7. Manage users.
  8. Manage users reported.
  9. Manage posts reported.
  10. Manage Advertise

E) Sources and Credits - top

I've used the following files as listed.


Once again, thank you so much for purchasing this script. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on CodeCanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.

Miguel Vasquez

Go To Table of Contents