vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB Timeslip Database -for Automotive websites (https://vborg.vbsupport.ru/showthread.php?t=60945)

The-Jester 08-21-2005 03:28 AM

Thanks for the help! I looked ALL over in there. Well, obviously not ALL over! LOL

Thanks again!

Chris 96 WS6 08-30-2005 08:01 PM

Has anybody run this with 3.0.8 yet? Will it work?

MSC James 08-31-2005 12:40 AM

Yes, I've just installed it on 3.0.8, flawless. Incidentally it's located here (for the link thing):

http://www.micra.org.uk/timeslips.php

James :)

JamieK18T 09-10-2005 04:55 PM

I couldn't find the required code in image.php, I'm running 3.09

JamieK18T 09-12-2005 03:41 AM

eh, so how would i go about reversing the modifications the install file made?

EdQ 09-12-2005 03:32 PM

Quote:

Originally Posted by JamieK18T
eh, so how would i go about reversing the modifications the install file made?

Yes I need to uninstall it also.

BlueBulletRL 09-17-2005 10:06 AM

I'm having an issue that when you click the slips icon to show the time slip that was uploaded I am getting a page not found error. What am I missing?

brendonm 09-19-2005 10:12 PM

Until recently I was running 2.0.9 at www.skylinesdownunder.com/forums however have just last week upgraded to 3.0.9.

Is anyone here running this on a 3.0.9 version site yet?

I have just ran the TD302.php script in order to prepare my database for upgrading to V2.1 (or which is ever is compliant with VB3.0.9). After reading the 44 pages here and seeing the 4 posts above am wondering if I should wait... ...actually the upgrade has got me a bit stumped as I am wondering what the next step is. Ideally I'd retain the existing user entries from timeslipv1.2 (vB2.0.9) as I have thousand of user entries and it'd be good to not have to email everyone to re-enter their data.

The existing timeslip data resides in those fields:
Ride 50
Horsepower 51
60 Foot Time 52
1/8 Mile ET 53
1/8 Mile MPH 54
1/4 Mile ET 55
1/4 Mile MPH 56
Link to Timeslip 57

From what I understand Christian from www.skylinesaustralia.com did'nt manage to upgrade and generally had issues running vBulletin altogether and noticed he has jumped ship to IPB. vB is the way and I am not so easily perturbed, therefore look forward to not only getting this working on my vB 3.0.9 install but to also retain existing user data.

From what I understand I think my next step should be to remove the .sql in TDinstaller.php which relates to the addition of fields 51 - 57, and then go through the file modification steps accordingly. Please let me know if you think I am off track there. I guess the big thing is, does it work on 3.0.9?

tteal 09-26-2005 03:21 PM

Any chance this will be ported over to vbulletin 3.5? Just asking.

Thanks again EvilLS1... appreciate all your efforts!

justchil 09-27-2005 04:59 PM

I'm getting a JS error only in IE on the Vehicle Profile from the UserCP. I haven't been able to find the problem.

I'm using 3.0.9

Line: 607
Char: 30
Error: Syntax Error
Code: 0
URL: http://mydomain.com/forums/profile.php?do=edittimeslip

Everything works just fine.. just that one error to fix up.. any idea's?

Fastbird 09-29-2005 12:33 AM

Ever since installing the TD, we've had a problem in the admin page when we are in the admin cp. When we click "search for users" we get the following error:

Parse error: parse error, unexpected T_STRING in /home/elitepla/public_html/admincp/user.php on line 988

When I open the file, this is what line 988 says:

$DB_site->query("UPDATE " . TABLE_PREFIX . "user SET tdban=$tdban WHERE userid=$userid");

The same thing also happens when I click on the user options on a users public profile page.

Any ideas?? I REALLY need to get access to these user pages as we've got a guy breaking the rules who needs a smackdown.

tteal 09-30-2005 07:04 PM

Quote:

Originally Posted by tteal
Any chance this will be ported over to vbulletin 3.5? Just asking.

Thanks again EvilLS1... appreciate all your efforts!

Hello?

dmark101 10-02-2005 05:45 AM

Quote:

Originally Posted by tteal
Any chance this will be ported over to vbulletin 3.5? Just asking.

Thanks again EvilLS1... appreciate all your efforts!

his last update to the original posting said there was no more support.

nice. i'm having a few problems with this 'mod' after moving to 3.5 and if i can't fix it, it's being removed. :ermm:

0ptima 10-02-2005 04:40 PM

Im still on the 3.0.x version but I beleive there is backward compatibility option to run old hacks in 3.5. Has anyone tried to see if this hack would work in this mode?

DrewzR/T 10-05-2005 02:50 PM

Awesome !!!!!!!!!!! Clicked Install! I'm even a newb at this hack stuff and it took me about 15 minutes.

