Close Live Results
KnowledgeBase »
Installation Instructions »
Twitter Train Script
Live Search Results:
Twitter Train Script
/**************/
Scripteen Twitter Train Script Install
/**************/
FIRST STEP IS TO ADD LIBRARY TO INCLUDE PATH
LINE 2
set_include_path(\"path_to_library\");
if you don\'t know your path access www.yoursite.tld/mypath.php
1) Create a database and an user for it
2) Upload the database dump found into database folder
3) Edit with a text editor file \"config.inc.php\"
4) Update database details
Put your mysql server address (usually localhost) LINE 20 $server = \"localhost\";
Put mysql user LINE 22 $username = \"dbuser\";
put mysql pass LINE 24 $password = \"dbpass\";
put mysql database name LINE 26 $database = \"dbname\";
5) Setup your administration area user and pass LINES 37-38
$admin = \"manager\";
$password = \"admin\";
/****Admin Area URL is : yoursite.tld/manager.php****/
6) FINAL STEP : Put your twitter application consumerKey and consumerSecret in order to make the script to work on lines 47-48
\'consumerKey\' => \'YOUR KEY\',//CHANGE ME
\'consumerSecret\' => \'YOUR SECRET\'//CHANGE ME
/****HOW TO GET CONSUMER KEY AND CONSUMER FROM TWITTER****
Login to your twitter account and point to http://dev.twitter.com/ and click REGISTER AN APP
When it asks for app name : choose any name you want
When it asks for Callback URL: HTTP://WWW.YOURURL.TLD/linkAccount.php?act=callback
When it asks for Default Access type: tick Read and Write
NOTE : define(\'PAYPAL_EMAIL_ADDRESS\', \'office@crivion.com\'); on line 36
Write your own paypal email to receive payments from users which want to get featured
/*****************************************************/
GOOD LUCK
*////////////////////////////////////////////////////*
Scripteen Twitter Train Script Install
/**************/
FIRST STEP IS TO ADD LIBRARY TO INCLUDE PATH
LINE 2
set_include_path(\"path_to_library\");
if you don\'t know your path access www.yoursite.tld/mypath.php
1) Create a database and an user for it
2) Upload the database dump found into database folder
3) Edit with a text editor file \"config.inc.php\"
4) Update database details
Put your mysql server address (usually localhost) LINE 20 $server = \"localhost\";
Put mysql user LINE 22 $username = \"dbuser\";
put mysql pass LINE 24 $password = \"dbpass\";
put mysql database name LINE 26 $database = \"dbname\";
5) Setup your administration area user and pass LINES 37-38
$admin = \"manager\";
$password = \"admin\";
/****Admin Area URL is : yoursite.tld/manager.php****/
6) FINAL STEP : Put your twitter application consumerKey and consumerSecret in order to make the script to work on lines 47-48
\'consumerKey\' => \'YOUR KEY\',//CHANGE ME
\'consumerSecret\' => \'YOUR SECRET\'//CHANGE ME
/****HOW TO GET CONSUMER KEY AND CONSUMER FROM TWITTER****
Login to your twitter account and point to http://dev.twitter.com/ and click REGISTER AN APP
When it asks for app name : choose any name you want
When it asks for Callback URL: HTTP://WWW.YOURURL.TLD/linkAccount.php?act=callback
When it asks for Default Access type: tick Read and Write
NOTE : define(\'PAYPAL_EMAIL_ADDRESS\', \'office@crivion.com\'); on line 36
Write your own paypal email to receive payments from users which want to get featured
/*****************************************************/
GOOD LUCK
*////////////////////////////////////////////////////*