172 comments found.
Hi, I´m getting this error:
Fatal error: Class ‘Router’ not found in /var/www/vhosts/interlligence.com/httpdocs/webtools/index.php on line 20
Seems you have old php version. Try to:
1. Open ~/root/autoload.php file.
2. Remove spl_autoload_register(‘autoload’); line
3. rename autoload function to __autoload
I have this version of php:
5.3.3-7+squeeze14
I made the changes but it doesn´t work….
As you can see, I installed the script on a subfolder, and I already added the RewriteBase /mydir/ to .htaccess but I don´t know if I have to change the base url or some php files…
You added RewriteBase /mydir/ or RewriteBase /webtools/ ?
define("ROOT", dirname(__FILE__).DS);
withdefine("ROOT", __DIR__.DS);
If problem left, then send me ftp credentials on roman.codecanyon@gmail.com
I will try to find solution today in evening.
Changed and it doesn´t work… I´ll send you the ftp credentials in 5 minutes… thanks!
Problem solved.
This is the first time I come across this sort of case. All files must be executable (0777 perms.) otherwise server cannot include file or even block access to static files (such as js, css, img) if you are requesting them through the browser!
Some question before buy.. Dose this script have language file ? or can be translated to other language? Dose it support no English (unicode character)? Can it use for analyzing no English language sites?
Hello, 1. There is no individual language config file. All you need to do is to translate “tmpl” files. They are located in ~/root/tmpl/* folder. In addition, there is some config files where are application’s keywords, description, og meta properties (see documentation).
2. You can not insert domain containign non-ASCII chars. The domain should look like this:
xn--d1abbgf6aiiy.xn--p1ai
I agree about the captcha i spent 10 minutes on one, a little crazy. any plans on keyword tool.
Great Script 
Gazoo
Under the captcha isset refresh “button”. Click on it.
I’m thinking about creating new application which will extract and analyse information from the webpage. The review will contain keywords, description and a lot of other interesting things.
I’m glad you liked script.
yah i did that as well.. i was trying t from my ipad:) Great Script looking forward to buying more..
Gazoo
I’m the only one who can’t enter captcha? http://c.alex-v.com/OTg8
Hey,
Seems an image a little bit distorted due to grid and noise. The captcha is n84ys, not n34ys
All in all, you can refresh captcha if you can’t read it.
I did it about 15 times before give up. I was vert tired though… The Captcha is really necessarily on this display?
What prevented you to click on “refresh” under image?
I’m sure the captcha must be present, because anyone can create simple bot, send a thousands of requests and you will be immediately banned in google, yahoo and other services where script extracts data.
How can I make Captcha only two characters ?
$string = getRandomString(5);line and set your own captcha length
thx 
does this script stored domains and is there ads code injection in various areas?
1. This script caches results in database. Cache time for each module can be customized in cofig files (see docs).
2. The app have main template located in /root/tmpl/template.php Also there is a right-menu (/root/tmpl/right-menu.php) – the area where is located current banner. It’s straightforward to create your own ads area. Just create your-ads-file.php and include it where you want in template.
Hello, is there a backend?
Have you also planned to add a plagiarism detector tool?
Thanks
There is no admin panel in app.
It’s interesting idea to create plagiarism tool. I will think about it
nice script!
1) CSS are from bootstrap?
2) easy to translate?
thanks
1. Yea, Twitter bootsrap
2. All templates located in ~/root/tmpl/* folder. And some phrases in config files. Like keywords, titles, og meta properties