vBulletin Modifications

Show Thread Enhancements - Frame URL Links

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > vBulletin Database System > vBulletin 3.5 / 3.6 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
Can't Find Required Edits
Posted By: PigFat
Submit A Bug | View All Bugs

Advertisement
  
Supported
[vB 3.5.4] Show Thread Enhancements - Frame URL Links (71)
Released: 06-13-2006, 12:30 PM
Modification Information:
Arnoud's Avatar Author: Arnoud
Last Online: 05-31-2007
Hack Version: 1.0.0 Installer Included: 0 Additional queries added to database: 0
New Templates: 1 Template Edits: 0 File Edits: 1
New Files: 1 New Phrases: 0 Installation Time (In Minutes): 5

Plugin
Frame URL Links v1.0.0

What does this do?
This extension changes links from their original state to a link like this:
You must first be a registered member to view any code.
and show the link in an iframe, with your sites navbar and all that around it.

This is simply using the base64_encode function sothat users cant just copy out the last part.

I'm sorry about the required file edit, I couldn't find a way to let a plugin handle this.

How to install?
1. Upload the goto.php file to your forum dir.
2. Add the template attached with the name: arnoud_goto
3. Open up the file includes/class_bbcode.php
and find:
You must first be a registered member to view any code.
replace that with:

You must first be a registered member to view any code.
You might need to rebuild your post cache if its enabled.

Enjoy!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 07-06-2006, 02:46 AM   #2
vB Newbie
Join Date: Sep 2005
crazyjoezx is on a distinguished road

Default

did everything like said,but
You must first be a registered member to view any code.
was not in class_bbcode.php

Last edited by crazyjoezx; 07-06-2006 at 02:50 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 03:15 AM   #3
vB Newbie
Join Date: Jun 2006
PigFat is on a distinguished road

Default

Yeh, i cant find do the required edits because the part that i have to find isn't locaed in class_bbcode.php




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 08:20 AM   #4
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

What vB version are you running?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 11:16 AM   #5
vB Newbie
Join Date: Sep 2005
crazyjoezx is on a distinguished road

Default

im on 3.5.4




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-06-2006, 09:49 PM   #6
vB Newbie
Join Date: Jun 2006
PigFat is on a distinguished road

Default

I'm on 3.5.4 as well




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-07-2006, 07:52 AM   #7
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

Are you sure? Do a search for

You must first be a registered member to view any code.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 03:20 AM   #8
vB Newbie
Join Date: Sep 2005
crazyjoezx is on a distinguished road

Default

well found it...looked under
You must first be a registered member to view any code.
and found the one your talking about could not find it when i put in the whole thing...anyway found it and replaced with what you said...but still no frames

when i put www.yahoo.com in the shout box to test it it comes up as
d3d3LnlhaG9vLmNvbQ==
its a live link to http://www.mysite/goto.php?url=aHR0c...lhaG9vLmNvbQ==

but when i type taco.com
it shows
d3d3LnNkZi5jb20=
a link to
http://www.myiste/goto.php?url=aHR0c...d3LnNkZi5jb20=

and when its click brings me to a black screen




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 04:31 AM   #9
Coder
ny26c's Avatar
Join Date: Jul 2006
Location: Old City!!!
ny26c is on a distinguished road

Default

I'm sorry, bad my english.

when I enter the topic , this mistake is arising;

Parse error: syntax error, unexpected T_STRING in /usr/export/www/vhosts/funnetwork/hosting/fortest/forums/includes/class_bbcode.php on line 1710


where is the problem?????

Last edited by ny26c; 07-08-2006 at 06:03 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-08-2006, 01:25 PM   #10
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

Quote:
Originally Posted by crazyjoezx
well found it...looked under
You must first be a registered member to view any code.
and found the one your talking about could not find it when i put in the whole thing...anyway found it and replaced with what you said...but still no frames

when i put www.yahoo.com in the shout box to test it it comes up as
d3d3LnlhaG9vLmNvbQ==
its a live link to http://www.mysite/goto.php?url=aHR0c...lhaG9vLmNvbQ==

but when i type taco.com
it shows
d3d3LnNkZi5jb20=
a link to
http://www.myiste/goto.php?url=aHR0c...d3LnNkZi5jb20=

and when its click brings me to a black screen
I can't see what the mistake is if I can't see the exact URL, and what is leads to.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Advanced Navbar (add navbars & links) Developer vBulletin 3.5 / 3.6 Hack Releases 72 09-21-2008 03:07 PM
Live links disable and color add... mant3ra General vBulletin Support 1 09-10-2005 01:47 PM
making ed2k links useable in vbulletin riderzzz vBulletin Modification Requests 2 01-25-2005 04:31 AM
"Automatically protect links with CODE" newbie05 vBulletin Modification Requests 0 11-29-2004 07:39 PM
Request: links that are within the forum will open in the same window denzoforums vBulletin Modification Requests 4 05-08-2004 11:47 AM


All times are GMT -3. The time now is 11:50 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)