Tru2Chevy 10-05-2005 05:07 PM

Quote:

Originally Posted by 0ptima
Im still on the 3.0.x version but I beleive there is backward compatibility option to run old hacks in 3.5. Has anyone tried to see if this hack would work in this mode?

Can you explain this further? I haven't heard of such a feature in 3.5.


- Justin

slvr ralliart 10-08-2005 03:47 PM

would someone please install this hack for me? I have having a very hard time with intalling it.

DrewzR/T 10-08-2005 10:48 PM

I cant find this!

EDIT Sorry forgot to mention this is for adding the club member tag to the postbit. :squareeyed:

Code:

                        $show['reputationlink'] = iif($vboptions['reputationenable'] AND $bbuserinfo['userid'] AND $post['userid'] AND !($usergroupcache["$post[usergroupid]"]['genericoptions'] & ISBANNEDGROUP), true, false);
                        break;
        }

This is what I have!

Code:

$show['reputationlink'] = iif(($permissions['genericpermissions'] & CANUSEREP OR $post['userid'] == $bbuserinfo['userid']) AND $vboptions['reputationenable'] AND $bbuserinfo['userid'] AND $post['userid'] AND !($usergroupcache["$post[usergroupid]"]['genericoptions'] & ISBANNEDGROUP), true, false);
                        break;
        }


Silver_2000_)! 10-08-2005 11:30 PM

Quote:

Originally Posted by DrewzR/T
I cant find this!

EDIT Sorry forgot to mention this is for adding the club member tag to the postbit. :squareeyed:

Code:

                        $show['reputationlink'] = iif($vboptions['reputationenable'] AND $bbuserinfo['userid'] AND $post['userid'] AND !($usergroupcache["$post[usergroupid]"]['genericoptions'] & ISBANNEDGROUP), true, false);
                        break;
        }

This is what I have!

Code:

$show['reputationlink'] = iif(($permissions['genericpermissions'] & CANUSEREP OR $post['userid'] == $bbuserinfo['userid']) AND $vboptions['reputationenable'] AND $bbuserinfo['userid'] AND $post['userid'] AND !($usergroupcache["$post[usergroupid]"]['genericoptions'] & ISBANNEDGROUP), true, false);
                        break;
        }



Its likely that you are using a version of VB is later than the hack was written for

DrewzR/T 10-09-2005 12:12 AM

Quote:

Originally Posted by Silver_2000_)!
Its likely that you are using a version of VB is later than the hack was written for

yeah Im runnin 3.0.7 and its for 8.

Anybody try doing this on 7 or have any coding suggestions? :squareeyed:

Silver_2000_)! 10-09-2005 12:17 AM

code looks close enough for me

one.eg6 10-11-2005 12:32 AM

Maybe someone can help me track down where I messed up...

My users keep getting this error:

"You have not completed the required field "Engine type and displacement."

When trying to save their vehicle information. Well that field isn't even there. I'm not sure if another mod interfered with this or not.

Help please. :)

Thanks,
Sean

charlie_css 10-12-2005 08:58 AM

Great hack! It is now in use at http://www.cincystreetscene.com

I do have one small problem though, maybe you can point me in the right direction. The vehicle profile page is showing up with a lot of "tr>" in a line above the vehicle info. I'm sure its just something I pasted in wrong, but I'm not sure what file to look at. Some advice would be great.

Thanks again,
-Charlie

EvilLS1 10-12-2005 05:32 PM

Hi folks. Sorry I've been away for so long but I've been really busy lately & don't have much time to even get online anymore. I have to leave again for work in few minutes but I'll try to answer a couple of questions before I go.

As far as porting this hack over to vb3.5.0 goes, I haven't even upgraded my own site yet so I can't really give a specific date. It could be a month, it could be a year. I don't know.

If any of you coders wanna port this hack over yourself you have my permission.. However, if you use any of my code or design I would appreciate it if you'd leave my name & link (along with yours) at the bottom of the timeslips main page where it says "vB Timeslip Database v2.X by EvilLS1". You can add your name next to it ofcoarse. I've put alot of time & work into this hack and the links are helpful to me because they improve my site's page rank. So please show a little consideration there. Thanks.

one.eg6,
Go to your admincp, and look under custom profile fields. Find that field and set it so that its not a required field.

charlie css,
That does sound like the html is broken or pasted wrong in one of the templates. Re-pasting the code into these templates should fix it: getvehicleinfo, timeslips_customfields, modifytimeslip.

tteal 10-12-2005 11:23 PM

Quote:

Originally Posted by EvilLS1
Hi folks. Sorry I've been away for so long but I've been really busy lately & don't have much time to even get online anymore. I have to leave again for work in few minutes but I'll try to answer a couple of questions before I go.

