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
Details »»

Version: , by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-05-2001 Last Update: Never Installs: 29
 
No support by the author.

Update : Sept 6
-- Thanks to wajones who pointed out a couple of things, I updated the files.
-- 1. The icons in the top right corner, one of them was suppose to point to the user help file but it was renamed and I forgot to update the code.
-- 2. There was a header error in the admin panel, which was corrected by wajones... if future problems happens please tell me.

------end update.

Well everyone, I decided tonight to release this and just see what happens from there on. I got caught up in working on my multi-page profile for my site, and kind of forgot about this. Sorry I do that a lot, in which I am sure everyone does.

First off... please read all of the files that I have included in this, the Installation.txt file is something I slapped together at the last minute and probably needs proof read... but who cares. The Readme.txt file explains what all the files are, and has some other tidbit information.

The only things you will really need to upload is: upload.php, userhelp.html, vbuploadinstall.php and the images and image folder.

I tried to explain the best way to have it... is putting those three files in the root of your vb folder, then just upload the images folder, which will create a sub folder inside that for the two image icons. Then you will have to create another folder like I suggested named "uploaded" meaning uploaded pictures. Then you will have to chmodd that to 777 and go from there. Then you will have to go through the upload.php file and change the variable preferences to fit your site. I tried to do the best possible explanation of how to do it through my comments throughout the files. So pay attention to those, also feel free to customize the userhelp file to fit your site and everything.

One thing I kind of fell short on.. was a cool profile page.. I mean I included a getinfo template that I used when I first made this, which was on vb2.0.1 and now that added like ignore and stuff so.. you might just want to create your own template up in your favorite web page builder or in notepad.. whatever. And go from there with the variables that I include.

Just pretty much go through the installation files and everything and follow the steps and you should not have any problems.. not saying you won't but... hopefully the F.A.Q. file will help with that.

Some might hate it, some might like it... if you hate it.. don't download it.. or install it.

To uninstall, follow the steps you took to install it and reverse them

ALWAYS BACKUP Before doing hacks... installations, changes, etc!

**Warning** Install at your own risk!

and... there is no place like home! Just remember that!

P.S. search these forums.. for screen shots and there is no demo as of right now... well there was but I Took it down

Show Your Support

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

Comments
  #242  
Old 12-14-2002, 11:59 PM
indiamike's Avatar
indiamike indiamike is offline
 
Join Date: Oct 2001
Location: New Jersey, India
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Larry@IOG
Will this work with 2.2.9?


Larry
I just got it working on 2.2.8 on a dev site. Took some serious hours of work. A few manual changes from the templates and other stuff.

Personally I would install this on a dev site first before going live. It was a pain in the butt and I still haven't got out all the bugs. 99 percent there though.

Some php pages and templates need to be alterted slightly from the original hack.

Mike
Reply With Quote
  #243  
Old 12-21-2002, 09:38 PM
indiamike's Avatar
indiamike indiamike is offline
 
Join Date: Oct 2001
Location: New Jersey, India
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Following up on my own post, this hack should work with 2.2.9. I installed it successfully on 2.2.8 and have it running live on my own site which is 2.2.5 (hacked to death).

The original hack should be touched up, most of the answers to the problems are all in the follow up threads, though I still couldn't get gif's to work.

So if you combine the original hack and all the solutions in the threads and put them together it still works.

I am just really pleased with myself that I was able to get this to work, one of the toughest hacks I think I have ever installed, errrr....I should say easy to install but tough to get to work properly.

Here is my profile page just to show it off.

http://www.indiamike.com/india/membe...tinfo&userid=1

Yeah baby...I did it.

Mike
Reply With Quote
  #244  
Old 01-08-2003, 04:05 PM
Regit Regit is offline
 
Join Date: Jul 2002
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey . please post your solutions here ^^
Reply With Quote
  #245  
Old 01-08-2003, 10:47 PM
PiotrasG's Avatar
PiotrasG PiotrasG is offline
 
Join Date: Sep 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i couldnt get it to upload the pics to the web site, any solutions
Reply With Quote
  #246  
