vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Add PHP code in navbar template (https://vborg.vbsupport.ru/showthread.php?t=314723)

kh99 10-08-2014 10:29 PM

Hmm...I don't see anything wrong with the code offhand. The only thing that I can think of is that if the require_once("samp_query.php") fails I think it would end the script. I also don't know what's in samp_query.php that might cause an error.

tbworld 10-08-2014 11:50 PM

1. Check your PHP log to start with and make sure you do not have an error listed.
2. Disable the plugin and see if the "white" screen is resolved.

If the above two checks are okay, then enable the plugin and load the page on the default style. If the page loads, then most likely you have a coding issue in your modified template. At least that is where I would start.

I do not see anything wrong with what @Kh99 presented (as I would have expected), I am not saying your routine will work as I would have to review the team speak code.

Resolve the white screen problem and then you can go from there. There is no method we can resolve the white screen issue from here, all we can do is give you suggestions.

dabvastur 10-09-2014 11:00 AM

When I load script the forum show white in any theme.

The samp_query.php is a good script, originally, tested by various communities of the game San Andreas MultiPlayer and this not contain any bug.

kh99 10-09-2014 11:07 AM

So are you saying that if you enable that plugin you get a white screen, but if you disable it the white screen goes away? In that case it must be that something in that code is causing an error. If you can look at your php error log as tbworld suggests, that might show you what the error is. You could also temporarily enable displaying of errors, if you've turned that off.

One thing, the echo line should probably be like this:
PHP Code:

        echo $ainfo['Players']; 

but I don't think that would cause an error, it would just print something different than you intended.

tbworld 10-09-2014 05:08 PM

Good catch @kh99

Code:

  echo "' . $ainfo['Players'] . '";
Will absolutely cause an encoding error on the page, which most likely lead to a white page.

:)

--------------- Added 09 Oct 2014 at 11:27 ---------------

Quote:

Originally Posted by dabvastur (Post 2518232)
When I load script the forum show white in any theme.

The samp_query.php is a good script, originally, tested by various communities of the game San Andreas MultiPlayer and this not contain any bug.

@dabvastur:

This is not the current "samp" script, that is floating around and in that format it would have never worked. It would be helpful -- in the future -- if you provided us enough details so we could wrap our heads around what you are trying to do. :)

The best we can attempt to do (without knowing the application), is to fix what you have given us so it will run / interpret under PHP in connection with vbulletin.

dabvastur 10-12-2014 02:13 AM

I try modifying echo line and let you know when I have the time for this.

Thanks you both for all help.

tbworld 10-12-2014 02:29 AM

I did not do anything, it was all @kh99, but thanks for thanking us. :)


All times are GMT. The time now is 07:33 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.01333 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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