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)

Big Kahuna 03-04-2008 12:39 PM

I'm guessing the time slips deal is dead. I have the old version that I can't uninstall and can't reinstall the new on on top. Bummer -- as the members loved it

BlueBulletRL 03-06-2008 04:06 AM

Anyone please I need a programmer to help me with this, I love this plugin and its used very much on my forum. Is there anyone that can please help me with this!!!!!

webgod 03-06-2008 11:18 AM

Sorry guys, I just don't have the free time right now to completely rewrite this hack as was my original intent.

I've made a number of customizations to this hack, and have installed it on several large message boards.

Here is probably the biggest one with over 6 million posts and 70K users: http://www.svtperformance.com/forums/timeslips.php

Notable changes are:
  • single digit sorting issue is resolved (sub 10.0 times)
  • We have a new field Torque
  • Look at the Data! it's uniform! no more bs user input! I use RegEX to limit user inputs to properly formatted numbers! i.e. for 1/4 ET only numbers in the following format are accepte 99.99
  • I've added the Timeslip data to the PostBit template, if the user has data it gets displayed, for this board it's displayed only once per page. http://www.svtperformance.com/forums...d.php?t=456634
  • I still haven't had the time to figure out the issue with uploading the timeslip, so for now the users can input a link to it.
If you guys need any help or get stuck, I'll do my best to help you out.

0ptima 03-22-2008 02:25 AM

Quote:

Originally Posted by Big Kahuna (Post 1456721)
I'm guessing the time slips deal is dead. I have the old version that I can't uninstall and can't reinstall the new on on top. Bummer -- as the members loved it

I posted some instructions in this thread on how to convert to the latest version (VB 3.0 -> 3.6 ).

punch 03-25-2008 06:45 PM

I really wish someone would re-release this as a product. I would donate to it.

rob4448585 03-25-2008 06:52 PM

i paid someone to fix mine ;)

anarki2009 04-07-2008 09:14 PM

i just dont have any luck with this one on 3.69. Can any one help? I would love to have this mod!!

anarki2009 04-07-2008 11:05 PM

ok i think i got it in....But when i try to add in to it i get this

Quote:

David, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation
where do i go to fix this?

anarki2009 04-27-2008 11:13 PM

this is all i get

Quote:

Database error in vBulletin 3.6.9:

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 : Sunday, April 27th 2008 @ 07:09:59 PM
Script : http://www.clubf100.com/timeslips.php
Referrer :
IP Address : 72.47.28.176
Username : David
Classname : vB_Database

anyone know how to fix this? i cant uninstall the product!!!! i get this


Quote:

Database error in vBulletin 3.6.9:

Invalid SQL:
DROP TABLE customfile;

MySQL Error : Unknown table 'customfile'
Error Number : 1051
Date : Sunday, April 27th 2008 @ 07:12:30 PM
Script : http://www.clubf100.com/admincp/plug...do=productkill
Referrer : http://www.clubf100.com/admincp/plug...d=timeslips&s=
IP Address : 72.47.28.176
Username : David
Classname : vB_Database
i would pay for help!:(

0ptima 04-27-2008 11:31 PM

Take a look at this post
https://vborg.vbsupport.ru/showpost....&postcount=655

Add all the profile fields you are missing.

rdrunnr 05-03-2008 07:16 AM

On my site when you go to Edit Vehicle Profile under the USER CP, all of the vehicle profile field names have disappeared and each field just says "A" now. Is there an easy way to fix this?

streetmachine 05-07-2008 07:23 AM

Anyone know if this works with 3.6.10 ?

webgod 05-07-2008 10:30 AM

Quote:

Originally Posted by streetmachine (Post 1511373)
Anyone know if this works with 3.6.10 ?

I have it running on two 3.6.10 boards.

just needed some minor tweaking on the edit vehicle profile page to include the security token

SVTCobraLTD 05-07-2008 12:09 PM

Quote:

Originally Posted by webgod (Post 1511493)
I have it running on two 3.6.10 boards.

just needed some minor tweaking on the edit vehicle profile page to include the security token

Mind letting us know the edits? I have a few people who said they have had a problem trying to work on their timeslip information. Thanks

webgod 05-07-2008 03:12 PM

Quote:

Originally Posted by SVTCobraLTD (Post 1511563)
Mind letting us know the edits? I have a few people who said they have had a problem trying to work on their timeslip information. Thanks

in template: modifytimeslip

Replace
PHP Code:

<input type="hidden" name="s" value="$session[sessionhash]/>
<
input type="hidden" name="do" value="updatevehicleprofile" /> 

With
PHP Code:

<input type="hidden" name="s" value="$session[sessionhash]/>
<
input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/>
<
input type="hidden" name="do" value="updatevehicleprofile" /> 


webgod 05-07-2008 03:13 PM

Quote:

Originally Posted by rob4448585 (Post 1474406)
i paid someone to fix mine ;)


;)

:up:

SVTCobraLTD 05-07-2008 06:46 PM

Quote:

Originally Posted by webgod (Post 1511708)
in template: modifytimeslip

Replace
PHP Code:

<input type="hidden" name="s" value="$session[sessionhash]/>
<
input type="hidden" name="do" value="updatevehicleprofile" /> 

With
PHP Code:

<input type="hidden" name="s" value="$session[sessionhash]/>
<
input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/>
<
input type="hidden" name="do" value="updatevehicleprofile" /> 


