Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
vB Timeslip Database - for Automotive websites Details »»
vB Timeslip Database - for Automotive websites
Version: 1.2, by deathemperor deathemperor is offline
Developer Last Online: Jul 2011 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-17-2006 Last Update: 12-11-2006 Installs: 180
DB Changes Uses Plugins Template Edits
Code Changes Additional Files  
No support by the author.

Yes, finally I can release it here the converted version off Timeslips database for vbulletin 3.5.x. I made it as a product, try to change the file edits into plugin as best as I could but you still need to edit 2 files (optional). I can't think of an easy way to remove that but if anyone can, please pop in.

I've made the timeslips.php page XHTML valid. Of course the look has not been changed. Also made it fully phrased.

The permission is granted here

Please let me copy what EvilLS1 posted in the 3.0 hack



Quote:
Originally Posted by EvilLS1
This is the newest version of EvilLS1's Timeslip Database hack. If you don't have an automobile related website ya might as well stop reading here because this will probably be of no use to you.. But if you do, read on!

What does it do? This hack does a few things. First, it will add a separate "Vehicle Profile" page to your forum where your users can enter their type of vehicle, engine, tranny, tires, horsepower, best 60' time, 1/8 mile time, 1/4 mile time, upload thier timeslip and more. Once the data is entered the timeslips.php page will display the info sorted by the best times, highest trap speeds, highest horsepower #s, proof of ET, or ET brackets (user selectable).

You can also ban users from editing their Vehicle Profile. This comes in handy if you have some users who insist on entering false data into the Timeslip Database just to be funny. To use this feature, just click on the user's vehicle profile, then click "user options" and set "Can edit vehicle profile" to no. The user will still be able to edit his regular profile, but not his vehicle profile.


Features include:
*The ability to sort by:
-1/4 Mile ET
-1/4 Mile MPH
-1/8 Mile ET
-1/8 Mile MPH
-60' Time
-Horsepower
-Cars with proof of ET (actual timeslip)
-N/A cars only
-Username
-ET brackets
*Show the average ET, MPH, and HP for your site.
*Vehicle Profile (separate from user profile)
*Ability to ban users from editing their vehicle profile
*Users can upload their timeslip in the vehicle profile. (New!)
*Timeslip uploads can be disabled in the admincp. (New!)
*Admin can delete user's uploaded timeslip. (New!)
*Maximum width, height and filesize for timeslip uploads can be set in the admincp. (New!)
*Admin can set an ET for which a timeslip is required if user's ET is quicker. (New!)
*Installer

Demo:

http://www.ls6.com.au/forum/timeslips.php?
Installation overview:
Files to edit: (2)- member.php (1), functions_user.php (2), image.php(2)
Files to upload: (2)- timeslips.php, slipicon.gif
Templates to edit: (2)- USERCP_SHELL, navbar
Templates to add: 0
Phrases to add: 0

Why do I still have to edit files ?
The reasons for those editions are because you don't want users to see the timeslips profile fields in the memberlist/member profile/edit profile

and just that. So that means if you exclude those the hack will still work whatever



Installation instructions:

BACK UP EVERYTHING BEFORE INSTALLING ANY HACK

Firstly please read the file Instructions.txt file on how to install this hack.

the steps are: Import the product-timeslips.xml file. Do file and template editions. Upload files to correct folder. Then enjoy it !


I have tried all that I can by installing this hack on a fresh board and solved *almost* all the problem. But if you find any errors, please post it here (just do not duplicate things :P ).


Upgrading

I haven't had a chance to do the upgrade because I convert this for a fresh vb3.5 board. I've set up things that I think it's ready for the upgrade. I'm willing to test the upgrade on your board if anyone can give.

For the upgrade to work, you must use the latest version of timeslips which can be taken from here: https://vborg.vbsupport.ru/showthread.php?t=60945



Support

I'll try my best to give supports. But please understand due to my heavy busy I may miss your post. Please understand.


Screenshots?

The shots from its 3.0 version are fine.
here's the link: https://vborg.vbsupport.ru/showthrea...ight=timeslips


Changes Logs

03/18/2006: version 1.1 Fully phrased the hack.
03/19/2006: fix the problem showing your current timeslip image when editing your timeslip. To upgrade simply re-import product-timeslips.xml.

