Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
LinkMe Hack Details »»
LinkMe Hack
Version: 1.00, by Pseudomizer Pseudomizer is offline
Developer Last Online: Feb 2010 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 04-30-2004 Last Update: 05-03-2004 Installs: 151
 
No support by the author.

OR
How-To-Link-us in a nutshell

I have created a PHP file and one template which creates a new page in the look and feel of your domain. This file searches the directory ./images/banners/ and creates for each file which is found there an image and the appropriate source code in html. This source code can be copied via double click into the clipboard.

The aim of this mini-hack would be, to make it easier for your members to link your homepage/domain. In addition it will make your life easier because every graphic that you copy into /images/banners will automatically be translated into your LinkMe page. Once installed you just add more banners and graphics and you do not have to care any more about any HTML code. :devious:

Installation instructions are in the zip file. Install time estimated: 2 mins

I will only give support if you click on the install button on the right upper corner or you click on this INSTALL link.

If you want to see it live in action please visit:

Example

But it is in german. :nervous:

Update:
Changes for functions_online.php implemented into the ZIP file and posted below.

Cheers,

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 05-16-2004, 10:13 PM
Christine's Avatar
Christine Christine is offline
 
Join Date: Oct 2001
Location: PA
Posts: 472
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I am having a really bizarre problem with this. None of the images are showing up, and from viewing the source code, they aren't broken, they just aren't being served.

This is happening on several other sites that are using linkme (following links from this thread), so I wrote Pseudo to ask him about it, and he is not having this problem, so my computer must be posessed.

Ironically, all of the other images on the sites I checked are working just fine -- just not the logos for this hack.

This is happening on IE 6, FireFox .8 and Opera 7.25

I have attached a screen shot of Pseudo's linkme page (as it is the one I sent him for help) showing what view I am seeing in the various browsers.

Anyone have any idea what on earth could be causing this, or how I can fix it?

Help!?
Reply With Quote
  #43  
Old 05-16-2004, 11:21 PM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Christine,

i did some further investigation on this. I think i found the error. I configured my PHP file with the following line:

PHP Code:
        $bild "./images/banners/$file";
        
$info getimagesize($bild);
        
$id filesize($bild);
        
$size round ($id 1024 ,2); 
But it should be:

PHP Code:
        $bild "images/banners/$file";
        
$info getimagesize($bild);
        
$id filesize($bild);
        
$size round ($id 1024 ,2); 
Compare the first 2 lines. I looked into the source code and the link was before the fix:
PHP Code:
<IMG SRC="http://www.LoveTalks.de/forum/./images/banners/alogo.gif"
and now it is:
PHP Code:
<IMG SRC="http://www.LoveTalks.de/forum/images/banners/alogo.gif"
I think this was the reason for not showing up. Could you please check now if you can see the pictures ? If yes, then i have to either alter the zip file or include a note in the install instructions to point this out.

Thanks for pointing this out and hopefully this caused the problem because it looks obvious. :nervous:

Cheers,
Reply With Quote
  #44  
Old 05-17-2004, 12:00 AM
Christine's Avatar
Christine Christine is offline
 
Join Date: Oct 2001
Location: PA
Posts: 472
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Pseudo,

Thanks for looking again. I really think it is something with my computer. Not only did that not work after a hard refresh, but I am not able to go directly to this image either:
PHP Code:
http://www.LoveTalks.de/forum/images/banners/alogo.gif 
Odd, because all of your other images are showing up just fine?
Reply With Quote
  #45  
Old 05-17-2004, 12:50 AM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Christine
Hi Pseudo,

Thanks for looking again. I really think it is something with my computer. Not only did that not work after a hard refresh, but I am not able to go directly to this image either:
PHP Code:
http://www.LoveTalks.de/forum/images/banners/alogo.gif 
Odd, because all of your other images are showing up just fine?
You can not see this picture ? Are you serious ? This would be very strange.

Cheers,
Reply With Quote
  #46  
Old 05-17-2004, 12:28 PM
Christine's Avatar
Christine Christine is offline
 
Join Date: Oct 2001
Location: PA
Posts: 472
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Pseudo,

It is definitely in my computer. I checked it from work this morning, and this one is fine (ss attached). No clue as to what is going on at home.

Does anyone have any ideas on what I can look at?
Reply With Quote
  #47  
Old 05-18-2004, 12:59 AM
Christine's Avatar
Christine Christine is offline
 
Join Date: Oct 2001
Location: PA
Posts: 472
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a problem with my firewall.

Sorry for the confusion. I will try and get it sorted if I can figure out how to make it quit "helping" me.
Reply With Quote
  #48  
Old 05-18-2004, 03:24 AM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Christine
This is a problem with my firewall.

Sorry for the confusion. I will try and get it sorted if I can figure out how to make it quit "helping" me.
Glad you found it.

Cheers,
Reply With Quote
  #49  
Old 05-26-2004, 03:02 PM
glenvw glenvw is offline
 
Join Date: Nov 2001
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have yet to install a hack in VB# although I installed several in VB2

My ignorance is showing up since I have to ask, where on earth do you create a new template? Don't you just generate them on the fly ?
Reply With Quote
  #50  
Old 05-26-2004, 03:39 PM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by glenvw
I have yet to install a hack in VB# although I installed several in VB2

My ignorance is showing up since I have to ask, where on earth do you create a new template? Don't you just generate them on the fly ?
No problem. You click in your ACP ( admin control panel ) on Styles & Templates, then on Style Manager, then in the corresponding style you click on the <<>> button on the right side.

Then you click on the drop down list of "all style options". There you can find "create new template".

Cheers,
Reply With Quote
  #51  
Old 06-05-2004, 12:26 PM
cogimo cogimo is offline
 
Join Date: Apr 2003
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I followed all the directions and uploaded all the files

I am getting page not found when I pull up LinkMe.php in the browser

Thanks

Robert
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:59 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.04562 seconds
  • Memory Usage 2,318KB
  • Queries Executed 26 (?)
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
  • (6)bbcode_php
  • (3)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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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