1747 comments found.
Hello, when I test to sign up to create a new user, but It’s bellow error. So How do I fixed it?
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information – headers already sent by (output started at /...../public_html/system/core/Exceptions.php:185)
Filename: libraries/Session.php
Line Number: 675
I think It has above error because I setup email wrong. If I setup email with gmail, so STMP Host is smtp.gmail.com; So It’s right, isn’t it? Thanks!
Yes, you are right. You have to configure SMTP. As far I remember, it is ssl://smtp.gmail.com, port : 465 Some servers do not allow 3rd party SMTP. It is better to add your own SMTP. Thanks:)
Hello, when I send mail. There are a lot of errors. So How do I fixed this problem? Thanks!
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: errno
Filename: libraries/Email.php
Line Number: 1687
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: errstr
Filename: libraries/Email.php
Line Number: 1688
A PHP Error was encountered
Severity: Warning
Message: fsockopen() has been disabled for security reasons
Filename: libraries/Email.php
Line Number: 1689
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: errno
Filename: libraries/Email.php
Line Number: 1693
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: errstr
Filename: libraries/Email.php
Line Number: 1693
A PHP Error was encountered
Severity: Warning
Message: fwrite() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1846
A PHP Error was encountered
Severity: Warning
Message: fgets() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1869
A PHP Error was encountered
Severity: Warning
Message: fwrite() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1846
A PHP Error was encountered
Severity: Warning
Message: fgets() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1869
A PHP Error was encountered
Severity: Warning
Message: fwrite() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1846
A PHP Error was encountered
Severity: Warning
Message: fgets() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1869
A PHP Error was encountered
Severity: Warning
Message: fwrite() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1846
A PHP Error was encountered
Severity: Warning
Message: fgets() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1869
A PHP Error was encountered
Severity: Warning
Message: fwrite() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1846
A PHP Error was encountered
Severity: Warning
Message: fwrite() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1846
A PHP Error was encountered
Severity: Warning
Message: fgets() expects parameter 1 to be resource, null given
Filename: libraries/Email.php
Line Number: 1869
0 / 1 : Email sent successfully
HI, Problem is fsockopen() function is disabled in your server.
Remove the fsockopen string from the disable_functions at php.ini* file or Ask your hosting provider to remove the string above if you don’t have an access to the php.ini* file
Also after that make sure that your server allow you to send request on port 465 which is gmail smtp server.
Thanks
Thanks! It’s resolved!
Hello! When I use the function is “Create new short URL” so i get some errors like “A PHP Error was encountered
Severity: Notice
Message: Undefined index: longUrl
Filename: controllers/url_shortener.php
Line Number: 175
A PHP Error was encountered
Severity: Notice
Message: Undefined index: id
Filename: controllers/url_shortener.php
Line Number: 176”
So how can i fix it? thanks!
You didn’t configure the Google API correctly. Make sure your google API is correct and has all API enabled as described in the documentation.
See the video for details. https://www.youtube.com/watch?v=rn0JFPMvCzcThanks Konok
Hello,
Can’t register the software. Hangs at the submit.
Best regards.
Make sure cURL is enable in your server.
If it is enabled, Then problem is : open_basedir is enabled.
Clear open_basedir and safe_mode=off from php.ini file.
This will work.
Best Regards Konok
I checked your link. Seems Your problem is other.
Please give write permission (777) on application/config folder and application/core folder.
That should work.
Solved! Thanxs!
Welcome 
Hello, I get this error: A PHP Error was encountered
Severity: Warning
Message: set_time_limit() has been disabled for security reasons
Filename: controllers/payment.php
Line Number: 22
So how I have to do to fixed this problem? Thanks!
Hi,
set_time_limit () is a php function. Some hosting disable this function. But it’s a very important function . Please contact to your hosting provider to enable this function.
Also here you will find some solution and discussion.
http://stackoverflow.com/questions/17434013/set-time-limit-has-been-disabled-for-security-reasonsBy the way you told me my server ip blcoked ??,my server wrote me,belove the message,what should i tell them in order script work fine?
Hello,
What exactly do you mean when you say that your IP “seems blocked on google”?
What exactly is the issue? If you give us some actual information then hopefully we can help you with this.
Kind regards
Bastiaan van den Berg
Blacklist Account Manager
Hi, I said that google temporary block your server when the script is going for search in google for various information like index, backlink. This is not ip banned or blacklisted.
It may happen in your local pc when you search too much in google, then redirect to captcha page to prove your human or bot.
This is happening for your server. I assume that in previous there may be some script for seo or something which search in google too much, that’s why google wanted to prove that search is going by human not bot. Bascially google advance search from your server is protected by google.
Hope this may clear the scenario. But i have solved the problem.
Thanks Konok
OK thank you,shell i do something for this ?could you guide me
Replied to your email.
ok thank you,YOU ARE MASTER AND GREAT
AND VERY NICE PERSON,YOU HAVE HELP ME A LOT….YOU DESERVE MUCH!!!
Hello! My site is installed in localhost. Why after I have finished to create a package so It doesn’t show all package like your script in demo channel. It’s blank in back end. But in front end It has showed. How do I fixed this problem in Back end? Thanks!
Hi, Any error or warning ? It should display. Something must wrong . I assume there might be problem when you translate language.
Ok, open index.php , then write this code at begining
error_reporting(E_ERROR | E_WARNING | E_PARSE); ini_set(‘display_errors’, 1);
Then access the package page, it should display error if any. Then send the screenshot of the error.
One thing is, in localhost visitor analysis will not work.
Thanks Konok
Thanks! in localhost, it has error, but when I setup it in hosting so It doesn’t have error. Thanks!
That”s great. Thanks.
Sorry but I cannot find where I edit the main website file for the SiteSpy front end website. Can you point me in the right direction? I’m trying to get the new logo I made to appear correctly right now but I will need to edit the entire home page and site as well. Thanks in advance for a fast reply.
Hi,
You can changr logo from “General Settings”.
There are 2 themes for front end ( one for landing page and for front pages like sign up).
Landing Page’s Theme:
HTML/PHP: application/views/site/site_theme.php
CSS/JS: assets/site/
IMAGE: assets/site/images/
Front Pages’ Theme:
HTML/PHP: application/views/front/theme_front.php
CSS/JS: assets/css/ + assets/js/ + bootstrap/
IMAGE: assets/images/
Sign Up Form: (sign up form is loaded into front theme)
HTML/PHP: application/views/page/sign_up.php
CSS: sign_up_page_layout/
You can end email to jwel.cse@gmail.com
Thanks : Al-amin 
Thanks for an incredibly fast reply. I should have mentioned I have 13+ years developing websites but no experience with code igniter believe it or not. I knew about the admin area logo update stuff but the css was limiting the height of the logo I used and had to change that. You answered my questions perfectly. Great script and great support!
Thank you very much. If you face any problem. Let us know. We will try our best to help you.
Thanks Konok
Did you just send me email? Please confirm. Thanks 
Hello you! I’m Vietnamese! I had copy english directory from SiteSpy\application\language url. After that I change it to Vietnamese. And then I had translated it. Now how do I do to see it in front or backend of language box. Thanks!
Hi, Great job! Suppose your language name is “vietnamese” You have to translate two more files: plugins/grid/locale/vietnamese.js and plugins/grocery_crud/languages/vietnamese.php
Make sure that your folder name is like this: application/language/vietnamese/
Then open application/controllers/home.php and add an array index like: “vietnamese”=>”Vietnamese”
Your are done. If you do not mind, can you send your translated files to jwel.cse@gmail.com, so that we can integrate it to our system 
Thanks: Al-amin 
Sorry I forgort to mention that you have to add array index in _language_list() function of application/controllers/home.php 
Thank for your support!
Welcome 
Hi after update the script now i get this issue in website analysis, A PHP Error was encountered
Severity: Notice Message: Undefined offset: 0 Filename: domain_details/general.php Line Number: 18 Domain Name -
how i can fix it? http://www.clipular.com/c/4905100147949568.png?k=-DIqua2vzGY3i2_FaD-WTu4mrK0Hi,
I think you missed something to update.
assets/images/* , application/controllers/* , application/helpers/, application/language/, application/libraries/, application/views/
Make sure you replace all this files.
If not work. Please send me the ftp login and application link and credential to konokronok@gmail.com . Then i can check .
Thanks Konok
Does the extended license allow me to use this in more than one domain?
Sorry no, What license you bought, it allow one domain. For multiple domain , you need to buy multiple license.
Thanks Konok
Ok, so what does the extended license allow me to do?
As per Envato License : :”Use, by you or one client, in a single end product which end users can be charged for.”
By the way,as example if you want for 4 domain, just buy 4 regular license.
Thanks Konok
So what exactly does the extended license give me as far as code goes? Is it the exact same code or is the code fro the regular license obfuscated?
Exact same code. No obfuscated.
As envato licencse policy, extended license or regular license , what you bought you can use it one domain or one product . If you charged to end user then you need extended license. But honestly i am also bit confused about license policy though . You better to ask envato support for more clear answer.
But we are sure it’s for only one domain. And also we restricted it for one domain for one purchase code. As you need to verify application after installing.
Looks like I saw this too late and bought the extended license, but I only need the regular licence. Can you help?
Ohh…. Sorry to hear that. I don’t know is there any option to change license. You better contact envato support, and they will suggest you how it can be.
Anyway i can give you access of 5 domain if you want.
Otherwise please contact envato support, i must help you.
Thanks Konok
Hi, very good. liked it. I found the demo, the ordering of the columns do not work properly, he orders numeric field as if they were characters. displaying the number 100 before the number 20. Verify
Hi,
Thank You. We will check. As sometime when scraping, it might get some data where number is coming with comma like 19,990. That’s why we keep it varchar field in database to avoid data loss. That’s why some field in table might behave like this. We will again check if any other integer field are like this.
Thanks Konok
How i will remove from footer SeoSiteUp v2.1 ? and also what about the language on body section? where we translate them ? Unique Visitor Page View Bounce Rate Average Stay Time Average Visit Traffic Analysis Top Refferer New & Returning Visitor Content Overview Country & Browser Report OS & Device Report ?
Hi, you can change the language of front end from : application/views/site/site_theme.php
And for the footer Application name and version is here : application/config/my_config.php
And we didn’t translate some generic word. But if you want to change this word, you will find it here application/views/domain_details/visitor_analysis.php
Hi,
To remove footer text you have to edit application/views/admin/theme/footer.php [backend], application/views/site/site_theme.php line 707 [front pages] and application/views/front/theme_front.php line 32 [langing page]
Some words are not translated intentionally because these words are well known and expressed better in English. If you want to edit you have to change some php files manually. The files are located in application/views/domain_visitor/visitor_analysis_details folder.
Thanks
Al-amin
Thank you,it would be great on next realse,you also give all translation each places,thank you so much for great work
We will consider it for next release. Thanks 
hi where we add the meta tag? theme_front.php?
Hi, Yes theme_front.php . We have added some meta tag already. You can add others what you need.
Thanks Konok
Could you help me about meta tag,i have added it like that on theme front php but noting is coming
<html lang=”en”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8” /> <title>website analyse</title> <meta name=”keywords” content=”web site etc” /> <meta name=”description” content=”website analyse with full detals etc” /> <meta name=”robots” content=”<?php if(isset($meta_robots)) echo $meta_robots; ?>” /> <?php if(isset($extra_headers)) echo $extra_headers; ?> <link rel=”shortcut icon” href=”<?php echo base_url();?>assets/images/favicon.png”> </head>
am i wrong? could you give some sample please
Replied to your email. I saw meta tag are in front page. Try once clearing cache.
social login please!
i love this script,
I’ll buy soon
Hi, Ok we will try in future of-course.
Thank you. Konok
hi konok, I’m sure to buy the script but I want to use wordpress to display the contents of the home , is it possible to eliminate the burden of your index?
Hi, yes after purchase i will help you to eliminate our home page. It’s very simple work.
Best Regards Konok
Hi,
“Fatal error: Call to a member function find() on null in
xxxx/sitespy/application/libraries/simple_html_dom.php on line 1113” when Website Analysis
I miss something?
Which version ? After updating or new install ? Please send me the application link with user password, And if possible then ftp access to konokronok@gmail.com
Something is surely missing.
Thanks Konok
Hi, just try once by editing this file
application/libraries/simple_html_dom.php line no 65
define(‘MAX_FILE_SIZE’, 999999999999);
It should solve the problem. If not send the information to my email.
Thanks Konok
the email has been sent to konokronok@gmail.com.
Hi have fixed your problem. You have also missed some files to update.
I have updated all files.
Check please.
This is best site analysis script hands down! Thanks for updates. Any eta on pdf reporting / branding / downloads?
Ie.. ability for user to make custom pdf downloads of lovely stats in back end
Hi, Thank You very much. Yes we will work for pdf also step by step.
This is best site analysis script hands down! Thanks for updates. Any eta on pdf reporting / branding / downloads?
on the site above, any one can add and test any url to check the and get SEO reports. Can your plugin do what I asked for ? Please, Thanks
Hi,
Thank you for contacting us. Actually this script is designed totally another way and with lot of feature. This application is stand alone application and need to maintain separately. This SaaS application means user need to login to use this system. You can make it free for your member or can take payment from your user.
Thanks Konok
Thanks a lot for your answer, in this case, If i use a wordpress theme, can i use your script and how? please
Hi, You can install it in a sub-domain or sub-folder and give link in wordpress front-end.
Thanks 
Thanks a lot my dear, If I send you the login details to my server, can do make the configuration and the installation ? please, and how much is cost? Thanks
Hi, Yes we will install it for you. After purchase send the server information to konokronok@gmail.com ,
We will install it for you.
Thanks Konok
Thanks a lot. You are so kind.
You are most welcome. Happy purchase 
hello,thank you for your support,i wonder do we have other way of <script id=”domain” data-name=”3138543” type=”text/javascript” src=”http://...../js/analytics_js/client.js”></script>
Maybe some text file to root ? because it may be hard for user to paste the code but upload the root a text file can be an other option,do we have this ?
Hi, Sorry, there is no other way. It’s not possible with txt file. It need to run js code in user browser. There is no way to collect user information. Google analytics also work like this way.
Thanks Konok
But there are some tutorial how you can add it in wordpress site, also in future we will try to give more details in video.
Thanks
Hello,
I bought your script. Can you change my domain? My old domain: webcrawster.com, my new domain webclickkft.com
My purchase code: a33efc62-b283-4502-b32a-3ab7e370ba50
Thank you!
Hi, please try again. I have updated the domain. Thanks 
i have purchased it yesterday and i wonder how to install direct public folder,it only works on subdomain,where we change the path?
Hi,
Thank you for your purchase.
You can install it in root site mean in direct public folder like mydomain.net or in subdomain like sitespy.mydomain.net or in any subdolder like mydomain.net/sitespy
If you want to install at root, just copy all files which is in the sitespy folder into your public folder, then run and install. Please don’t copy after installing at other place. Just copy all files then install.
Hope it will help you.
If you need any assistance , let me know. I will try my best to help you.
Thanks Konok
Hello,i have done what you say but this time Not Found
The requested URL /home/installation was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.4.18 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 PHP/5.6.20 Server at seositeup.com Port 80
on subfolder,its working fine,i have purshased yesterday and i realy want to see it working,could you help or any i idea
Hi,
Everything is ok. Seems i can access it by this url http://seositeup.com/index.php/home/installation
But , the problem is in mod_rewrite of the server.
If the .htacess file is here, then make sure mod_rewrite is enabled and it is AllowOverride All for your domain in httpd.conf or apache.conf
Can you give me the ftp access, then i can make sure all files are there.
But try to make sure AllowOverride All for your domain in httpd.conf or apache.conf also.
It will go to home for installation, but there is some tricks to remove index.php that anyone can’t understand actually what script it is when used by user, this need to mod_rewrite enabled and also need to AllowOverride All for your domain in httpd.conf or apache.conf
Don’t worry, some of our buyer also face this problem and fix it successfully.
Thanks
thank you for great support,this time i got this The requested URL /home/installation_action was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.4.18 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 PHP/5.6.20 Server at seositeup.com Port 80
Hi, It’s MVC framwork. No need to home directory. It’s works another way. You can see application/controllers/home.php file and in this file there is a function installation().
Anyway, I have checked and i found , unfortunately there was no .htaccess file. It’s because of some cpanel make it hidden.It’s not your fault though. http://prnt.sc/b47xyrI upload it vai filezilla and it is working now.
http://seositeup.com/home/installationIf everything is ok of your server, it should work now. Let me know if you face any problem.
Thanks Konok
ok thank you but this time Could not conenect to MySQL.
Thank you so much,indeed i have install many script but maybe my server and permission,thanks for great help
Installed successfully
. Check your email.
Thanks Konok
Error When Install the Script please help me what the issue A Database Error Occurred
Unable to connect to your database server using the provided settings.
Filename: core/Loader.php
Line Number: 346
?
Just follow the instruction ,
https://www.youtube.com/watch?v=urzq4CAGTnUInstallation of SiteSpy is same.You don’t need any manual settings in any file. If you did it like this way, it should work. But if it does not work, send me the ftp, database information and application path at konokronok@gmail.com . I will check what wrong there.
Thanks Konok
Send Email
Replied to your email. Please provide me the application site address
Thanks