Feed aggregator
Happy Birthday Juan!
Our founding father has a birthday today, 11/23 :)
Have a good one Juan. Eat lots of cake :D
Have a good one Juan. Eat lots of cake :D
Quick Branding Question
Hey, I was wondering if there were any restrictions on how visible the branding needed to be. For example: would something like what this website has, with the light text on light background and changing the URL, be acceptable?
404 Error on Sitemap
I moved my servers, got my vbSEO moved and working with all the great help from Mert and Brian and am now stuck on the sitemap generator.
The sitemap generator is working and vbSEO is working, but when the URL for the sitemap is requested, I get a 404 error.
The sitemap is located at: http://www.rexmag.com/forums/sitemap_index.xml.gz
I'm using IIS, so the web.config file is: Code: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="vbSEO Imported Rule 1" enabled="true" stopProcessing="true">
<match url="^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$" ignoreCase="true" />
<action type="Rewrite" url="/forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap={R:1}" appendQueryString="false" />
</rule>
<rule name="vbSEO Imported Rule 2" enabled="true" stopProcessing="true">
<match url="^/forums/((archive/)?(.*\.php(/.*)?))$" ignoreCase="true" />
<conditions logicalGrouping="MatchAll">
<add input="{URL}" negate="true" pattern="/forums/(admincp/|modcp/|cron|vbseo_sitemap|nf-includes)" ignoreCase="true" />
</conditions>
<action type="Rewrite" url="/forums/vbseo.php" appendQueryString="true" />
</rule>
<rule name="vbSEO Rewrite All" enabled="true" stopProcessing="true">
<match url="^.*$" ignoreCase="true" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{REQUEST_FILENAME}" negate="true" pattern="/forums/(admincp|modcp|clientscript|cpstyles|images)/" ignoreCase="true" />
</conditions>
<action type="Rewrite" url="/forums/vbseo.php" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration> Looking at the page on development machine, I just get a "Page not found" message, which I think is from vbseo.php.
When I try to simulate this, I use http://www.rexmag.com/forums/vbseo_s...p=index.xml.gz and it still shows a 404 error. Anyone have an idea what I'm missing?
Thanks,
Donald
The sitemap generator is working and vbSEO is working, but when the URL for the sitemap is requested, I get a 404 error.
The sitemap is located at: http://www.rexmag.com/forums/sitemap_index.xml.gz
I'm using IIS, so the web.config file is: Code: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="vbSEO Imported Rule 1" enabled="true" stopProcessing="true">
<match url="^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$" ignoreCase="true" />
<action type="Rewrite" url="/forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap={R:1}" appendQueryString="false" />
</rule>
<rule name="vbSEO Imported Rule 2" enabled="true" stopProcessing="true">
<match url="^/forums/((archive/)?(.*\.php(/.*)?))$" ignoreCase="true" />
<conditions logicalGrouping="MatchAll">
<add input="{URL}" negate="true" pattern="/forums/(admincp/|modcp/|cron|vbseo_sitemap|nf-includes)" ignoreCase="true" />
</conditions>
<action type="Rewrite" url="/forums/vbseo.php" appendQueryString="true" />
</rule>
<rule name="vbSEO Rewrite All" enabled="true" stopProcessing="true">
<match url="^.*$" ignoreCase="true" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{REQUEST_FILENAME}" negate="true" pattern="/forums/(admincp|modcp|clientscript|cpstyles|images)/" ignoreCase="true" />
</conditions>
<action type="Rewrite" url="/forums/vbseo.php" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration> Looking at the page on development machine, I just get a "Page not found" message, which I think is from vbseo.php.
When I try to simulate this, I use http://www.rexmag.com/forums/vbseo_s...p=index.xml.gz and it still shows a 404 error. Anyone have an idea what I'm missing?
Thanks,
Donald
Attachments broken when vBSEO active
Hi there,
I have the latest version of vBSEO (3.3.2), but when it is enabled, my attachments do not work. Thumbnails are broken, and the path shown includes things like the rewritten forum URL. I am storing my attachments in the filesystem, under /forums/attachments. Disabling vBSEO allows the attachments to be displayed properly, but enabling vBSEO makes them all broken links once again.
Is there a special setting, tip, or trick that I need to use in order to make my filesystem-stored attachments to display correctly?
Note: The problem is identical to this user's problem from earlier this year here. Even the weird URLs/paths that the user is posting match mine directly.
Thanks!
I have the latest version of vBSEO (3.3.2), but when it is enabled, my attachments do not work. Thumbnails are broken, and the path shown includes things like the rewritten forum URL. I am storing my attachments in the filesystem, under /forums/attachments. Disabling vBSEO allows the attachments to be displayed properly, but enabling vBSEO makes them all broken links once again.
Is there a special setting, tip, or trick that I need to use in order to make my filesystem-stored attachments to display correctly?
Note: The problem is identical to this user's problem from earlier this year here. Even the weird URLs/paths that the user is posting match mine directly.
Thanks!
Kann mich in der Demo-Seite NICHT einloggen!!
Hallo!
Laut der Ankündigung ist ja die Demo page hier verfügbar
Forums
Und es heist auch das die User importiert wurden
jedoch wenn ich mich einloggen will kommte
die meldung:
Quote: Fatal error: The requested language does not exist, reset via tools.php. in [path]/includes/functions.php on line 1510 Muss ich da vorher was umstellen?
mfg
Laut der Ankündigung ist ja die Demo page hier verfügbar
Forums
Und es heist auch das die User importiert wurden
jedoch wenn ich mich einloggen will kommte
die meldung:
Quote: Fatal error: The requested language does not exist, reset via tools.php. in [path]/includes/functions.php on line 1510 Muss ich da vorher was umstellen?
mfg
áÇ ÊäÒÇá ãÔßáÉ ãæáÏ ÇáÎÑÇÆØ ÞÇÆãÉ
ÇáÓáÇã Úáíßã æÑÍãÉ Çááå æÈÑßÇÊå
ÚäÏãÇ ÇÔÛá ãæáÏ ÇáÎÑÇÆØ ãä áæÍÉ ÇáÊÍßã íØáÚ áí ÇáÎØÆ ÇáÊÇáí
Warning: fwrite(): supplied argument is not a valid stream resource in /home/alzaheer/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 982
æÈÚÏíä ÕÇÑ íØáÚ Ôí ÛÑíÈ Ýí ÌæÌá ÇáÑæÇÈØ áÇÍÙæÇ
ÇÑÌæÇ ÇáãÓÇÚÏÉ æáßã ÌÒíá ÇáÔßÑ
ÚäÏãÇ ÇÔÛá ãæáÏ ÇáÎÑÇÆØ ãä áæÍÉ ÇáÊÍßã íØáÚ áí ÇáÎØÆ ÇáÊÇáí
Warning: fwrite(): supplied argument is not a valid stream resource in /home/alzaheer/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 982
æÈÚÏíä ÕÇÑ íØáÚ Ôí ÛÑíÈ Ýí ÌæÌá ÇáÑæÇÈØ áÇÍÙæÇ
ÇÑÌæÇ ÇáãÓÇÚÏÉ æáßã ÌÒíá ÇáÔßÑ
Strange problem with latest patch
Hello,
After applying the latest patch for 3.3.0 my forum home page becomes inaccessible, however with index.php in the url it works well;
Exemples:
mywebsite.com/forum/ = error
mywebsite.com/forum/index.php = no problem
To temporarily fix the problem I uploaded vbseo.php from original 3.3.0
After applying the latest patch for 3.3.0 my forum home page becomes inaccessible, however with index.php in the url it works well;
Exemples:
mywebsite.com/forum/ = error
mywebsite.com/forum/index.php = no problem
To temporarily fix the problem I uploaded vbseo.php from original 3.3.0
Vbulletin 4 + Vbseo 3.5
Hello,
I would like to upgrade my forum to Vbulletin 4 when it's released in gold and I'd also like to keep my Vbseo.
I was wondering if you would be able to update my forum (vb3.8.4-->vb 4) and my Vbseo (3.2.0 --> 3.5) as well...
Thanks for your answer! :thumbsup:
I would like to upgrade my forum to Vbulletin 4 when it's released in gold and I'd also like to keep my Vbseo.
I was wondering if you would be able to update my forum (vb3.8.4-->vb 4) and my Vbseo (3.2.0 --> 3.5) as well...
Thanks for your answer! :thumbsup:
Internal-External Profile Links? Advice?
I have been making some changes to reduce Spam URL output from the forum and I need some advice:
I know that people join forums and never post,
What should I do as far as setting up Internal and External links for the member's profile pages.
I really don't want to block quality people from getting their homepage links from search spiders.
Advice?
Thanks in advance!
I know that people join forums and never post,
What should I do as far as setting up Internal and External links for the member's profile pages.
I really don't want to block quality people from getting their homepage links from search spiders.
Advice?
Thanks in advance!
Warum sollte ich vbseo 3.5 einsetzten?
Hallo zusammen :)
hab mich angefangen mit der Thematik vb4 auseinander zu setzten. Hab auch eine Lizenz vb4 für ein neues Board gekauft. Da vb4 seo frindly url`s unterstützt, stellt sich mir die Frage, warum ich vbseo 3.5 einsetzten sollte. Wo sind die Vorteile? Sicher gibt es die und da mein Englisch nicht besonders prickelnd ist, wäre ich über Feedback "SEHR" dankbar! :) ;)
Und ja, diesen Artikel habe ich bereits entdeckt:
http://www.vbseo.com/f5/vb4-vbseo-3-...e-notes-38081/
Aber wie gesagt, mein Englisch ist nicht besonders gut.
Ich danke schon mal. :)
LG,
Levent
hab mich angefangen mit der Thematik vb4 auseinander zu setzten. Hab auch eine Lizenz vb4 für ein neues Board gekauft. Da vb4 seo frindly url`s unterstützt, stellt sich mir die Frage, warum ich vbseo 3.5 einsetzten sollte. Wo sind die Vorteile? Sicher gibt es die und da mein Englisch nicht besonders prickelnd ist, wäre ich über Feedback "SEHR" dankbar! :) ;)
Und ja, diesen Artikel habe ich bereits entdeckt:
http://www.vbseo.com/f5/vb4-vbseo-3-...e-notes-38081/
Aber wie gesagt, mein Englisch ist nicht besonders gut.
Ich danke schon mal. :)
LG,
Levent
Direct Admin Panel Mail Adresi
Sorumun Vbseo ile ilgisi yok ancak bilen arkadaþlar yardýmcý olursa sevinirim.
Direct Admin panelde ana mail adresinin þifresini bilmiyorum Þifre Deðiþtirme Bölümü gelmiyor. Ve mail adresinide silemiyorum. site@siteadý.com þeklinde olan mail adresinin büyüklüðü 500 mb olmuþ.
Þifresini bulma imkaným varmý yoksa Silme imkaným varmý?
Direct Admin panelde ana mail adresinin þifresini bilmiyorum Þifre Deðiþtirme Bölümü gelmiyor. Ve mail adresinide silemiyorum. site@siteadý.com þeklinde olan mail adresinin büyüklüðü 500 mb olmuþ.
Þifresini bulma imkaným varmý yoksa Silme imkaným varmý?
pages dispappear in google
Hello all, yesterday evening I noticed a major drop in my traffic
and I found out, that many of my indexed pages are not indexed anymore.
A new thread I made on my forum yesterday morning, was indexed fast in google, and then later when i looked it was gone again.
I see google is now adding breadcrumbs to the search results.
Is it possible that all the pages come back then, with the new look / the breadcrumbs in the google index?
Did anyone notice something similar with his site lately?
Kind regards
Marina
and I found out, that many of my indexed pages are not indexed anymore.
A new thread I made on my forum yesterday morning, was indexed fast in google, and then later when i looked it was gone again.
I see google is now adding breadcrumbs to the search results.
Is it possible that all the pages come back then, with the new look / the breadcrumbs in the google index?
Did anyone notice something similar with his site lately?
Kind regards
Marina
Sitemap Download Logs Error When Deleting
When we are looking at our page of sitemaps download logs and go to delete one record or select a page of records to delete we get this error that shows right above the log charts.
Warning: fopen() [function.fopen]: Filename cannot be empty in [path]/vbseo_sitemap/index.php on line 258
Warning: fwrite(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 259
Warning: fclose(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 260
Any ideas?
Warning: fopen() [function.fopen]: Filename cannot be empty in [path]/vbseo_sitemap/index.php on line 258
Warning: fwrite(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 259
Warning: fclose(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 260
Any ideas?
Do I need Sitemap 2.5?
I have upgraded to vbSEO 3.3.2 a few days ago but I see that there is a Sitemap generator version 2.5 now too.
I am currently running the 2.2 version.
Am I getting hurt without using the 2.5 version in place for the 3.3.2 vbSEO version?
Thanks in advance!
I am currently running the 2.2 version.
Am I getting hurt without using the 2.5 version in place for the 3.3.2 vbSEO version?
Thanks in advance!
Did you like this post?If you liked this post, consider Subscribing, Commenting or Sharing this post. If not, please Let Us Know how we can better serve you. |