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?

92GreenGT 04-20-2006 02:02 AM

Getting the same error still, same as the one Johhhn got when im trying to install the product. I tried the "fix" posted on page 11 and it didnt help. Really wish I could figure this out, :(

BlueBulletRL 04-20-2006 01:25 PM

Hey sidewinder yea I'm getting the same error when I tried to upload your new xml file into product manager. I'm gonna see what I can possibly find out. Just curious but is this because its not made for an upgrade but yet a fresh version? If so that would be why we are getting this error correct?

Sidewindr 04-21-2006 04:36 AM

Quote:

Originally Posted by BlueBulletRL
Hey sidewinder yea I'm getting the same error when I tried to upload your new xml file into product manager. I'm gonna see what I can possibly find out. Just curious but is this because its not made for an upgrade but yet a fresh version? If so that would be why we are getting this error correct?

No idea .. it works fine for me when I add the product with overwrite. All I can suggest is to check out the SQL statements in the xml file and also look at your tables, maybe you have some remnents of a previous install ...

Do you have existing data or are you starting from scratch?

If it's a clean install it appears you have a "allowtimeslipupload" field in your setting table. Try removing the "allowtimeslipupload" field from the settings table and then installing the product.

Johhhn 04-21-2006 01:41 PM

I'm trying to uprade from the VB 3.0 version and initially with the orignal 3.5 hack I get the
PHP Code:

Fatal errorCall to a member function on a non-object in /public_html/forums/admincp/plugin.php(1239) : eval()'d code on line 5 

And when I tried your hack, sidewinder, I get that error I just posted.

Any ideas peeps? :(

This is very frustrating, I waited a long time to go to 3.5 VB so all my hacks would work and this is the last one that I'm waiting to install

BlueBulletRL 04-21-2006 02:28 PM

I am upgrading. I have it all working

alsinda 04-21-2006 07:45 PM

Great one. I installed it and demo'd for Portland International Raceway. They like it and are thinking about using it on their forum.

Installed!

the track management may be interested in some customization.. danny@alsinda.net

dmark101 04-21-2006 10:52 PM

Quote:

Originally Posted by dmark101
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. :(

anyone plan on answering? :cross-eyed:

Sidewindr 04-23-2006 09:58 PM

Quote:

Originally Posted by Johhhn
I'm trying to uprade from the VB 3.0 version and initially with the orignal 3.5 hack I get the
PHP Code:

Fatal errorCall to a member function on a non-object in /public_html/forums/admincp/plugin.php(1239) : eval()'d code on line 5 

And when I tried your hack, sidewinder, I get that error I just posted.

Any ideas peeps? :(

This is very frustrating, I waited a long time to go to 3.5 VB so all my hacks would work and this is the last one that I'm waiting to install

Did you follow all of the instructions in the zip file??? The xml I put up is just a modified product file there are more things that need to be done than just installing the xml product. I am sorry but I have no idea what the error you are getting means exactly apart from you're making call to a nonexistient function .. :confused:

Sidewindr 04-23-2006 09:59 PM

Quote:

Originally Posted by dmark101
anyone plan on answering? :cross-eyed:

Have you read any of this thread at all??? :cross-eyed:

Johhhn 04-24-2006 02:51 PM

Hi Sidewindr,

I appreciate you porting this hack to vb3.5.

I was running this hack under vb3 and followed the upgrade instructions on two installations of vb3.5 and I get the error that many others have gotten: Fatal error: Call to a member function on a non-object in /public_html/forums/admincp/plugin.php(1239) : eval()'d code on line 5

I really want to get this working, but have no idea where to go from here. Since many others have the same problem, I assume it's not isolated.

Thanks,

John

Quote:

Originally Posted by Sidewindr
Did you follow all of the instructions in the zip file??? The xml I put up is just a modified product file there are more things that need to be done than just installing the xml product. I am sorry but I have no idea what the error you are getting means exactly apart from you're making call to a nonexistient function .. :confused:


Sidewindr 04-24-2006 11:33 PM

John,

I didn't port it I just fixed some bugs in it :)

As for your error I really have no idea what's causing it. :(

Johhhn 04-25-2006 03:24 PM

:(

Ok, how about this-

Any idea how hard/easy it can be to setup a new install of this and then reimport the old data?

92GreenGT 04-25-2006 06:58 PM

Someone needs to figure out what is causing the problems from the old install. That has to be the problem, its the remaining info that was on there with the 3.0.x version. How do you delete remains out of your SQL database?

dragtech 04-26-2006 12:48 AM

So does this installing fine (no problems) on a new 3.5.4 clean setup?

ddolliver 04-26-2006 10:34 PM

Is there any way to have multiple vehicles for a single user?????:confused:

Tru2Chevy 04-28-2006 06:07 PM

Quote:

Originally Posted by ddolliver
Is there any way to have multiple vehicles for a single user?????:confused:

Not yet, but this is something that I would be interested in as well. I have several members with multiple cars...

- Justin

m52 04-28-2006 07:48 PM

Quote:

Originally Posted by Tru2Chevy
Not yet, but this is something that I would be interested in as well. I have several members with multiple cars...

- Justin

Seconded. Also something for circuit racing, different tracks etc.

Tru2Chevy 05-03-2006 01:38 PM

Quote:

Originally Posted by m52
Seconded. Also something for circuit racing, different tracks etc.

You can just change the wording if you want it to count for circuit racing instead of drag racing. Change the name to lap times, and add a field for length of the track, and whether it's oval, D-shaped, or road coarse. Every field in this hack is customizable.

- Justin

Johhhn 05-04-2006 06:26 PM

bumpity bump.. anyone figure out why it won't upgrade from the old VB version to the new?

92GreenGT 05-05-2006 12:43 AM

Quote:

Originally Posted by Johhhn
bumpity bump.. anyone figure out why it won't upgrade from the old VB version to the new?

Same problem.lol:surprised: :surprised: :surprised:

Johhhn 05-05-2006 01:34 PM

Quote:

Originally Posted by 92GreenGT
Same problem.lol:surprised: :surprised: :surprised:

heck, at this point, i'll pay someone to help fix it!!!!!!!!!!!!!!! :tired:

black04gt 05-08-2006 12:24 PM

hello,

I recently tried to install the VBTimeslips mod and when I went to upload/import the .xml file in the first step I got this error:

Importing Product, Please Wait...

[:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::]

Fatal error: Call to a member function on a non-object in /home/tbmustan/domains/tbmustangs.com/public_html/forums/admincp/plugin.php(1239) : eval()'d code on line 5

anyone ever seen this or know what to do??

thanks in advance!

David

Johhhn 05-08-2006 08:04 PM

join the club, bro.. readup and you'll see you won't be the only one ignored!

black04gt 05-09-2006 11:45 AM

ahh i see now that you had the same problem.... weird... i have been searching the forums and no where that I can see of does it talk about a problem with importing a .xl file maybe the file is bad??? Do you have any other hacks on your board??? I have vbgallery, vbms, and flash chat... that should affect it.. Im going to try to upload another hack and see if it works if it works fine then something is wrong with the .xml file...

Update!!!... i just tried to upload and install the ecdownload buddy product.xml file.. it installed perfectly no problems so this definitly has something to do with the timeslip.xml file I thought it might have been my forums corupted or messed up but its working fine just something in the timeslip code that the forums hates????

black04gt 05-09-2006 12:01 PM

Quote:

Originally Posted by Johhhn
heck, at this point, i'll pay someone to help fix it!!!!!!!!!!!!!!! :tired:


il pay soemone to fix mine too... my memebers want the timeslip mod they are going to riot soon!

92GreenGT 05-11-2006 01:12 AM

I PM'd EvilLS1 to see if he could tell me the changes his hack made in the database so we can go in and remove all the old changes and then install the 3.5.x version again. He replied with a super quick and helpful reply. Can someone make a uninstall script to help everyone who is having problems out? He said it would be fairly easy for someone with some coding skills to make one. Anyways, here are the database changes that the 3.0.x version changed.

Quote:

Originally Posted by EvilLS1
Tables created:
customtimeslippic

Additions to table "settinggroup":
timeslips

Additions to table "setting":
allowtimeslipupload
tdmaxwidth
tdmaxheight
tdmaxsize
tdsliprequired

Additions to table "phrase":
settinggroup_timeslips
setting_allowtimeslipupload_title
setting_allowtimeslipupload_desc
setting_tdmaxwidth_title
setting_tdmaxwidth_desc
setting_tdmaxheight_title
setting_tdmaxheight_desc
setting_tdmaxsize_title
setting_tdmaxsize_desc
setting_tdsliprequired_title
setting_tdsliprequired_desc

Additions to table "profilefield":
Fields 50-65

Additions to table "user":
tdban

Additions to table "userfield":
field50-field65

:banana: :banana: :banana:

kurtbarker 05-11-2006 02:12 AM

hey mate, awesome hack...

is it possible to add dyno info and a slot for dyno slips

EdQ 05-15-2006 08:04 PM

That would be great. I would like to install this also. but need to get rid of the old version.

Quote:

Originally Posted by 92GreenGT
I PM'd EvilLS1 to see if he could tell me the changes his hack made in the database so we can go in and remove all the old changes and then install the 3.5.x version again. He replied with a super quick and helpful reply. Can someone make a uninstall script to help everyone who is having problems out? He said it would be fairly easy for someone with some coding skills to make one. Anyways, here are the database changes that the 3.0.x version changed.



:banana: :banana: :banana:


Sidewindr 05-15-2006 11:14 PM

I removed all the modifications listed above from the old timeslip DB manually using mysql admin. Just go through the tables and find the fields and tables that were added and drop them.

I'd love to help out with a script but I will not take that risk incase I make a boo boo and causes grief for others ;) I am by no means a master coder hehe just a hack :banana:

Tungsten 05-16-2006 02:53 PM

I am getting the following error too...
Call to a member function on a non-object in D:\Inetpub\wwwroot\tennesspeed\forums\admincp\plug in.php(1232) : eval()'d code on line 5
There is definitely something wrong with the current XML file.


All times are GMT. The time now is 11:34 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.01817 seconds
  • Memory Usage 1,899KB
  • 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
  • (4)bbcode_php_printable
  • (16)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
  • (40)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