Thank you!

Tru2Chevy 05-14-2008 09:41 PM

Quote:

Originally Posted by rdrunnr (Post 1506553)
On my site when you go to Edit Vehicle Profile under the USER CP, all of the vehicle profile field names have disappeared and each field just says "A" now. Is there an easy way to fix this?

No, you have to rename them manually.

- Justin

rdrunnr 05-16-2008 07:45 PM

Quote:

Originally Posted by Tru2Chevy (Post 1519858)
No, you have to rename them manually.

- Justin

Thanks Justin. Where do I do this?

Poltergiest 05-16-2008 11:19 PM

Quote:

Originally Posted by rdrunnr (Post 1506553)
On my site when you go to Edit Vehicle Profile under the USER CP, all of the vehicle profile field names have disappeared and each field just says "A" now. Is there an easy way to fix this?

If you have updated vBulletin since installing this hack you need to re-edit members.php per the install instructions. You should do all of the edits to the different files, if you have run updates.

rdrunnr 05-17-2008 12:46 PM

Member.php is totally different in 3.70, so I can't figure out how to incorporate that edit into the new file. Everything else is done and everything works, I just get all "A's" in the fields when you go to edit vehicle instead of the right vehicle fields. I wish I could figure this out. It's driving me nuts..lol.

dmark101 05-24-2008 03:24 AM

okay, i've installed this on a 3.6.4 vB board and for some reason it's not showing the extra profile fields when looking at a user's profile on the board [profile.php].

what gives? :confused:

rdrunnr 05-31-2008 12:01 PM

Quote:

Originally Posted by rdrunnr (Post 1522534)
Member.php is totally different in 3.70, so I can't figure out how to incorporate that edit into the new file. Everything else is done and everything works, I just get all "A's" in the fields when you go to edit vehicle instead of the right vehicle fields. I wish I could figure this out. It's driving me nuts..lol.

Still looking for some help with this from anyone who might know..

Poltergiest 06-01-2008 04:22 AM

Quote:

Originally Posted by rdrunnr (Post 1536986)
Still looking for some help with this from anyone who might know..

Just had to redo this for 3.71 do the edits to image.php and functions_users.php also if they are not there edit the USERCP_SHELL templates (mine were still there) and the names will show up. At least that's what just worked for me.

Duramax 6.6L 06-05-2008 12:47 AM

Does anyone have the step by step to install this on 3.7.1.

pm me,

anarki2009 06-16-2008 02:45 PM

Quote:

Originally Posted by Duramax 6.6L (Post 1541133)
Does anyone have the step by step to install this on 3.7.1.

pm me,

This would be nice, or better yet lets pay to have it made for 3.7:up:

Vindicator 06-20-2008 07:38 PM

I'd certainly donate to have this as a product install for 3.7.*

swatkins 06-23-2008 07:59 PM

ME too :)

BlueBulletRL 06-24-2008 01:34 AM

You did not enter the correct format for the Horsepower field. Please read the field description for the expected format.

I keep getting this error unless I delete the .00 at the end and then save it. I checked and made sure field 51 which is the horsepower field was set to 5,2 decimal. HELP thanks

BlueBulletRL 06-24-2008 01:52 AM

I also will put up money to get this redone for 3.7.1 PLEASE SOMEONE DO THIS. If I was smarter I would.

swatkins 06-24-2008 09:58 PM

How many are intrested in helping pay for this.. A coder has contacted me and we need to take advantage of his help and make this happen. I have no idea how much it will cost but I am willing to help out a great deal

Vindicator 06-24-2008 10:02 PM

I'll stick $50 in the pot as a starter. I'll match the average if its over this!

LCN2007 06-24-2008 10:23 PM

Im down to help
I was wondering if they can add a column for dyno sheets to that we can upload?

finally someone hears our cries.

YEA!!!!!

BlueBulletRL 06-24-2008 10:57 PM

Definately let me know as well agreed FINALLY

Poltergiest 06-24-2008 11:31 PM

I'd be willing to donate to help bring this up to date.

Vindicator 06-25-2008 10:32 PM

Quote:

Originally Posted by LCN2007 (Post 1558122)
Im down to help
I was wondering if they can add a column for dyno sheets to that we can upload?

Ooooo, I like that!

swatkins 06-26-2008 05:00 AM

Quote:

Originally Posted by Vindicator (Post 1558979)
Ooooo, I like that!

Ok

What exactly does this need to do... It looks like we can have the work done for the porting over,, its this feature that he is unsure of and frankly me also :)

We need detailed information so I can explain the requirements..

Vindicator 06-26-2008 08:54 AM

Basically, very similar to the timeslip upload/view function. Instead, people would scan and upload their dyno sheets for others to view.

Essentially a copy of the TimeSlip functions and rename to Dyno

swatkins 06-26-2008 01:01 PM

I sent that to him..

It looks like we can have this done for 200.00 ( don't know if the extra function will cost more)

He will start when he receives 1/2 down.

I am in for 50.00

Who else?


PM me for my pay pal account info....

Thanks for helping out :)

Steve

Poltergiest 06-26-2008 10:50 PM

What is he doing exactly? Just setting it up to install on 3.7x or ??


All times are GMT. The time now is 03:27 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.02249 seconds
  • Memory Usage 1,842KB
  • 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
  • (17)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