03/19/2006: fixed a few bugs in this post: https://vborg.vbsupport.ru/showpost....9&postcount=31 . Again to upgrade just reimport the product file.

03/20/2006: Hack version change to 1.1.3: Changed the field of field 52,53,55 to decimal (6,3). Added one more file editions into the instructions file to fix showing proper image. So bad to add another file edit but this is becaus there is no hook in image.php. this is how to do it:

PHP Code:
###### In image.php find:

if ($_REQUEST['type'] == 'profile'// do not modify this $_REQUEST


###### REPLACE IT WITH:

if ($_REQUEST['type'] == 'profile' or $_REQUEST['type'] == 'timeslip'// do not modify this $_REQUEST


###### FIND:

    
else
    {
        
$table 'customavatar';
    }

###### ABOVE THIS ADD:

    
else if ($_REQUEST['type'] == 'timeslip')
    {
        
$data 'timeslippicdata';
        
$table 'customfile';
    } 
Again to upgrade you need to import the product file again to overwrite. then do the above edit.

03/23/2006: Update: fix a JS error when submitting the new timeslip. (Thanks Sidewindr). Also the new product will attempt to remove your old vb3.0 options then add the new ones, this is for upgrading from timeslips for vb3.0 to vb3.5 . I didn't test that tho.

12/05/2006: Version 1.2 for vb3.6 released.

12/09/2006: minor fix for missing adding field50.

12/12/2006: fix the error: Fatal error: Call to undefined function build_hiddenprofilefield_cache() in C:\Program Files\xampp\htdocs\folder\admincp\plugin.php(1468) : eval()'d code on line 6

Please click install if you use this hack for updates. https://vborg.vbsupport.ru/vborg_mis...hreadid=110717

This hack is free (why not?) but donation are welcome, my paypal is bloodynightcrawler@gmail.com . Thank you.

end of presentation, hope I don't miss anything.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
too_cool_3

Comments
  #542  
Old 02-02-2007, 02:55 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This DOES work on 3.6.4 for a fresh install of the timeslip database with no issues right?
Reply With Quote
  #543  
Old 02-02-2007, 03:14 AM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sal Collaziano View Post
My Cadillac Timeslips page isn't extending all the way to the right. It sort of cuts off a little past midway on my screen. I suppose it'll look different depending on your resolution..

Does anyone know what could have gone wrong?

Thanks...
I found that the problem is from my hack, to fix it you can replace "timeslips" template with this:

HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<meta name="description" content="$foruminfo[description]" />
<title>$vboptions[bbtitle] - $vbphrase[timeslips_database]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="0" cellspacing="0" border="0" bgcolor="0" width="100%" align="center">
<tr><td>
	<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
		<tr id="cat">
			<td class="tcat"><b> $vbphrase[timeslips_database]</b>
			</td>
			<td align="$stylevar[right]" class="tcat">
				<form name="whatever" style="display:inline;">
				<script language="javascript" type="text/javascript">
				<!--
				function go()
				{
				location=document.whatever.example.
				options[document.whatever.example.selectedIndex].value
				}
				//-->
				</script>
				<select name="example" size="1" onchange="go()">
				<option value="">$vbphrase[timeslips_sort_by]:</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=quarter">1/4 Mile ET</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=quartermph">1/4 Mile MPH</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=eighth">1/8 Mile ET</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=eighthmph">1/8 Mile MPH</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=sixty">60' Time</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=rwhp">Horsepower</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=slip">Cars w/proof of ET</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=na">N/A cars only</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=singledigitcars">Single Digit Club</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=10seccars">10 Sec Club</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=11seccars">11 Sec Club</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=12seccars">12 Sec Club</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=13seccars">13 Sec Club</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=14seccars">14 Sec Club</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=slowcars">15+ Sec Cars</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=username">$vbphrase[username]</option>
				<option value="timeslips.php?$session[sessionurl]&amp;do=averages">$vbphrase[timeslips_site_averages]</option>
				</select>
				</form>
			</td>
		</tr>
		<tr>
			<td colspan="2">
				<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" bordercolordark="#808080" style="border-collapse: collapse;background-color:white" border="1">
				$timeslipsbit
				<tr>
					<td class="tfoot" colspan="2">
					<!-- please don't remove this -->
					<font size="1"><center>[vBTimeslipDatabasev2.0 by <b><a href="http://modernmusclecars.net">EvilLS1</a></b>.Converted to vb3.5 by <b><a href="mailto:deathemperor@gmail.com">deathemperor</a></b>]</center></font>
					</td>
				</tr>
				</table>
			</td>
		</tr>
	</table>
<font size="1"><a href="profile.php?$session[sessionurl]do=edittimeslip">$vbphrase[timeslips_submit]</a></font>
</td></tr>
</table>
<br />$pagenav
$footer
</body>
</html>
that would fix it.
Reply With Quote
  #544  
Old 02-04-2007, 05:38 AM
burntire burntire is offline
 
Join Date: Jun 2006
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by burntire View Post
My 1/4 and 1/8 mile ET's are not sorting correctly.

It is placing the double digits ET's above the single digits.

9.75 is the fastest time, but it is listed as the slowest.

If I make it 09.75 it sorts correctly.

Also the single digit cars are not showing up when selected.

Any suggestion?

Here is a link

http://www.highperformancestangs.com...timeslips.php?

Bump can anyone help?
Reply With Quote
  #545  
Old 02-05-2007, 04:29 AM
BlueBulletRL BlueBulletRL is offline
 
Join Date: Apr 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyone here that could possibly walk me through doing this manually one night. I'm no noobie but I'm really kinda worried about doing it manually by myself. I can even shoot you some money via paypal for helping or possibly doing it for me. Please let me know thanks!
Reply With Quote
  #546  
Old 02-15-2007, 12:20 AM
0ptima 0ptima is offline
 
Join Date: Feb 2002
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BlueBulletRL View Post
Is there anyone here that could possibly walk me through doing this manually one night. I'm no noobie but I'm really kinda worried about doing it manually by myself. I can even shoot you some money via paypal for helping or possibly doing it for me. Please let me know thanks!
Its very simple to install. Set up a test site and try it out, you will learn a lot about vbulletin and hacks.
Reply With Quote
  #547  
Old 02-15-2007, 12:21 AM
0ptima 0ptima is offline
 
Join Date: Feb 2002
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I finally converted my 3.0 timeslips to the VB 3.6 version.
Reply With Quote
  #548  
Old 02-15-2007, 12:29 AM
0ptima 0ptima is offline
 
Join Date: Feb 2002
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack needs to be re-written to handle multiple cars and use separate tables. Right now, the default sort is on the 1/4 mile and if a member only enters a 1/8 mile, the member wont show up. I then changed the default sort by ride and got many entries with no timeslip data at all. By using separate tables for the timeslip data, only entries with timeslips would show up and users could enter multiple cars.
Reply With Quote
  #549  
Old 02-15-2007, 02:24 AM
burntire burntire is offline
 
Join Date: Jun 2006
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 0ptima View Post
This hack needs to be re-written to handle multiple cars and use separate tables. Right now, the default sort is on the 1/4 mile and if a member only enters a 1/8 mile, the member wont show up. I then changed the default sort by ride and got many entries with no timeslip data at all. By using separate tables for the timeslip data, only entries with timeslips would show up and users could enter multiple cars.
Try entering a single digit time 9.9 or something and tell me how it sorts.

It keeps going after at the double digit 12.0 times on mine.

But if I put a zero 09.9 it sorts ok.
Reply With Quote
  #550  
Old 02-20-2007, 04:34 AM
zincpony zincpony is offline
 
Join Date: Nov 2006
Location: Media, PA
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

aynone know how i can add a secondary page to the system that lists modifications RWHP and RWTQ and users can upload a DYNO chart??
Reply With Quote
  #551  
Old 02-21-2007, 12:27 AM
wottech wottech is offline
 
Join Date: May 2006
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does it need to be on a 2nd page? If not, it would be really easy, esp since WHP is already there. All you would have to do is duplicate WHP in the code and change it to WTQ, then duplicate the slip part of the code, rename one timeslip and the other dynochart. Change some field numbers, add a couple more fields to the DB, and its done. Only problem I see doing it that way is that it makes the table pretty wide. I could possibly create another page, but I'm not sure how well integrated the 2 pages would be.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:19 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05340 seconds
  • Memory Usage 2,353KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (1)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete