Inbound links Analysis – SEO Tool – FAQ

SEO Tools No Comments

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


Inbound links Analysis – SEO Tool

General, SEO Tools 10 Comments

In Today’s world every field has tremendous changes and lots of web sites are coming daily, so we have to know how our site reaches among people. This tool will be easy and helpful to know the page rank, outbound link, follow/no follow of every inbound link of your link.

See demo of this script here. And see  sales page of this script here.

This script will be useful for generating SEO report about your submitted links. It includes,


* Displaying recent three link analysis in home page
* Implemented the saved results concept
* Displaying all inbound links with neat table format while processing links.
* Added more styles/look and feel to all pages.
* Stores all inbound links into database. You may also view your previous submitted link’s report.
* PDF report includes pagerank, Anchor Text, LinkType and OutBound links count.
* CSV report includes pagerank, Anchor Text, LinkType and OutBound links count.
* All URLs in submitted links.
* PageRank of each link.
* Link Type (whether the link is dofollow or nofollow)
* OutBound links count.

Ok, now lets we see how this script works.

index

See above screen shot. This is first page/index page of this script. In this page it displaying ‘Recent links’ list (recent three links). Clicking ‘view’ link will display inbound link about this link (result comes from db).

And we integrated this script with our forum for login authorization. So forum member only can submit their links for getting inbound links report. Our forum is the single sign-on for all our applications such as Quiz, Social Bookmarking, Read Financial news, Twitter applications and Become affiliate. And forum registration is simple and can be done within a minute.

Sbmit link

After logging in, enter your domain url (ex:http://yourdomain.com) and correctly enter security code and press submit button. Then it processing all inbound links to that submitted url. See below screen shot.

processing inbound links

This is the screen shot for processing links page. This page display all inbound links with anchor text, page rank and outbound link count with neat table format.

And while submitting link, stored the submitted link with all inbound links in DB table. So you can see anytime the inbound links report for your submitted links. While submitting link if the submitted url/domain already presents in table then it display all saved result information for that link. See below screen shot.

Saved Results

So again processing inbound links for submitted links it display saved results info and near to ‘View’ links. And if you want to see latest inbound links then click ‘Refresh to get latest inbound links’ link in right side of saved results header. Then it again processes all inbound links.

And next is inbound link report page. See below screen shot.

Inbound links report

In this page it showing all inbound links with page title, link type (dofollow or nofollow), anchor text, page rank and outbound link count with neat table format. And also you can take back up of this inbound links in pdf format of csv format.

And next is the ‘Previous Url list’ page, see below screen shot.

Previous url list

So this page list out all submitted links. You can see inbound links about any links. If you logging in it display only your submitted links otherwise display all submitted links.

See demo of this script here.

See sales page of this script here.