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
  #32  
Old 08-22-2007, 04:54 PM
semauae's Avatar
semauae semauae is offline
 
Join Date: Sep 2006
Location: UaE
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was searching for this hack

thnx alot , installed and I will try now
Reply With Quote
  #33  
Old 08-22-2007, 07:19 PM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I've been waiting for this hack for some time... but I use another hack [AME] that parses the URLs converting them on Video, can this affect the functionality of the other hack?
Reply With Quote
  #34  
Old 08-22-2007, 08:02 PM
magnus's Avatar
magnus magnus is offline
 
Join Date: Apr 2002
Location: Miami, FL
Posts: 1,107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jafo232
One being, there is only one plugin, and it uses one hook: url_to_bbcode.
One plugin location vs two.. heh.

Quote:
Originally Posted by Jafo232
Second, it uses Vbulletins built in method for matching URL's, instead of the one built into this hack.
Correct, because if you use any other hacks that toy with vB's internal URL parsing routines it will most likely break this hack.

Quote:
Originally Posted by Jafo232
If the user chooses not to parse links, during a reply or threadpost, then the hack won't override it as the hack you linked to appears to do.
This is true, however, because it's by design. From an Admin's perspective, this mod is a great SEO tool. It's mostly for the admin, not necessarily the users.

Quote:
Originally Posted by Jafo232
I have never heard of a host disabling fopen, the only thing is when it used to open FILES, and safe mode is on, it will check the UID. However, I do not believe this applies when calling a remote document via http.
Well, just to name one.. DreamHost. fopen() is generally considered a security risk on shared hosting servers.

Quote:
Originally Posted by Jafo232
URL on the other hand, must be installed on the system (well at least the libcurl package) whereas fopen is native.
You'd be hard pressed to find a shared hosting provider that doesn't have cURL available. And those not using shared hosting can simply install it themselves. But I digress..

Quote:
Originally Posted by Jafo232
What happens with the other hack when a user say, posts a link to the latest fedora distribution that is 2.7 GB? From what I see of the other hack, the server will attempt to download this entire package before parsing out a title (that it will never find). Of course, it will time out, or give you an exhausted memory error. My mod by contrast, only downloads the first 1000 lines of any document.
Well, the first problem here is that someone is trying to download Fedora.. when obviously they should be downloading a superior distribution such as Debian . That being said, there's a nifty (.. and configurable!) timeout option. By default, if a page takes longer than 5 seconds to return a title then the process is aborted and the default URL is used.

Quote:
Originally Posted by Jafo232
This also works with shoutbox or any other plugin that does not bypass the normal posting process, whereas the other only works with the newpost and and edit post hooks.
So.. I can hijack a shoutbox and cripple a server by spamming a bunch of links to 10GB ISO's and waiting for it to parse 1000 lines each time I paste it? However way this hack is implemented, by nature it's going to create additional load on the server. Why would you want to add an additional load to something that already puts a ridiculous strain on a server (re: Shoutbox)?

If you're going to provide a link in the OP to compare the differences, the least you could do is make sure the statements are factual.
Reply With Quote
  #35  
Old 08-22-2007, 08:20 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by magnus View Post
One plugin location vs two.. heh.


Correct, because if you use any other hacks that toy with vB's internal URL parsing routines it will most likely break this hack.
That is why hacks that do not muck with the internal routines are better as opposed to the one you proposed.

Quote:
Originally Posted by magnus View Post
This is true, however, because it's by design. From an Admin's perspective, this mod is a great SEO tool. It's mostly for the admin, not necessarily the users.
Well, from my prospective, it is better to worry about the users experience first, not a search engines. The ability to craft a URL without it being mucked by a hack is a requirement for many sites, especially those dealing with code. Your proposed hack limits a users experience.

Quote:
Originally Posted by magnus View Post
Well, just to name one.. DreamHost. fopen() is generally considered a security risk on shared hosting servers.

You'd be hard pressed to find a shared hosting provider that doesn't have cURL available. And those not using shared hosting can simply install it themselves. But I digress..
It isn't hard at all. Look how many hacks that require cURL have questions about error messages regarding unfound functions that are part of cURL. There are numerous. If it wasn't a problem, then I fail to see why you mention it in your hack.

Quote:
Originally Posted by magnus View Post
Well, the first problem here is that someone is trying to download Fedora.. when obviously they should be downloading a superior distribution such as Debian . That being said, there's a nifty (.. and configurable!) timeout option. By default, if a page takes longer than 5 seconds to return a title then the process is aborted and the default URL is used.
The timeout option does NOT stop the download. It is a timeout for a non-response. Please, let us keep it factual.

Quote:
Originally Posted by magnus View Post
So.. I can hijack a shoutbox and cripple a server by spamming a bunch of links to 10GB ISO's and waiting for it to parse 1000 lines each time I paste it? However way this hack is implemented, by nature it's going to create additional load on the server. Why would you want to add an additional load to something that already puts a ridiculous strain on a server (re: Shoutbox)?
You mean like search bombing or a million other techniques you can use to DDOS a server? At least what you are speaking of is an intentional act. Posting a link to a large file is common in a forum with no malicious intent. YOUR plugin however makes it seem that way.

Quote:
Originally Posted by magnus View Post
If you're going to provide a link in the OP to compare the differences, the least you could do is make sure the statements are factual.
Is it the fact that your lack of understanding of the overall concept that bothers you or that this plugin already has more than half the amount of installs yours has, yet it only took less than 24 hours for a superior hack to do it?
Reply With Quote
  #36  
Old 08-22-2007, 08:31 PM
magnus's Avatar
magnus magnus is offline
 
Join Date: Apr 2002
Location: Miami, FL
Posts: 1,107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow. Ok, pal. Good luck!
Reply With Quote
  #37  
Old 08-23-2007, 09:22 AM
home9000 home9000 is offline
 
Join Date: Aug 2005
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it working in 3.6.5 ?
Reply With Quote
  #38  
Old 08-23-2007, 09:37 AM
home9000 home9000 is offline
 
Join Date: Aug 2005
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's working in 3.6.5

but it' give me the name of the forum also in the title . Is it possible to remove it
Reply With Quote
  #39  
Old 08-23-2007, 11:51 AM
semauae's Avatar
semauae semauae is offline
 
Join Date: Sep 2006
Location: UaE
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried it

when I write thread link it will display the Forum name

I want to display the thread name

can I ?
Reply With Quote
  #40  
Old 08-23-2007, 12:01 PM
Handbag Handbag is offline
 
Join Date: Jan 2005
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was just coming on to say that version 1.0 buggered up my polls (ie. users were shown a blank page when trying to post a poll) but v1.1 fixes this, so thanks!
Reply With Quote
  #41  
Old 08-23-2007, 12:51 PM
rayphua rayphua is offline
 
Join Date: Jul 2007
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting debate. I'm using yours Jaro, not that Magnus' version wasn't working. But based on what you're saying, I'd rather be safe than sorry. Anyway, the more important point is this, we're all here to better what's currently available on a standard VB package, so thumbs up to both of you.
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 12:26 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.04656 seconds
  • Memory Usage 2,330KB
  • 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
  • (13)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