The quick 'n' dirty ultra simple vBulletin SEO hack

Reply

Join Date: Feb 2002
Posts: 12,040
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 127
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #21
Nov 25th, 2005
Huh? What do you mean not in html?
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16
Reputation: yakusasci is an unknown quantity at this point 
Solved Threads: 0
yakusasci yakusasci is offline Offline
Newbie Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #22
Nov 26th, 2005
Hi Dani,

Just two questions : when I click on http://www.daniweb.com/techtalkforum...read35782.html the url becomes http://www.daniweb.com/techtalkforum...591#post176591 so not in your seo hack spirit ; is-it normal ?

You don't seem to use VB 3.5 ; could you confirm a date for a potentiel complete release of you great hack for VB3.5 with the hook system ?

Tks !

Yakusasci
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,040
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 127
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #23
Nov 26th, 2005
Your first question was answered in post #10 of this thread.

A hooks version of my hack is available in post #3. It should work, but remains untested.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 1
Reputation: alarach is an unknown quantity at this point 
Solved Threads: 0
alarach alarach is offline Offline
Newbie Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #24
Dec 2nd, 2005
Any idea how to change the "forum number" by "forum title"?

Originally Posted by Christoph
The hack works fine, yet would it be possible to change to ‘forum1 and post1’ into ‘forum title and post title’?

Thanks.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16
Reputation: yakusasci is an unknown quantity at this point 
Solved Threads: 0
yakusasci yakusasci is offline Offline
Newbie Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #25
Dec 3rd, 2005
Ok tks dani ; another "bug" on your forum :

on this page http://www.daniweb.com/techtalkforum...esc-views.html if I click on the arrow to order asc I get this url : http://www.daniweb.com/techtalkforum...s&pp=40&page=1.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16
Reputation: yakusasci is an unknown quantity at this point 
Solved Threads: 0
yakusasci yakusasci is offline Offline
Newbie Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #26
Dec 3rd, 2005
A bug on test VB3.5.1 forum (hook system works find): on a page like forum90.html in the navbar I get forumdisplay.php?f=90&page=6&order=desc and not something like forum8-4-lastpost--40--1.html. Hope this helps !
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,040
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 127
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #27
Dec 4th, 2005
Originally Posted by yakusasci
Ok tks dani ; another "bug" on your forum :

on this page http://www.daniweb.com/techtalkforum...esc-views.html if I click on the arrow to order asc I get this url : http://www.daniweb.com/techtalkforum...&pp=40&page=1.
To fix this:

Below
  '#<a ([^>]*)href' . preg_quote("=\"forumdisplay.php?$session[sessionurl]f=") . '([0-9]+)' . preg_quote("&amp;page=") . '([0-9]+)' . preg_quote("&amp;sort=") . '([a-z]*)' . preg_quote("&amp;order=") . '([a-z]*)' . preg_quote("&amp;pp=") .  '([0-9]*)' . preg_quote("&amp;daysprune=") . '([^"]*)"#',
add
  '#<a ([^>]*)href' . preg_quote("=\"forumdisplay.php?$session[sessionurl]f=") . '([0-9]+)' . preg_quote("&amp;daysprune=") . '([^"]*)' . preg_quote("&amp;order=") . '([a-z]*)' . preg_quote("&amp;sort=") . '([a-z]*)' . preg_quote("&amp;pp=") .  '([0-9]*)' . preg_quote("&amp;page=") . '([0-9]+)"#',
and below
  '<a \1href="forum\2-\3-\4-\5-\6-\7.html"',
add
  '<a \1href="forum\2-\7-\5-\4-\6-\3.html"',

I am going to update the original post to reflect this change.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 1
Reputation: WMTalker is an unknown quantity at this point 
Solved Threads: 0
WMTalker WMTalker is offline Offline
Newbie Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #28
Dec 6th, 2005
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,040
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 127
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #29
Dec 6th, 2005
Not by making any easy changes to the current hack. The reason is because it simply parses entire templates - and has no access to $thread[].
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 4
Reputation: mariuscarneala is an unknown quantity at this point 
Solved Threads: 0
mariuscarneala mariuscarneala is offline Offline
Newbie Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #30
Dec 9th, 2005
I get a 500 internal server error and in access log I read this:

[Fri Dec 9 16:16:00 2005] [alert] [client 81.196.xx.xx] /home/xxxxxxx/public_html/forum/.htaccess: RewriteRule: bad argument line '^nextnewesttothread([0-9]+).html$showthread.php?t=$1&goto=nextnewest[L]'\n

Thanks
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Existing Scripts Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC