This item is by an Elite Author
Convergine
- Elite Author
- Item was Featured
- Author was Featured
- Exclusive Author
- Has been a member for 3-4 years
- Sold between 100 000 and 250 000 dollars
- Canada
- Referred between 100 and 199 users
- Bought between 10 and 49 items
103
Purchases
Buyer Rating:
4.27 stars
4.27 average based on 22 ratings.
-
5 Star
1463%
-
4 Star
313%
-
3 Star
313%
-
2 Star
14%
-
1 Star
14%
| Created | 10 January 10 |
| Last Update | 10 January 10 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | PHP 4.x, PHP 5.x, MySQL 5.x, jQuery |
| Files Included | CSS, PHP |
© All Rights Reserved Convergine -
Contact Envato Support


This looks like something I could really use, but is there a way I can log in and view the demo. I don’t see a UN/PW listed anywhere for the demo.
Ooops, sorry about that, username: admin password: pass
This item looks great but having some dynamic meta tags and titles on webpages are not very good. When the google robots have passed on your web pages you just don’t want to change it after that for referencing. For me I think hardcoded meta tags on each page is simply the best.
I agree with you, but script was not intended to make meta tags dynamic, it allows you to organize all meta data in one place and easily manage it.
If you will incorporate this script in the beginning of your next clients project it will save you time to do SEO optimization for your client, this was basically the idea behind this script – to save time. You spend 5 minutes for the script setup and everybody is happy. Plus script will add value to your clients project, you also can offer your client this functionality as a special “add-on” for extra money.
I have my own CMS which I use with all my projects and basically this module is integrated in it, and I must say that it saved me a lot of time.
- Albania
- Author was Featured
- Item was Featured
- Author had a File in an Envato Bundle
- Sold between 10 000 and 50 000 dollars
- Author had a Free File of the Month
- Has been a member for 3-4 years
- Bought between 50 and 99 items
- Referred between 10 and 49 users
- Exclusive Author
+1 moreThis is really nice script, all we need to promote page in correct way for SEO
Good job
Thank you arl1nd
This script soounds very useful. Will be buying it tomorrow
is this something you would sell here…? Im in search for a CMS but cant find one that im happy with…
and nice script by the way
Unfortunately no joransrb, I only use it for my clients and my own projects.
If you have a project for which you need custom tailored CMS solution – you can send me an email, I will be glad to give you a quote on development according to your specifications.
ok. i will keep that in mind
should it work on ASP .net. Perhaps not. i am finding just this script in an asp.net platform…..
How ever nice work
I am not sure, I don’t have much ASP experience. I think that it might be possible to integrate this script into ASP website, but you would need to change some code.
Hi, I bought this script recently. I have it installed, but I’m not sure how to enter the cron information. I know where to put it, I just don’t know how to format the command to run the cron script.
Please give me the code to set it up in cron. I have CPanel. Thanks!
Hi Dragonetta,
I’m not sure what cron info you need… There is no cron functionality in this script. Maybe you wanted to post this for some other script ?
Yes, I did. Sorry about that.
It’s for the Advanced Domain Manager.
Here is a good tutorial on cron in cpanel
http://www.trap17.com/index.php/Cron-Jobs-Cron-Jobs-Cpanel_t6321.html
On my linux server I use following command to setup cron in Plesk (not sure about cpanel though, probably same)
/usr/local/bin/wget -O /dev/null http://domain.com/script.php?cron=do&d=30
Very nice script, I could see it being very useful, especially a place to manage SEO for all static pages.
When asking for the page name it’s asking for the file name of the php file, would this work with static html files as well?
If you will enable php processing in html files – then yes, it will work.
To enable php processing in html files you will need to create .htaccess file with following code:
AddType application/x-httpd-php .htm .php
hi,a question
should I add any codes or change any codes into pages each time I change the seo keywords or title.? ot the codes inserts itself ?
You need to insert code only once per page. After that you will be able to edit title, description and keywords through admin panel
Hi,
I can not run “install.php” file(http://www.luckyhut.biz/anypageseo/install.php) please help.
Thank you.
Please make sure that you have PHP5 and MySQL on your server. For further assistance you can contact us by email through den page. Thank you.
I have both version of php and mysql running on my server, but i cannot get this script to work. Created a databasewith a User and password. Modified dbconnect. When i upload and try to run, all i get is a blank page for install.php and an Invalid query: No database selected error for index.php. Any suggestion?
Hi yourthe1,
Thank you for purchasing our script.
If you get such error message – no database selected – it means that there is no connection to database, most likely you have something wrong in dbconnect.php (db settings are wrong). Double check your hostname, password, username, and db name.. When you run install.php – it has to show several lines of success messages – like “created table such and such”
Hello, i have a little feature requests, i would like to be able to select for each page if the page can be indexed by a bot or not. cause it’s automatically adds INDEX ,FOLLOW it to the meta header
Hi DeadLikeMe,
Thank you for purchasing our script, and thank you for your suggestion. We will add it to the requests list.
Hi there, I havea quick question i already have a log in system how hard would it be to take out the one that is already in place with this script? I look forward to your reply.
Kind Regards
Hi fromspace,
This is not a login system. I’m not sure we’re on the same page.
You can adjust the system to work as login system – however you will need some php/mysql skills.
We wanted to let everybody know that we are going on vacation and will not be available for any requests ( including support ) from September 16 to September 24. All requests will be taken care of as soon as we will be back. Thank you for your understanding.
Hi question is there any way to validate that it;s working ?. also in admin it say; this should be name of php file of editable page, like index.php or about.php).. I using this for a HTML landing (squeeze) page there is no .php index .
thanks
gary
Hi Big-Gazoo,
You can view the source code and if what you’ve entered in administration is the same what you see in meta data in the source code – it means it’s working.
HTML will not work, unless you will enable php processing in html pages ( http://php.about.com/od/advancedphp/p/html_php.htm )