Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Replace URL's With Page Title Details »»
Replace URL's With Page Title
Version: 1.1, by Jafo232 Jafo232 is offline
Developer Last Online: Oct 2022 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.6.8 Rating:
Released: 08-21-2007 Last Update: 08-21-2007 Installs: 467
Uses Plugins
 
No support by the author.


This product will automatically take any incoming parsed link and display the title of that page instead of showing the URL.

Example:

https://vborg.vbsupport.ru/index.php

Is how URL's are displayed by default, after adding this plugin, automatically the page title of that URL will be displayed and linked:

VBulletin.org Forum

The only thing required to install is to upload the product file (see readme in attached file).

For those asking what the difference is between this mod, and a similar one, see my post here:

https://vborg.vbsupport.ru/showpost....7&postcount=23

Limitations:
  • If the page has no title tag, only the URL will be displayed.
  • If the title tag does not appear within the first 1000 lines of the page, only the URL will be displayed. To keep the script from locking on URL's that go to large files or other large documents that could put a strain on the server and timeout a post, only the first 1000 lines are accepting when retrieving the page information.
  • Links on pages posted prior to adding this mod will not be updated.
Changelog:
  • Aug 22-2007: Fixed issue where functions might redeclare themselves, especially with shoutbox.
(note 49 downloads v1.0)

If you enjoy this mod, please nominate it for mod of the month (MOTM).

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Avimelech

Comments
  #72  
Old 10-08-2007, 06:19 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, Just note the security issues I brought up with that plugin.
Reply With Quote
  #73  
Old 10-08-2007, 06:26 PM
Canis Firebrand Canis Firebrand is offline
 
Join Date: Jun 2006
Location: Michigan
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the link to your post above.

If yours was able to use fopen or cURL so that both avenues worked, I'd give yours the install. But as it stands with my host, plugins that only use fopen will not work for me.

I'll keep an eye on this incase you do decide to add in cURL support in addition to fopen.
Reply With Quote
  #74  
Old 10-08-2007, 08:42 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The problem with cURL is you cannot tell the script to get X bytes of data and then stop, which you can with fopen. So basically if someone types in a URL to say a 7gb file, your server will attempt to download that entire file before parsing it to get the title tag. Most likely, your server will timeout after 30 seconds (if that is the setting in php.ini) or if it goes above the memory limit.

This could adversely affect your servers performance, and may also greatly increase your bandwidth usage. You should be VERY wary if that plugin works with shoutbox. Someone could easily do a denial of service attack on you relatively quick.
Reply With Quote
  #75  
Old 10-17-2007, 05:07 PM
CP, CP, is offline
 
Join Date: Aug 2005
Location: UK London
Posts: 276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Somebody correct me if im wrong..

but this hack should be good for seo'ing right? as it rewrites the urls?
Reply With Quote
  #76  
Old 10-17-2007, 05:38 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CP, View Post
Somebody correct me if im wrong..

but this hack should be good for seo'ing right? as it rewrites the urls?
No, it doesn't rewrite the URLs. What it does is add anchor text to the URL.

This might help with SEO for your forum if the link points to one of your threads. Otherwise, the page at the end of the link may benefit. In both cases, I say "might" and "may" because it depends on the title of the page or thread to which the link is pointing - for many forums, the thread title is often pretty much useless for SEO (e.g., "Hi... I'm new here" isn't likely to rocket that thread to the top of the search engine rankings for anything useful to the forum owner, which is one - but only one - of the problems with trying to use mod_rewrite strategies with vBulletin).

Reply With Quote
  #77  
Old 10-17-2007, 05:45 PM
CP, CP, is offline
 
Join Date: Aug 2005
Location: UK London
Posts: 276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djbaxter View Post
No, it doesn't rewrite the URLs. What it does is add anchor text to the URL.

This might help with SEO for your forum if the link points to one of your threads. Otherwise, the page at the end of the link may benefit.
eitherway it benefits! So by anchoring it bots will identify the "text" first and will index it into search engines with the link, right? So when people search for "Basket Nitting" and that was anchored on the forum linking to your own forum then its a good thing..?
Reply With Quote
  #78  
Old 10-17-2007, 06:02 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CP, View Post
eitherway it benefits! So by anchoring it bots will identify the "text" first and will index it into search engines with the link, right? So when people search for "Basket Nitting" and that was anchored on the forum linking to your own forum then its a good thing..?
Not necessarily. I was editing my post above as you were replying:

Quote:
Originally Posted by djbaxter
This might help with SEO for your forum if the link points to one of your threads. Otherwise, the page at the end of the link may benefit. In both cases, I say "might" and "may" because it depends on the title of the page or thread to which the link is pointing - for many forums, the thread title is often pretty much useless for SEO (e.g., "Hi... I'm new here" isn't likely to rocket that thread to the top of the search engine rankings for anything useful to the forum owner, which is one - but only one - of the problems with trying to use mod_rewrite strategies with vBulletin).
In those cases, it's not going to help you much if at all. How many people are going to search for ""Hi... I'm new here" or "I have a problem" or "it doesn't work"?
Reply With Quote
  #79  
Old 10-17-2007, 11:24 PM
Dave Hawley Dave Hawley is offline
 
Join Date: Jun 2004
Location: Australia
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I highly doubt Google even credits links/anchor text in forum posts. You have to understand that Google passes PageRank and credit for "votes". Forum links could easily be posted by the site owner in the 1000's. Google and it's army of the Worlds best geeks are not that silly.

Even it does, most forum threads have no, or very little PR.

If you use this hack expecting some boost of some sort, you will be dissapointed. If you use this hack for your users, you wont be.
Reply With Quote
  #80  
Old 10-17-2007, 11:35 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave Hawley View Post
I highly doubt Google even credits links/anchor text in forum posts.
They do show up in Google Alerts. That would seem to indicate that Google does recognize them as incoming links.

Quote:
Originally Posted by Dave Hawley View Post
Even it does, most forum threads have no, or very little PR.
If a thread is indexed, and has at leasr one icnoming link, it should follow that it has some PR, no matter how small. One link in a thread wouldn't be worht much. A lot of similar links could have some impact.

Quote:
Originally Posted by Dave Hawley View Post
If you use this hack expecting some boost of some sort, you will be dissapointed. If you use this hack for your users, you wont be.
Always true.
Reply With Quote
  #81  
Old 10-18-2007, 04:48 AM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To weigh in here, I wouldn't think it would affect SEO that much, other than it may put keywords into the threads/posts that were not there before..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:19 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04724 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete