vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - vBISpy - AJAX real-time feed of new posts/threads (https://vborg.vbsupport.ru/showthread.php?t=125947)

Chadi 03-09-2007 10:49 PM

I am suddenly getting this after upgrading to 3.6.5

Parse error: syntax error, unexpected T_STRING in /home/user/public_html/vaispy.php(337) : eval()'d code on line 1

johnmont 03-13-2007 02:34 AM

I can't seem to figure this out. I see several areas that impact (or could impact) the number of posts. But to get the number down to 7 shown, I seem to mess everything up.

Here is what I see that could change -- if I want to show 7 posts -- how should I change this?:

Code:

line 86:
$limitq = ( isset($_REQUEST['do']) ? "20" : "5,20" );


line 290:
if ( $row < 20 )
{
    for( $x = $row; $x < 21; $x++ )


line 380:
spymax = 25;


Confused 03-13-2007 10:14 AM

When the forum section has an & in it - it's displaying &amp; in the Forum column.

MPDev 03-13-2007 11:27 AM

Quote:

Originally Posted by RedGTiVR6 (Post 1198752)
I'm trying to figure out how to get a new page to open up when you click on a link instead of the page changing to the link.

You would add the link to your navbar template link any other link.

MPDev 03-13-2007 11:28 AM

Quote:

Originally Posted by chadi (Post 1199841)
I am suddenly getting this after upgrading to 3.6.5

Parse error: syntax error, unexpected T_STRING in /home/user/public_html/vaispy.php(337) : eval()'d code on line 1

Did you modify your vaispy.php script (try an unmodified one); I haven't updated yet to .5 but will try to do so shortly.

johnmont 03-13-2007 01:24 PM

As an fyi....

I installed the spy files on a fresh install of 3.6.5 and it worked beautiful out of the gate

Chadi 03-16-2007 05:35 AM

I have not modified anything with this hack. I just re-uploaded all files, same error on top

Parse error: syntax error, unexpected T_STRING in /home/user/public_html/vaispy.php(337) : eval()'d code on line 1

dholt 03-17-2007 08:42 AM

Quote:

Originally Posted by johnmont (Post 1202514)
As an fyi....

I installed the spy files on a fresh install of 3.6.5 and it worked beautiful out of the gate


Dito :up:

jazde86 03-17-2007 05:53 PM

For XHTML valid page, do this:

Search for (375):

Code:

<script language="javascript" src="clientscript/va_prototype.js"></script>

<script language="javascript" src="clientscript/va_effects.js"></script>

<script language="javascript" src="clientscript/va_spy.js"></script>

<script language="javascript" type="text/javascript">

Replace with:

Code:

<script type="text/javascript" src="clientscript/va_prototype.js"></script>

<script type="text/javascript" src="clientscript/va_effects.js"></script>

<script type="text/javascript" src="clientscript/va_spy.js"></script>

<script type="text/javascript">



Search for (470):

Code:

$footer
Add above:

Code:

</body>

</html>


Tralala 03-17-2007 11:04 PM

FWIW, I did the above (exactly) and it broke my vBISpy. Reverted to my backup for now...


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.01530 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_code_printable
  • (3)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