![]() |
Have a look in your admincp/index.php?do=phpinfo , search for mod_rewrite to see if it's enabled.
If it is there, make sure your host allows htaccess rewriteengine. |
This looks the same as what I see when I look at the phpinfo file, yeah? When I search for "mod_rewrite", it's not found. :(
|
Quote:
|
I guess I'm out of luck on this one, unless you have another idea. :(
This is what my host said. "Your account is hosted on the Windows-based server with IIS6 webserver and for this reason you can't use Apache directives and .htaccess file." |
There's an extension for IIS that enables rewrites, I'll see if I can find out more for you.
|
Hello,
if your host has ISAPI_Rewrite module for IIS installed, you can use these rewrite rules: Code:
RewriteEngine On |
Thank you, but where do I put this (what file?).
|
Hello,
Recently I got an error. I already set 25000 links and 15 secs like one of the members suggested. MySQL Error : MySQL server has gone away Error Number : 2006 Request Date : Friday, February 19th 2010 @ 02:00:08 AM Error Date : Friday, February 19th 2010 @ 02:01:56 AM Script : http://mydomain.com/forum/cron.php?rand=1266566407 Referrer : http://mydomain.com/forum/forumdispl...er=desc&page=2 IP Address : xx.xx.xx.xxx Username : Unregistered Classname : vB_Database MySQL Version : |
i have two problems, the first one is that 301 redirect url, does not work, i want to set my forum url instade of www.asdasd.com/forum/shothreat... http://www.asdasd.com/forum/plugins-...p/ask-question...
the second thing is that google does not accept my sitemap, 1st its foriden (403) and 2nd a 404 error not found. i set it to .com/forum/vbseo_sitemap/data/index.gs or something linke that, im geting lazy almost 3 hours trying to solved the problem and nothing.. :S |
Quote:
|
I think this version is not supporting ping search engin
|
thnx for that, and the other problem about the sitemap indexing problem? anyone knows why?
|
vbseo not worth the money from my opinion,today i wanted to edit my license for which i payed for 150$ and guess what: i can not edit it, because, i have to renew my license in order to edit it, so i payed 150$, and i can not use it ,i have to keep their link in my site, i can not edit my domain, tiket support real bad, what kind of service is that? that is why it is really bad to buy from other than official seller ( vbulletin) .
Good thing that from now on vbseo will be useless, vbulletin is upgrading their own seo system |
This thread is about the free Sitemap Generator.
As I said to you on vB.com, you are incorrect as to the price of renewal, and the claim that we will not transfer a license if the request comes in prior to expiry and somehow we don't get to it: Quote:
|
will be right back with answer , it looks like somebody deleted all my databases, nice :)
|
Edit : u r the solution when no support is there..lol
|
I'm getting the following error. Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/global.php(29) : eval()'d code on line 110
when trying to enter vbeo sitemap control panel |
thanks for product ,
and we waitng for new release to vbulletin 4.0 thanks :) |
ya when will the vbseo sitemap for vbulletin 4.0 be released?
|
Thanks so much for the mod as well as the huge support you have given it. All this for free!!
I hope you members out there remember that this software would cost an arm and a leg to buy. Oh by the way. It was so easy to install as well. Thanks |
still nobody here to xplain this
fixed my self |
Who has one of these up and running? I think I have mine working, but the sitemap is nothing like the wordpress one I have so I'm thinking I didn't do something right...
|
well. may error is onto google webmaster page.
explain. After change this exactlly content onto /vbseo_sitemap/index.php Code:
} my sitemap is correct onto my site root. I can access and down. My error is onto google site. /sitemap_index.xml.gz is valid sitemap entry. but the /sitemap_1.xml.gz is no accessible to google webmaster tolls site. how to solve this ??? Any idea??? |
when will this mod be available for vb4 ?
|
heres an error i get when i run the sitemap generator
Database error in vBulletin 3.8.4: Invalid SQL: SELECT COUNT(*) as cnt,max(lastpost) as lastupdate FROM thread AS thread INNER JOIN tagthread AS tagthread ON (tagthread.tagid = 1 AND tagthread.threadid = thread.threadid) WHERE thread.forumid IN() AND thread.visible = 1 AND thread.sticky IN (0, 1) AND thread.open <> 10 GROUP BY tagthread.tagid; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND thread.visible = 1 AND thread.sticky IN (0, 1)' at line 5 Error Number : 1064 Request Date : Tuesday, April 13th 2010 @ 03:10:10 AM Error Date : Tuesday, April 13th 2010 @ 03:10:11 AM Script : http://www.hydrocanna.com/vbseo_site...eo_sitemap.php Referrer : http://www.hydrocanna.com/vbseo_site...st=true&page=1 IP Address : 000000000000003 Username : Unregistered Classname : vB_Database MySQL Version : |
I installed this and it did generate the sitemaps, but the resulting URL to retrieve the sitemap is returning a HTTP 500. If it was a 404, I would question mod-rewrite not finding it properly... I did try the troubleshooting steps on their site with no luck. (Yes mod-rewrite is on, my host actually uses their own vbulletin forum with VBSEO). I'm really disappointed because I was hoping to just use this mod for now to see how it worked and then buy the full VBSEO license as my site grows...
|
I found this line in vbseo_getsitemap.php causing an error when a sitemap data file was large:
Code:
$dl_list = file_exists(VBSEO_SM_DLDAT) ? unserialize(implode('', file(VBSEO_SM_DLDAT))) : array(); Code:
$dl_list = file_exists(VBSEO_SM_DLDAT) ? unserialize(file_get_contents(VBSEO_SM_DLDAT)) : array(); Anyway, I hope this helps you guys! |
Where is version for vb 4.0?
|
Quote:
|
I own a license and they didn't say anything about this, wow what some good customer support
thanks for letting me know |
If you have an active license, scroll down the page a bit on the downloads page: 2.6 Beta
|
is there a way to get html links without having vbseo don't have money for vbseo right now :(
|
Do we who own vb 4.0 now have to buy vbseo ? just asking guys thanks
|
Quote:
vB 4.x has a built-in sitemap generator - no idea how good it is - never used it. The vBSEO sitemap generator is released as a free stand-alone product but the version for vB4 is still in beta. |
Did you notice, that md5_sums_crawlability_sitemap.php of current version is outdated? I just wondered about that errors when checking files after upload. Hey, if you include things like that, please take care of it. ;) Otherwise just leave it out.
|
Installed and apparently working well....
Although I do have an issue with the "Live.com" search engine not working successfully, I'll take it. THANKS A MILLION FOR THIS MOD!!!! |
for some reason the reports list is empty
I can run the product and I can manually generate the sitemap - BUT the scheduled task doesnt seem to generate the sitemap and the reports list is empty I have it running on another forum on the same server and its fine - tried comparing the 2 and cant see the difference any ideas ? |
bueller ?
|
Are other scheduled tasks on that forum working correctly?
|
yes - the VB emails go out, promotions work
I couldnt figure out how to simply delete the task so I could remove and reinstall the product |
All times are GMT. The time now is 10:28 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|