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
  #122  
Old 12-05-2004, 11:36 PM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Modification:

Instead of the banners just sending the people who click on them to your forum. Take advantage of the referral system and have the link in the banner the referral code of the member.

Chane This: (in LinkMe.php - Line 58)
Code:
 &lt;A HREF=\"$vboptions[bburl]\"&gt;<BR>&lt;IMG SRC=\"$vboptions[bburl]/images/banners/".$file."\"&gt;&lt;/A&gt;<BR>
To This:

Code:
&lt;A HREF=\"$vboptions[bburl]/$vboptions[forumhome].php?referrerid=$bbuserinfo[userid]\"&gt;<BR>&lt;IMG SRC=\"$vboptions[bburl]/images/banners/".$file."\"&gt;&lt;/A&gt;<BR>
Then they will be credited with anyone who signes up via the banners!!

Cheres
Reply With Quote
  #123  
Old 01-03-2005, 04:24 PM
Gottcha Gottcha is offline
 
Join Date: Oct 2004
Location: NY
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed and get the following error:

Warning: getimagesize(): Read error! in /home/fragtrad/public_html/forums/LinkMe.php on line 34

Line 34 has the following:
$info = getimagesize($bild);

This is the url to the page:
http://www.fragtraders.com/forums/LinkMe.php

Also index.html is listed on that page as well?????
Reply With Quote
  #124  
Old 01-03-2005, 05:28 PM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gottcha
installed and get the following error:

Warning: getimagesize(): Read error! in /home/fragtrad/public_html/forums/LinkMe.php on line 34

Line 34 has the following:
$info = getimagesize($bild);

This is the url to the page:
http://www.fragtraders.com/forums/LinkMe.php

Also index.html is listed on that page as well?????
Hi,

i do not see any error message on your page. But if you get this error message you should be missing an add-on to calculate imagesizes.

Cheers,
Reply With Quote
  #125  
Old 01-03-2005, 09:06 PM
Gottcha Gottcha is offline
 
Join Date: Oct 2004
Location: NY
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

got it all going...great hack.
Reply With Quote
  #126  
Old 01-04-2005, 01:32 AM
vau7 vau7 is offline
 
Join Date: Mar 2004
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The Banners arent shown with Firefox 1.0 here. With IE i can see em all.

Take a Test here:

http://www.board-insel.de/werbung.php

Is ist my failure?
Reply With Quote
  #127  
Old 01-04-2005, 06:12 AM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vau7
The Banners arent shown with Firefox 1.0 here. With IE i can see em all.

Take a Test here:

http://www.board-insel.de/werbung.php

Is ist my failure?
I tried it with IE 6 and Mozilla and FireFox 0.9.2 and i can see all your banners. Anyone else who has FireFox 1.0 can give it a try on vau7's site please?

Cheers,
Reply With Quote
  #128  
Old 01-04-2005, 06:36 AM
vau7 vau7 is offline
 
Join Date: Mar 2004
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How mysterious...
I cant explain, but i have modified your Script a little bit and added an Option for BBcode additional to the HTML-Source...

[off-topic]Hey you're Admin of an Cat-Community. Registered...
We love Cats![/off-topic]
Reply With Quote
  #129  
Old 01-04-2005, 07:54 AM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vau7
How mysterious...
I cant explain, but i have modified your Script a little bit and added an Option for BBcode additional to the HTML-Source...

[off-topic]Hey you're Admin of an Cat-Community. Registered...
We love Cats![/off-topic]
Hi vau7,

if FireFox 1.0 doesn't show the banners, that you changed something which is not FireFox confirmative. I will update my FireFox to 1.0 and give it a try. Perhaps it is a problem in my script and not due to your changes. I will come back to you with some feedback.

[offtopic]This is the community of my wife. She is the cat fanatic person. :-) [/offtopic]

Cheers,
Reply With Quote
  #130  
Old 01-04-2005, 08:00 AM
vau7 vau7 is offline
 
Join Date: Mar 2004
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
[offtopic]This is the community of my wife. She is the cat fanatic person. :-) [/offtopic]
My wife ist the motor of the catism @ our Home, too
Reply With Quote
  #131  
Old 01-04-2005, 07:37 PM
vau7 vau7 is offline
 
Join Date: Mar 2004
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some more strangieness:

If i this Url in my sig on some Boards (certainly in img-tags):
"http://www.board-insel.de/images/banners/werbung5.gif", from the folder of your hack i can see it in every Browser expect the Firefox 1.0.

Really mad.
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:32 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05956 seconds
  • Memory Usage 2,313KB
  • 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
  • (2)bbcode_code
  • (4)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