How to buy this Script?
* Contact rajamanickam.a@gmail.com to buy this script or click here .
Who canbuy this Script?
* The Social media marketing people can buy this script for improving efficiency of their marketing efforts. The script will be useful for the people who are interested to earn money by providing social media marketing services by collecting monthly or Yearly fees from the social media marketing persons. Even people who want to bring traffic to their existing website can also use this script to bring traffic to their website .They can earn money by showing advertisements also.
Whom should I contact if I need any further details?
* Contact rajamanickam.a@gmail.com or info@qualitypointtech.net. And, you can see more contact details here.
I want to know more about this product, and I want to see sample or Trail. From where I get these details?
* You can see live demo.
How to install this script and what are the changes I have to make?
* Place this script files in the desired location on your web server
* Create a database for this script on your web server, as well as a MYSQL user who has all privileges for accessing and modifying it.
* Run the seotool installation script by accessing install/install.php in a web browser, just like this (http://yourdomain.com/seotool/install/install.php).
* It will ask database related information and your site admin information.
* Give database name as what you created in your phpmyadmin before.
* Then hit the ‘Install..’ button.
* Once that file runs successfully, it will create all related tables in your database.
* Last please rename ‘install’ folder or delete the ‘install.php’ file which is the install folder.
* Then run the index.php file just like this (http://yourdomain.com/seotool/index.php)
Where I have to change header and footer ?
* You can change header and footer styles, logo, menu in header.php and footer.php.
Why I have to integrate this application with Forum?
* We used phpBB3 froum for login authorization. You can easily manage user (spam user) from here.
Can I use my own login system?
* Yes, you can use. But you need to change some code in all files.
Where should I install forum?
* Install forum in your main Directory level – means the ‘forum’ and this inboundlink analysis tool folder in same Directory level. Only two folders can be found in main directory level (Forum folder and inboundlink folder)
Where should I change login and logout process in forum files?
* This application needs two databases.
- One is for this ‘inboundlink’ and another one is for ‘forum’ to login authorization.
* We stored forum phpbb_users table’s user_id in inboundlink seo_inputurl table as userid.
* You need to set setcookie(“forumuserid”,$fuserid,0,”/”); in forum index.php file (this file in root level) for login authorization. If you don’t want to set this cookie then use forum default cookie (you need to find). We used this forum cookie userid in iboundlink anlaysis scirpt ($_COOKIE['forumuserid']).
* Look for the line below in the file index.php which is in forum folder.
$l_total_topic_s = ($total_topics == 0) ? ‘TOTAL_TOPICS_ZERO’ : ‘TOTAL_TOPICS_OTHER’;
* After this line you may put this below code,
$fuserid=$user->data['user_id'];
setcookie(‘forumuserid’,$fuserid,0,’/’);
if(isset($_GET['goback']))
{
if($_GET['goback']==’seotool_db_index’)
{
header(“location:../seotool_db/index.php”); // update ‘seotool_db’ name with your inboundlink folder name
}
}
* You need to include this below codes in ‘forum’ ucp.php file.
In switch case ‘login’
This below code already there, you need to add after this.
if ($user->data['is_registered'])
{
redirect(append_sid(“{$phpbb_root_path}index.$phpEx”));
}
You need to add below code after the above code.
if(isset($_GET['goback']))
{
$goback = $_GET['goback'];
$querystring = ‘?goback=’.$goback;
}
In switch case ‘logout’ – this code is trigger when user clicks logout. If you clicks logout link from ‘forum’ itself it comes first if condition and clear the cookie variable what we set when login. And incase user clicks ‘logout’ link from ‘inboundlink’ (in that logout it have link like this ../../forum/ucp.php?gobacklogout=seotool_db_index) we get querysting variable then clear the cookie variable as null and then again redirect to inboundlink home page.
case ‘logout’:
if ($user->data['user_id'] != ANONYMOUS && isset($_GET['sid']) && !is_array($_GET['sid']) && $_GET['sid'] === $user->session_id)
{
$user->session_kill(); // this line already exists
$user->session_begin(); // this line already exists
setcookie(“forumuserid”,”",0,”/”); // clear cookie variable – You need to add this line
$message = $user->lang['LOGOUT_REDIRECT'];
}
/* ———- you have to include these below code fully after first if cond – above if condition ——*/
if(isset($_GET['gobacklogout']))
{
if($_GET['gobacklogout'] == ‘seotool_db_index’)
{
$user->session_kill();
$user->session_begin();
setcookie(“forumuserid”,”",0,”/”); // clear cookie variable
header(“location: ../seotool_db/index.php”);// update ‘seotool_db’ name with your inboundlink folder name
}
}
/*———– end ——————————————— */
Should I need to enable cURL?
* Basically this script displayed all inboundl inks using php cURL, so your php version should be greater than 4, means php version should be 5(php5). If you have php4 then you need to enable cURL.
Where I have to download phpBB3 froum?
* This script is integrated with ‘phpBB3 froum’ for login authorization. So you need to install forum too.
You can download phpBB3 froum from here http://www.phpbb.com/files/release/phpBB-3.0.8.zip


