As far as porting this hack over to vb3.5.0 goes, I haven't even upgraded my own site yet so I can't really give a specific date. It could be a month, it could be a year. I don't know.

If any of you coders wanna port this hack over yourself you have my permission.. However, if you use any of my code or design I would appreciate it if you'd leave my name & link (along with yours) at the bottom of the timeslips main page where it says "vB Timeslip Database v2.X by EvilLS1". You can add your name next to it ofcoarse. I've put alot of time & work into this hack and the links are helpful to me because they improve my site's page rank. So please show a little consideration there. Thanks.

one.eg6,
Go to your admincp, and look under custom profile fields. Find that field and set it so that its not a required field.

charlie css,
That does sound like the html is broken or pasted wrong in one of the templates. Re-pasting the code into these templates should fix it: getvehicleinfo, timeslips_customfields, modifytimeslip.

Hey there stranger!

No need to explain that you have a life beyond the internet :-) I for one, appreciate your hard work and also appreciate you posting up your contributions!

If you hack it to 3.5 so be it... if not, so be it as well and perhaps someone else will give it a try.

Cheers,
Tim

charlie_css 10-12-2005 11:55 PM

That was it Evil! It was timeslips_customfields. I spotted that I had missed the first < as soon as I opened the template.

Thanks for the quick response, and thanks again for the great hack!

-Charlie

0ptima 10-16-2005 05:21 AM

Quote:

Originally Posted by EvilLS1
If any of you coders wanna port this hack over yourself you have my permission..


Thanks! Anyone up to the job?

0ptima 10-16-2005 05:24 AM

Quote:

Originally Posted by Tru2Chevy
Can you explain this further? I haven't heard of such a feature in 3.5.

It was on VB.com that I heard that. Try contacting jelsoft to get a 100% confirmation.

bobs409 10-18-2005 10:55 PM

Would love to add this to my forum but just upgraded to 3.5 so guess I'm out of luck for now.

Sure hope this becomes available for the new version of VB. :squareeyed:

BlueBulletRL 10-21-2005 05:30 AM

I'm willing to give this a shot since I wanna upgrade my car club website and this is one thing everyone uses. I'll let everyone know how it turns out.

Tru2Chevy 10-24-2005 05:20 PM

Quote:

Originally Posted by BlueBulletRL
I'm willing to give this a shot since I wanna upgrade my car club website and this is one thing everyone uses. I'll let everyone know how it turns out.

I'm sure there would be many very appreciative members here if you could get this mod to function with 3.5.

The Timeslips and Garage mods were half of the reason that I bought a vBulletin license, and 3.5 was released before I could get my database imported into 3.0.x, so I was out of luck due to not having a compatible version of ImpEx.

- Justin

tteal 10-24-2005 09:06 PM

Quote:

Originally Posted by BlueBulletRL
I'm willing to give this a shot since I wanna upgrade my car club website and this is one thing everyone uses. I'll let everyone know how it turns out.

Please let us know.......... Thanks!!!!

MrMister 10-25-2005 09:02 PM

<a href="http://www.NYSpeed.com" target="_blank">www.NYSpeed.com</a>

Timeslip dB installed!

Thanks a lot man, GREAT hack

BackSideSA 10-27-2005 02:22 PM

anyone want to make some money and help me with this? i have no coding experience what so ever!

email me at backsidesa@gmail.com

noppid 10-28-2005 10:00 PM

Quote:

Originally Posted by BackSideSA
anyone want to make some money and help me with this? i have no coding experience what so ever!

email me at backsidesa@gmail.com

I converted timeslips.php for a customer. I looked at the hack and lost interest. It seems way to big for it's purpose to me.

tteal 10-29-2005 07:42 PM

Quote:

Originally Posted by BackSideSA
anyone want to make some money and help me with this? i have no coding experience what so ever!

email me at backsidesa@gmail.com

I'd be willing to pitch in some $$$$ for someone to convert this over to work with vbulletin 3.5 ... any takers?

Sidewindr 11-02-2005 01:45 AM

Ditto...

BackSideSA 11-02-2005 03:53 AM

No input file specified.

we got this installed but get that error???

punch 11-02-2005 03:04 PM

Quote:

Originally Posted by BlueBulletRL
I'm willing to give this a shot since I wanna upgrade my car club website and this is one thing everyone uses. I'll let everyone know how it turns out.

Same boat here. I'd donate to anyone who gets this working for 3.5.

joeychgo 11-04-2005 10:24 PM

Im sure if you guys motivate noppid a little he'll do it. Contact him HERE - He has alot of paying work right now but im sure he could be convinced.


All times are GMT. The time now is 08:41 PM.

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.01979 seconds
  • Memory Usage 1,840KB
  • 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_code_printable
  • (14)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