Old 01-27-2003, 02:50 PM
Patrik Patrik is offline
 
Join Date: Nov 2001
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, same problem here, files just won't be uploaded.

Yes, I'm absolutely sure my CHMOD-permissions are correct and that all modifications to the files are correct as well(as stated in the instructions). Yet, I always get the same error:

"Image upload successful.
Warning: Unable to create '/vbb/images/uploaded/1_photo.jpg': No such file or directory in /var/www/planetliebe.de/vbb/upload.php on line 190"

This is the error I get when replace
exec("cp $picture $path/$chacha");

With:
copy("$picture", "$path/$chacha"); (this is my line 190)

otherwise the script will only say the upload was successful, but yet nothing will happen. The database is by the way updated correctly, ONLY THE IMAGES ARE NOT UPLOADED.

The text in the "current image"-field is: "Error: file 1_photo.jpg not found."
I tried uploading a file called 1_photo.jpg but the script will also not overwrite this with the correct file...

Any idea what one can do about this?
Reply With Quote
  #247  
Old 01-27-2003, 04:13 PM
indiamike's Avatar
indiamike indiamike is offline
 
Join Date: Oct 2001
Location: New Jersey, India
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's probably the path setup.

I was going to rewrite the instructions for this hack but since it's going to be in the new version of vbulletin I felt it was a waste of time and I didn't think Brad C would approve.

Anyway I have uploaded the exact script that I use on my site with this.

I have left everything intact in this script except for my database names and password. All the paths and everything else are directly off of my site so you can see the way I set it up.

Look at the script lines 1-105 and view carefully the way I have set up the paths.....that is the key. I had left my paths in this script on purpose so you can see what it should look like.

If you change all the stuff between 1-105 and get a photo to upload then we can go on to the next steps which is displaying it in your users profile page. There are a bunch of errors in the templates that needed to be changed to.

Mike
Reply With Quote
  #248  
Old 01-28-2003, 09:12 AM
Patrik Patrik is offline
 
Join Date: Nov 2001
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, that really worked. I've checked and rechecked the scripts and couldn't find any difference, yet it works...

Now I have the image in my /uploaded-directory, yet the script says "no photo uploaded" (the image doesn't display) and the user-info-template also says "sorry, no photo available".

If you could walk me through the rest of the steps that'd be really great.

Thanks in advance...
Reply With Quote
  #249  
Old 01-28-2003, 09:23 AM
indiamike's Avatar
indiamike indiamike is offline
 
Join Date: Oct 2001
Location: New Jersey, India
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Patrick,
Since I have to rush off to work, I will post how I did it with the template changes later on today. I did it another way than the templates that where in the original download file. It's simpler and cleaner.

Give me till later on today okay.

Mike
Reply With Quote
  #250  
Old 01-28-2003, 09:56 AM
indiamike's Avatar
indiamike indiamike is offline
 
Join Date: Oct 2001
Location: New Jersey, India
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a quick tip before I head off for work Patrick so you can try this before I add the other template changes I did.

If your photo in the script uploads and it's showing up in your web folders that means the script is working correctly.

So I am assuming that you got that far and are having troubles in the users profile page getting it to show up.

If you have used the template and file changes as listed in the download script, which I used differantly, you should have created a template in your vb admin called photo_show.

The original file changes instructions has it as

<img src=/images/uploaded/$userinfo[picture_name]><br>

I changed it to an exact url instead. So mine looks like

<img src=http://www.indiamike.com/india/images/uploaded/$userinfo[picture_name]><br>

Try that and let me know.
Reply With Quote
  #251  
Old 01-28-2003, 11:16 AM
Patrik Patrik is offline
 
Join Date: Nov 2001
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for all your help, I really apreciate it.
I've actually been playing around with the script myself (couldn't wait for you to get back from work) and got it working...

Great script, thanks again for all the help!
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 01:06 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.05235 seconds
  • Memory Usage 2,315KB
  • 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
  • (1)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
  • (3)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
  • (10)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
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete