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)

EvilLS1 12-15-2004 01:21 AM

Quote:

Originally Posted by pgp2003
I did everything all over again... twice.. once in notepad, and once in dreamweaver.. no luck :(

If you want to send me your unedited member.php file I will apply the edits and email it back to you. My email address is webmaster@modernmusclecars.net

pgp2003 12-15-2004 01:23 AM

I have to go back and redo it... lol.. stupid me forgot to save the unedited file... I did the medal award, and then this one withouth backing up the first one... i'll see what i can do.. thanks for the offer

pgp2003 12-16-2004 03:05 AM

thanks again for looking at my code..

redid the whole thing all over again, and no workie.. I ended up making my line 270 a comment and it got rid of the error code and everything seems to be working fine.. donno if i am missing something thu

this is what i have now

Code:

268 $navbits = construct_navbits(array('' => $vbphrase['vehivle_profile']));
269 eval('$navbar = "' . fetch_template('navbar') . '";');
270 // eval('print_output("' . fetch_template($templatename) . '");');


EvilLS1 12-16-2004 03:28 AM

pgp2003,
With line 270 commented out the vehicle details page won't show up.

Lets try one more thing and see what happens.

In member.php find this:
Code:

$templatename= 'getvehicleinfo';
...and delete it.

Now find this:
Code:

$navbits = construct_navbits(array('' => $vbphrase['vehicle_profile']));
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template($templatename) . '");');

 }

Replace it with this:
Code:

$navbits = construct_navbits(array('' => $vbphrase['vehicle_profile']));
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('getvehicleinfo') . '");');
}

Also make sure you added the getvehicleinfo template.

pgp2003 12-16-2004 04:42 AM

that gives me the same error i used to get:

Quote:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home/nostree/public_html/forums/member.php(270) : eval()'d code on line 62
but with what i did in my previous post it works perfect with out that error.. all the functions are working just fine :shrug:

pgp2003 12-16-2004 04:43 AM

I turned board on so you can see yourself.. the details are showing allright

http://www.nostreetracing.org/forums/timeslips.php?

EvilLS1 12-16-2004 04:49 AM

Well, as long as its working OK then I guess theres no need to worry about it. Looks good to me. :)

Dewayne

pgp2003 12-16-2004 04:50 AM

Thanks a bunch man... much appreciated.. I will be installing that in my other board at www.eclubvw.com soon as well.. I love this hack.. simply amazing

StretchNutz 12-16-2004 11:07 PM

installed, thanks for the badass hack!!!!

forum link:
http://host41.hrwebservices.net/%7Ewacostr/forums/
timeslips link:
http://host41.hrwebservices.net/~wac...timeslips.php?

EvilLS1 12-17-2004 12:14 AM

Y/W. Added your link. :)


All times are GMT. The time now is 11:40 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.01799 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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