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

Reply
 
Thread Tools
Desktop Image Hack Details »»
Desktop Image Hack
Version: 1.00, by PSI|Dr-X PSI|Dr-X is offline
Developer Last Online: Jul 2005 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 03-01-2003 Last Update: Never Installs: 18
 
No support by the author.

Desktop Image Hack

What does this hack do?

It adds a place in your member profile for your desktop picture. You can submit your desktop picture at desktop.php so members, Can see your desktop picture in your profile. The picture will be resized at 339 x 250 pixels but if you click on it , it goes to The full size

It is a fun hack :classic:

Screenshots are in the next posts

Please be gentle it is my third hack

Here's a live demo:
http://www.echohype.com/forums/membe...tinfo&userid=1

Show Your Support

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

Comments
  #42  
Old 03-03-2003, 04:55 PM
PSI|Dr-X PSI|Dr-X is offline
 
Join Date: Aug 2002
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im busy with it right now
Reply With Quote
  #43  
Old 03-03-2003, 06:35 PM
Vivi Ornitier's Avatar
Vivi Ornitier Vivi Ornitier is offline
 
Join Date: Nov 2001
Location: Black Mage Village
Posts: 442
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey exactly where do i submit the picture? Am i suppose to add a link somewhere on the forums. I goto url.com/desktop.php and add my URL but it just popups a blank screen after that. . . . and wat's goin on.
Reply With Quote
  #44  
Old 03-03-2003, 07:29 PM
PSI|Dr-X PSI|Dr-X is offline
 
Join Date: Aug 2002
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You must press ok not enter ..... lol
Reply With Quote
  #45  
Old 03-03-2003, 07:43 PM
EchoHype.com's Avatar
EchoHype.com EchoHype.com is offline
 
Join Date: Mar 2002
Location: Harrisburg, PA
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I"m working on a simple mod to add the links to be easily accesible to change your image in your CP, as well as adding who's online locations for this too.

nothing big, but useful
Reply With Quote
  #46  
Old 03-03-2003, 09:59 PM
gopherhockey's Avatar
gopherhockey gopherhockey is offline
 
Join Date: Jul 2002
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not sure why people would want to see other people's desktop images... (???) - however, I can see using this to let people post other types of pictures. My site deals with mountain biking, so perhaps pictures of their bikes or something like that.

Interesting though.

I can see if users are allowed to upload images directly it could cause storage problems - you'd have to be able to check image sizes and then would be getting into imagemagick types of issues..

I suppose a user could offer an anonymous ftp site to place the pictures then give directions on how to submit a link. Hmmm..
Reply With Quote
  #47  
Old 03-03-2003, 10:00 PM
EchoHype.com's Avatar
EchoHype.com EchoHype.com is offline
 
Join Date: Mar 2002
Location: Harrisburg, PA
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PSI- you may want to add these 2 things to the install file or first post. Please credit me though maybe with a link to me forums, hehe.

In user option templates > modifyprofile

find:
Code:
$customfields
add below:
Code:
tr>
	<td bgcolor="#1C5780"><normalfont><b>Desktop Image:</b></normalfont></td>
	<td bgcolor="#1C5780"><normalfont><a href="http://www.yourforumURL.com/desktop.php">Add/Change DeskImage</a></normalfont></td>
</tr>
In online.php find:
Code:
case 'gallery':
$userinfo[where] = "Viewing Picture <a href='gallery.php?s=$session[sessionhash]'>Gallery<a>";
break;
add below:
Code:
case 'desktopimage':
	  $userinfo[where] = "Adding/Changing <a href='desktop.php?s=$session[sessionhash]'>Desktop Image<a>"; 
break;
find:
Code:
case 'gallery.php':
    $userinfo[activity] = 'gallery';
    break;
add below:
Code:
case 'desktop.php':
	$userinfo[activity] = 'desktopimage';
	break;

works on my forums. Have fun!
Reply With Quote
  #48  
Old 03-03-2003, 10:25 PM
Serge's Avatar
Serge Serge is offline
 
Join Date: Jan 2002
Location: The Matrix
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You another cool and interactive idea is there is a free program that will take random screens of your desktop and then upload them to your webspace that would be cool in intergrate that idea into this hack. But that would take some really hard work to get done.
Reply With Quote
  #49  
Old 03-03-2003, 10:28 PM
EchoHype.com's Avatar
EchoHype.com EchoHype.com is offline
 
Join Date: Mar 2002
Location: Harrisburg, PA
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

random screens and upload them to your webspace......hmm......that'd be like a live webcam eh? but taking desk screenies.

I like that idea....maybe I"ll talk it over with my guys and may do it.

good idea serge!
Reply With Quote
  #50  
Old 03-04-2003, 12:24 AM
LOD-squa's Avatar
LOD-squa LOD-squa is offline
 
Join Date: Aug 2002
Location: Orlando, Florida
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for

Code:
<tr>
	<td bgcolor="#1C5780"><normalfont><b>Desktop Image:</b></normalfont></td>
	<td bgcolor="#1C5780"><normalfont><a href="http://www.yourforumURL.com/desktop.php">Add/Change DeskImage</a></normalfont></td>
</tr>
You can use

Code:
<tr>
	<td bgcolor="#1C5780"><normalfont><b>Desktop Image:</b></normalfont></td>
	<td bgcolor="#1C5780"><normalfont><a href="$bburl/desktop.php">Add/Change DeskImage</a></normalfont></td>
</tr>
or use remove the $bburl and leave it has desktop.php
Reply With Quote
  #51  
Old 03-04-2003, 12:37 AM
EchoHype.com's Avatar
EchoHype.com EchoHype.com is offline
 
Join Date: Mar 2002
Location: Harrisburg, PA
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

true true, I just have a passion for typing the full URL
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 04:40 PM.


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.05213 seconds
  • Memory Usage 2,311KB
  • 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
  • (8)bbcode_code
  • (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
  • (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