vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   WebTemplates v.0.1 (Old Version) (https://vborg.vbsupport.ru/showthread.php?t=36419)

Craigr 02-22-2003 05:21 PM

Excellent hack, can't wait for the next version when you've got it done.

Craig

Craigr 02-23-2003 07:08 PM

Is there any way you can edit your online.php to add the template locations so you can see people moving about the site?

For example i am browsing :
http://www.mysite.com/forum/show.php?pg=Links

In who is online i want to show the person:
Viewing the links page.

Thanks
Craig

Curator 02-23-2003 11:38 PM

How does this script perform under *heavy* load? Of course it does depend on the server to a large degree, but are there bottlenecks? Slowdowns? Has it been tested on a high-traffic site?

Thanks.

Logician 02-24-2003 07:14 AM

Quote:

Originally posted by Craigr
Is there any way you can edit your online.php to add the template locations so you can see people moving about the site?

For example i am browsing :
http://www.mysite.com/forum/show.php?pg=Links

In who is online i want to show the person:
Viewing the links page.

Try this one:

Edit online.php, find:
PHP Code:

  }
  
$userinfo[time] = vbdate($timeformat,$userinfo[lastactivity]); 

Before that add:

PHP Code:

    // Logician WebTemplates Hack
      
if (preg_match("/(pg=)(.*)(&)/siU"$userinfo[location], $l_match1) OR preg_match("/(pg=)(.*)/siU"$userinfo[location], $l_match2))
    { 
    if (
$l_match1[2]) {$lmatch=$l_match1[2];} else {$lmatch=$l_match2[2];}
      
$userinfo[where]= 'Reading Webtemplate: <a href="show.php?pg='.$lmatch.'" target="_blank">'.$lmatch.'</a>';
    }
    
// Logician WebTemplates Hack 

Enjoy..

Logician 02-24-2003 07:23 AM

Quote:

Originally posted by Curator
How does this script perform under *heavy* load? Of course it does depend on the server to a large degree, but are there bottlenecks? Slowdowns? Has it been tested on a high-traffic site?

I couldn't find a chance to test it under heavy load because my site's load is not high.. However I can see some bottlenecks that can increase PHP running time in the script if you have too much load. Actually this is why I didn't release the next version because script has too many features and its structure is not handling so many features perfectly at the moment. Although the version released is more basic than the unreleased next version, I still say take an eye on the performance if you have a heavy load. The best practise will be installing Microstats hack and monitor your webtemplates performance with it. Both hacks are competible, you just need to put microstat's hacks code inside your webtemplate to make it run with webtemplates.

If PHP running time is high under heavy load, there may be ways to optimize it by cancelling some features like webqueries..

Hopefully the next release will be much performance-friendly if it's is released.. :knockedout:

Boofo 02-24-2003 07:56 AM

I'm waiting on the next release to install this, so I hope it happens. ;)

Craigr 02-25-2003 02:57 PM

Quote:

Originally posted by Logician

Try this one:

Edit online.php, find:
PHP Code:

  }
  
$userinfo[time] = vbdate($timeformat,$userinfo[lastactivity]); 

Before that add:

PHP Code:

    // Logician WebTemplates Hack
      
if (preg_match("/(pg=)(.*)(&)/siU"$userinfo[location], $l_match1) OR preg_match("/(pg=)(.*)/siU"$userinfo[location], $l_match2))
    { 
    if (
$l_match1[2]) {$lmatch=$l_match1[2];} else {$lmatch=$l_match2[2];}
      
$userinfo[where]= 'Reading Webtemplate: <a href="show.php?pg='.$lmatch.'" target="_blank">'.$lmatch.'</a>';
    }
    
// Logician WebTemplates Hack 

Enjoy..

Thanks for that, i'll give it a go.

Craig

refertech 03-10-2003 12:22 AM

Since I'm not that wonderful of a hard coder. Can I build my pages in say Dream Weaver and copy the source into your hack and build my pages that way?

Great idea. I love this hack.

Mark

Logician 03-10-2003 11:18 AM

Quote:

Originally posted by refertech
Since I'm not that wonderful of a hard coder. Can I build my pages in say Dream Weaver and copy the source into your hack and build my pages that way?

Great idea. I love this hack.

Mark

sure Mark, you can use any HTML design software you like to build your page, then simply copy paste its source code to "TEMPLATE" section and you are done.. :)

refertech 03-10-2003 11:22 AM

Logician your the man. Thanks. Lets be best friends. :p I'll buy the beer. :)

Mark


All times are GMT. The time now is 09:25 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.01392 seconds
  • Memory Usage 1,757KB
  • 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
  • (4)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
  • (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