vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vB Timeslip Database - for Automotive websites (https://vborg.vbsupport.ru/showthread.php?t=110717)

Sidewindr 06-12-2006 08:04 AM

Quote:

Originally Posted by bouncer18
Zach... to sum it all up

There needs to be an uninstall script made that clears out the OLD DB and removes all traces of timslip from the DB

A new and working XML needs to be created along with the code modifications to mkae it a direct plugin


otherwise.. there will be 15 more pages of HELP HELP HELP's posted...

basiaclly, this needs to be recoded by someone who is willin to put time into it

That's hardly true .. plenty of pople have managed to "upgrade" nyway ..

Zach: I am quite willing to beta test ;) I can find bugs and sometimes fix them hehehe :)

dmoore 06-15-2006 04:54 PM

Is anyone still supporting this?

I have a minor issue. When I make the changes that are required to image.php, all avatars disappear. I have searched this thread and the original mod author's thread and could not find anyone with a similiar issue. I know that the problem lies in image.php and have narrowed it down to the following code block. I just can't figure out where the problem lies exactly. I have commented the code accordingly...

PHP Code:

    if ($vbulletin->GPC['type'] == 'profile')
    {
        
$table 'customprofilepic';
        
// No permissions to see profile pics
        
if (!$vbulletin->options['profilepicenabled'] OR (!($vbulletin->userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canseeprofilepic']) AND $vbulletin->userinfo['userid'] != $vbulletin->GPC['userid']))
        {
            
exec_shut_down();    // Update location with 'No permission to view profile picture'
            
header('Content-type: image/gif');
            
readfile(DIR '/' $vbulletin->options['cleargifurl']);
            exit;
        }
    
//Modded code for Timeslips Database mod, June 15th, 2006
    //Problem is in here somewhere...
    
else if ($_REQUEST['type'] == 'timeslip')
    {
        
$data 'timeslippicdata';
        
$table 'customfile';
    
//Remove hack from this line up
    
}
    else
    {
        
$table 'customavatar';
    } 

Thanks for your time. If you need any more info, just let me know.

-Derek

grecostimpy 06-15-2006 05:49 PM

Quote:

Originally Posted by Zachariah
Ok.
- Lets get this going on new installs.
- Allow upgrades from older live sites.
- Compile a list and fix bugs if any.
- Compile a list of requests.

Should there be a new thread for Pre-Dev / Beta ect for this mod ?

I am working on getting something moving and could use a little legwork and brain power :) If there are any coders out there that want to team up to make a sweet mod, I am cool with that also.

Just tossing around some thoughts and ideas ..

Amen!

dmoore 06-16-2006 07:40 AM

Quote:

Originally Posted by dmoore
Is anyone still supporting this?

I have a minor issue. When I make the changes that are required to image.php, all avatars disappear. I have searched this thread and the original mod author's thread and could not find anyone with a similiar issue. I know that the problem lies in image.php and have narrowed it down to the following code block. I just can't figure out where the problem lies exactly. I have commented the code accordingly...

PHP Code:

    if ($vbulletin->GPC['type'] == 'profile')
    {
        
$table 'customprofilepic';
        
// No permissions to see profile pics
        
if (!$vbulletin->options['profilepicenabled'] OR (!($vbulletin->userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canseeprofilepic']) AND $vbulletin->userinfo['userid'] != $vbulletin->GPC['userid']))
        {
            
exec_shut_down();    // Update location with 'No permission to view profile picture'
            
header('Content-type: image/gif');
            
readfile(DIR '/' $vbulletin->options['cleargifurl']);
            exit;
        }
    
//Modded code for Timeslips Database mod, June 15th, 2006
    //Problem is in here somewhere...
    
else if ($_REQUEST['type'] == 'timeslip')
    {
        
$data 'timeslippicdata';
        
$table 'customfile';
    
//Remove hack from this line up
    
}
    else
    {
        
$table 'customavatar';
    } 

Thanks for your time. If you need any more info, just let me know.

-Derek

anyone? please... :)

titter 06-19-2006 10:22 AM

What I would really like to see is a port of the Fusion Scripts Garage Module (http://www.fusionscripts.com/products/garage_module/)


I know its been done before by someone because both Dodge Talk (http://www.dodgetalk.com/forums/garage.php) and Ford Forums (http://www.fordforums.com/garage/) are running it.

Zachariah 06-19-2006 06:26 PM

Quote:

Originally Posted by titter
What I would really like to see is a port of the Fusion Scripts Garage Module (http://www.fusionscripts.com/products/garage_module/)

Good find I'll take a look @ that also :).

dmark101 06-21-2006 05:18 PM

Quote:

Originally Posted by Zachariah
Ok.
- Lets get this going on new installs.
- Allow upgrades from older live sites.
- Compile a list and fix bugs if any.
- Compile a list of requests.

Should there be a new thread for Pre-Dev / Beta ect for this mod ?

I am working on getting something moving and could use a little legwork and brain power :) If there are any coders out there that want to team up to make a sweet mod, I am cool with that also.

Just tossing around some thoughts and ideas ..

i still have the old version for 3.0.x on my site and would LOVE an upgrade. if a new thread is started, please include a link, since i subscribed to this thread. :)

dmark101 06-21-2006 09:34 PM

Quote:

Originally Posted by 92GreenGT
Code:

Invalid SQL:
SELECT COUNT(*) AS users
                                    FROM user AS user, userfield AS userfield
                                   
                                      WHERE userfield.field55>0
                                    AND user.userid = userfield.userid;

MySQL Error  : Unknown column 'userfield.field55' in 'where clause'
Error Number : 1054
Date        : Wednesday, March 29th 2006 @ 01:10:19 PM
Script      : http://www.forums.com/timeslips.php?
Referrer    : http://www.forums.com/member.php?u=1140
IP Address  : XXXXXXXXXXXX
Username    : XXXXXXXXXXXX
Classname    : vb_database

Is the error I get when I click on the Timeslip link in the Navbar?

i get this same error, along with this one when i try to load the XML file:

Code:

Fatal error: Call to a member function on a non-object in /var/www/forums.xxxxxx.com/admincp/plugin.php(1232) : eval()'d code on line 5
i'm a little tired of all this ***** hacking that has to be done to a hack in order for it to work. i just wish that EvilLS1 had done this himself, instead of leaving it to others.

i'm uninstalling this permanently until there is a RELIABLE upgrade option. :rolleyes:

Zachariah 06-21-2006 10:32 PM

Quote:

Originally Posted by dmark101
i get this same error, along with this one when i try to load the XML file:

Code:

Fatal error: Call to a member function on a non-object in /var/www/forums.xxxxxx.com/admincp/plugin.php(1232) : eval()'d code on line 5
i'm a little tired of all this ***** hacking that has to be done to a hack in order for it to work. i just wish that EvilLS1 had done this himself, instead of leaving it to others.

i'm uninstalling this permanently until there is a RELIABLE upgrade option. :rolleyes:

I'll have something soon ;D.

EvilLS1 06-21-2006 11:32 PM

Quote:

Originally Posted by dmark101
i'm a little tired of all this ***** hacking that has to be done to a hack in order for it to work. i just wish that EvilLS1 had done this himself, instead of leaving it to others.

I left it to be ported to 3.5 by someone else because I'm not online that much anymore. I haven't even upgraded my own site yet due to being so busy with work and other things. So even if I did port this one over myself I wouldn't have enough free time to offer support for it.. and I won't release anything that I can't support.

I'm sure Zachariah will do a great job of supporting his version so just hang tight and watch for his release.


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