vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - vBSigHosting v1.0.1 (https://vborg.vbsupport.ru/showthread.php?t=63841)

Logikos 08-08-2004 02:02 AM

I've updated this hack, im no longer supporting this hack here. vBhacks will the only place that i support this.

Highlander 08-08-2004 04:50 AM

why its not uploaded here , when you are publishing it here?
i registered to the vbhacks.us page but its confusing.. cant download any attachment .. please release it or leave it .. you can give support in vbhacks.us .. but posting this here should also include to publish it here ..

Logikos 08-08-2004 10:24 AM

I do not wish to have my hacks released here any longer. Therefor i removed them. I will have a mod move these threads to the trash asap.

xug 08-11-2004 03:43 PM

Is this another way to get members over there :(

"Hack Un-Install"

Logikos 08-11-2004 08:18 PM

Quote:

Originally Posted by xug
Is this another way to get members over there :(

"Hack Un-Install"

No, if members want my free hack and my support for a feature that i spent my time on. they can go to my site there selfs. They know where it is and they know how to get it. Clicking on the uninstall button won't hurt my feelings as this thread is pending to me moved to the can.

ChuanSE 08-12-2004 05:17 AM

Live Wire,

what happened that you took this decision mate?

ChuanSE 08-12-2004 05:19 AM

Quote:

Originally Posted by xug
Is this another way to get members over there :(

"Hack Un-Install"


Your signature script sucks? it displays info we know ^^
kiddo :p

Logikos 08-12-2004 07:15 PM

Quote:

Originally Posted by ChuanSE
Your signature script sucks? it displays info we know ^^
kiddo :p

Do you even know what your talking about?

LizerisCHN 08-14-2004 12:10 AM

I don't know if you know this or not, and I'm not going to sort through the 8 pages of posts, but...
You misplaced php code.

PHP Code:

Open: /forum/image.php Find (around line 177):

        if (
$_REQUEST['type'] == 'profile')
        {
                
$data 'profilepicdata';
                
$table 'customprofilepic';
                
// No permissions to see profile pics
                
if (!$vboptions['profilepicenabled'] OR (!($permissions['genericpermissions'] & CANSEEPROFILEPIC) AND $bbuserinfo['userid'] != $userid))
                {
                        
header('Content-type: image/gif');
                        
readfile("./$vboptions[cleargifurl]");
                        exit;
                }
        }        


Under Add:

        if (
$_REQUEST['type'] == 'siguploader')
        {
                
$data 'siguploaderdata';
                
$table 'customsiguploader';
        } 

should be changed to:

PHP Code:

find:
    else
    {
        
$data 'avatardata';
        
$table 'customavatar';
    }

add under:

if (
$_REQUEST['type'] == 'siguploader')
        {
                
$data 'siguploaderdata';
                
$table 'customsiguploader';
        } 

or else it calls the avatar both for the avatar AND for the profile pics. It totally cancels out the display of the signature in the usercp. This confused both me, and a few collegues with vbulletin installed, so we went through a couple of things and decided "who, this isnt right."

Hope it helps.

Logikos 08-14-2004 01:36 AM

Thats allready been fixed in my last update.


All times are GMT. The time now is 08: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.09384 seconds
  • Memory Usage 1,759KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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