vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Remotely Hosted Avatars (https://vborg.vbsupport.ru/showthread.php?t=43268)

Unknown553 09-08-2002 11:12 PM

Well I finally got around to installing this, and it actually works. I've been trying for weeks to get avatars working (stupid server) but to no avail, but this hack did the trick, thanks!

Storm 09-09-2002 03:47 AM

Does this hack work with the welcome panel?

nabeel 09-09-2002 09:43 AM

it should, i havent looked at the welcome panel. ill download it and take a look

Odil 09-20-2002 08:08 AM

Will this remove the ability to be able to upload avatars to the database at all? I would like that option avaiable still.

Thanks

Odil

aLuCaRD 09-20-2002 01:27 PM

How do I undo this query..?

Code:

ALTER TABLE `fragblast`.`user` ADD `avatar2` TEXT NOT NULL;
I adjusted it to the database I wanted to modify but upon further looking it seems this has mess with the way my welcome panel shows avatars..?

Anyhelp would be apreciated, thankyou. :D

nabeel 09-20-2002 05:04 PM

Quote:

Originally posted by Odil
Will this remove the ability to be able to upload avatars to the database at all? I would like that option avaiable still.

Thanks

Odil

yeah itll remove it

to undo the query, replace ADD with DELETE, i think

i still havent had a chance to look at the welcome panel, but i dont think it will cause any problem

TECK 09-20-2002 11:38 PM

Quote:

Originally posted by aLuCaRD
How do I undo this query..?
Code:

<?php
error_reporting(7);
require('./global.php');

cpheader('Run a Query');

$doquery="ALTER TABLE `fragblast`.`user` ADD `avatar2` TEXT NOT NULL";

$DB_site->query($doquery);

echo 'Query successful.<br><font face="Courier New" size="1">' . $doquery . '</font>';

cpfooter();
?>

save it to a file, called runquery.php, upload it to your /admin folder and run it.
any hacker should include this type of extra hack to make everyone's life easy.

some of us will never install phpmyadmin (i dont) just to run little queries like that, when they can be done with vBulletin.

Rushy 09-29-2002 02:39 PM

Editing Avatars

I have installed the hack and it works fine ut there is no way to edit/remove an avatar from a user in the admin CP. Any ideas?

aLuCaRD 10-03-2002 08:57 AM

Quote:

Originally posted by TECK

Code:

<?php
error_reporting(7);
require('./global.php');

cpheader('Run a Query');

$doquery="ALTER TABLE `fragblast`.`user` ADD `avatar2` TEXT NOT NULL";

$DB_site->query($doquery);

echo 'Query successful.<br><font face="Courier New" size="1">' . $doquery . '</font>';

cpfooter();
?>

save it to a file, called runquery.php, upload it to your /admin folder and run it.
any hacker should include this type of extra hack to make everyone's life easy.

some of us will never install phpmyadmin (i dont) just to run little queries like that, when they can be done with vBulletin.

This will add it wont it..? I want to delete "avatar2" as now my avatars arent working. (2.2.7)

ButtKnocker 10-31-2002 03:43 AM

Has anyone tried this hack for VB 2.2.8? I'm not new to board hacking but I'm new to VB. My version 2.2.8 does not have a members.php. It has member.php and member2.php.

Also, the reason I am looking for this hack is because 2.2.8 has the option for custom avatars from a different url but it always gives a invalid jpeg and gif error. I'm not interested in hosting my own avatars (ie - having the actual files on my server). I'm interested in letting the users do the custom url avatar only.

I read a ton of threads on vbulletin.com about this subject but there seems to be no clear cut answer to why it will not work. Most of the answers are to fix the regular avatar problem of letting users upload their own or use the ones that the board admin hosts on his own server.

I believe I read something over there that the only way to get custom url avatars to work was to look here at vbulletin.org for the hack.

I guess my biggest question is why would VB put an option in there software that does not work without a hack?


All times are GMT. The time now is 06:17 AM.

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.01091 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete