User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Existing Scripts section within the Web Development category of DaniWeb, a massive community of 423,885 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,247 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Existing Scripts advertiser: Web Code Converter
Views: 52016 | Replies: 135
Reply
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,900
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 118
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

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

  #21  
Nov 25th, 2005
Huh? What do you mean not in html?
Reply With Quote  
Join Date: Apr 2005
Posts: 16
Reputation: yakusasci is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
yakusasci yakusasci is offline Offline
Newbie Poster

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

  #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  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,900
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 118
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

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

  #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.
Reply With Quote  
Join Date: Dec 2005
Posts: 1
Reputation: alarach is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
alarach alarach is offline Offline
Newbie Poster

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

  #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  
Join Date: Apr 2005
Posts: 16
Reputation: yakusasci is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
yakusasci yakusasci is offline Offline
Newbie Poster

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

  #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  
Join Date: Apr 2005
Posts: 16
Reputation: yakusasci is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
yakusasci yakusasci is offline Offline
Newbie Poster

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

  #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  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,900
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 118
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

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

  #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.
Reply With Quote  
Join Date: Dec 2005
Posts: 1
Reputation: WMTalker is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
WMTalker WMTalker is offline Offline
Newbie Poster

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

  #28  
Dec 6th, 2005
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,900
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 118
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

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

  #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[].
Reply With Quote  
Join Date: Dec 2005
Posts: 3
Reputation: mariuscarneala is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
mariuscarneala mariuscarneala is offline Offline
Newbie Poster

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

  #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  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Existing Scripts Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Existing Scripts Forum

All times are GMT -4. The time now is 4:48 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC