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)

BlueBulletRL 04-19-2006 04:14 AM

ha dude I've been searching and can not find it anywhere. But like I was saying if I am viewing the details of a time slip for say user on sale at the bottom it says homepage and then will say view BlueBulletRLs Homepage

BlueBulletRL 04-19-2006 04:20 AM

Alright I found it its in the getvehicleinfo template. I just went ahead and deleted and and BAM gone :) But however anyone that does wanna use this it does not show the users homepage but yet your own homepage. I guess this is something that could be looked into but since I found it unnessacary I deleted it. Thanks for the help!

Johhhn 04-19-2006 05:46 AM

I still get the same error, I can't upload the product file :(
Any ideas?


Quote:

Originally Posted by BlueBulletRL
sidewinder this was for people who where trying to add the xml file and getting that error. However my issue now is since this is for a fresh install I tried copying over my old data into the new database but all my timeslip pictures are messed up. I tried editing the file timeslips.php to use my old table but that didn't work either. Anyone have any suggestions.


Sidewindr 04-19-2006 06:36 AM

Quote:

Originally Posted by BlueBulletRL
Alright I found it its in the getvehicleinfo template. I just went ahead and deleted and and BAM gone :) But however anyone that does wanna use this it does not show the users homepage but yet your own homepage. I guess this is something that could be looked into but since I found it unnessacary I deleted it. Thanks for the help!

Ahh this was a bug I fixed .. check the posts in this thread .. maybe you don't have the latest xml file or it may have not made it into the one on here. Mine certainly works ;)

Sidewindr 04-19-2006 06:37 AM

I have also discovered another bug when updating timeslip info with respect to enforcing the timeslip pic or URL... will post when I have fixed it.

Sidewindr 04-19-2006 09:02 AM

Ok bug/s fixed. I have attached the xml to this post.

There was a typo in the regexp matching for url checking of the timeslip url and the logic needed a finishing touch to correct a condition where if you uploaded a timeslip pic and then edited your profile you could delete the pic (default action, fixed now) and still have a time under the minimum time required for a timeslip pic or URL.

Johhhn 04-19-2006 01:38 PM

Just tried uploading it to see if it'll actually uplaod and got this:
PHP Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                
INSERT INTO setting
                
(varnamegrouptitlevaluedefaultvaluedatatypeoptioncodedisplayorderadvancedvolatileproduct)
                
VALUES
                
(
                    
'allowtimeslipupload',
                    
'timeslips',
                    
'1',
                    
'1',
                    
'boolean',
                    
'yesno',
                    
10,
                    
0,
                    
1,
                    
'timeslips'
    
),
    (
                    
'tdmaxwidth',
                    
'timeslips',
                    
'600',
                    
'600',
                    
'free',
                    
'',
                    
20,
                    
0,
                    
1,
                    
'timeslips'
    
),
    (
                    
'tdmaxheight',
                    
'timeslips',
                    
'600',
                    
'600',
                    
'free',
                    
'',
                    
30,
                    
0,
                    
1,
                    
'timeslips'
    
),
    (
                    
'tdmaxsize',
                    
'timeslips',
                    
'80000',
                    
'8000',
                    
'free',
                    
'',
                    
40,
                    
0,
                    
1,
                    
'timeslips'
    
),
    (
                    
'tdsliprequired',
                    
'timeslips',
                    
'12.599',
                    
'',
                    
'free',
                    
'',
                    
50,
                    
0,
                    
1,
                    
'timeslips'
    
);

MySQL Error  Duplicate entry 'allowtimeslipupload' for key 1
Error Number 
1062
Date         
WednesdayApril 19th 2006 08:36:20 AM
Script       
http://badassg5.local/forums/admincp/plugin.php
Referrer     http://badassg5.local/forums/admincp/plugin.php?do=productadd
IP Address   192.168.0.100
Username     
John
Classname    
vb_database 


dmark101 04-19-2006 04:47 PM

has the 'upgrade' been completed yet?

i upgraded vB to 3.5.x a long time ago and my users are clamoring for the return of the timeslips database. :(

MoveOver.cc 04-19-2006 07:39 PM

Does anybody know how to change the opening page to start on Horse Power instead of quarter mile time???

Sidewindr 04-20-2006 12:28 AM

Quote:

Originally Posted by Johhhn
Just tried uploading it to see if it'll actually uplaod and got this:
PHP Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                
INSERT INTO setting
                
(varnamegrouptitlevaluedefaultvaluedatatypeoptioncodedisplayorderadvancedvolatileproduct)
                
VALUES
                
(
                    
'allowtimeslipupload',
                    
'timeslips',
                    
'1',
                    
'1',
                    
'boolean',
                    
'yesno',
                    
10,
                    
0,
                    
1,
                    
'timeslips'
    
),
    (
                    
'tdmaxwidth',
                    
'timeslips',
                    
'600',
                    
'600',
                    
'free',
                    
'',
                    
20,
                    
0,
                    
1,
                    
'timeslips'
    
),
    (
                    
'tdmaxheight',
                    
'timeslips',
                    
'600',
                    
'600',
                    
'free',
                    
'',
                    
30,
                    
0,
                    
1,
                    
'timeslips'
    
),
    (
                    
'tdmaxsize',
                    
'timeslips',
                    
'80000',
                    
'8000',
                    
'free',
                    
'',
                    
40,
                    
0,
                    
1,
                    
'timeslips'
    
),
    (
                    
'tdsliprequired',
                    
'timeslips',
                    
'12.599',
                    
'',
                    
'free',
                    
'',
                    
50,
                    
0,
                    
1,
                    
'timeslips'
    
);

MySQL Error  Duplicate entry 'allowtimeslipupload' for key 1
Error Number 
1062
Date         
WednesdayApril 19th 2006 08:36:20 AM
Script       
http://badassg5.local/forums/admincp/plugin.php
Referrer     http://badassg5.local/forums/admincp/plugin.php?do=productadd
IP Address   192.168.0.100
Username     
John
Classname    
vb_database 


Which xml was it? the one I posted or the one at the top of the hack?


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.01513 seconds
  • Memory Usage 1,815KB
  • 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
  • (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