vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Is this not possible? (version checking via plugin only) (https://vborg.vbsupport.ru/showthread.php?t=271940)

HMBeaty 10-13-2011 04:23 AM

Is this not possible? (version checking via plugin only)
 
I'm toying around with more code :D, and thought about trying to get rid of my version.php file (which holds all of my version checking for all of my modifications)

Now, in the file, I would have:
PHP Code:

if ($_REQUEST['do'] == 'my_product_id')
{
    echo 
'<version productid="my_product_id">1.2.3</version>';


And obviously it would be pulled by
Code:

www.usmilitarylife.com/version.php?do=my_product_id
Simple enough :p. Anyway, I'm trying to use the hook location misc_start with the same code as above, and again, by pulling it by:
Code:

www.usmilitarylife.com/misc.php?do=my_product_id
However, it returns that lovely "version check failed" error. :p

So, anyone else tried this? Anything I might be missing? Or is this just not possible to do via a plugin only? :erm:

kh99 10-15-2011 10:13 AM

I don't know if you're still trying this, but maybe you need an "exit" after your echo statement. I think if you don't do that it goes on to print out the list of smilies or something.

HMBeaty 10-15-2011 03:26 PM

Quote:

Originally Posted by kh99 (Post 2257427)
I don't know if you're still trying this, but maybe you need an "exit" after your echo statement. I think if you don't do that it goes on to print out the list of smilies or something.

Still no luck after adding
PHP Code:

exit; 


nerbert 10-15-2011 10:50 PM

Try adding "die();" after your echo

HMBeaty 10-15-2011 11:19 PM

Quote:

Originally Posted by nerbert (Post 2257589)
Try adding "die();" after your echo

Still no go lol. I just don't understand why something like this wouldn't work :confused:

nerbert 10-16-2011 01:38 AM

I have no idea what version.php is but it's surely possible to convert an external file into a plugin -- I've done it several times. Can you post your plugin?

HMBeaty 10-16-2011 01:44 AM

Quote:

Originally Posted by nerbert (Post 2257614)
I have no idea what version.php is but it's surely possible to convert an external file into a plugin -- I've done it several times. Can you post your plugin?

version.php was a file I created that had all of my version checking, for my products here on vbulletin.org, being done from that file.

The contents of my plugin are in the first post ;)

I'll post it again though.

Hook location: misc_start
Plugin code:
PHP Code:

if ($_REQUEST['do'] == 'my_product_id')
{
    echo 
'<version productid="my_product_id">1.2.3</version>';


(which SHOULD allow me to call the version by going to mysiteurl.com/misc.php?do=my_product_id)

nerbert 10-16-2011 02:05 AM

I don't get what you're trying to do.

I put that plugin in misc.php and tried it and got Smilies with "1.2.3" at the top of the page. When I added"die();" in the plugin I got a white page with "1.2.3" at the top.

Just as I expected

HMBeaty 10-16-2011 02:19 AM

Well isn't that a bit confusing.....

I tried that earlier, both using exit; and/or die(); and neither worked (on my test site)

Just put it on my live site and it works just fine....

Kind of sucks after I've been scratching my head over this for the past few days lol

--------------- Added [DATE]1318735283[/DATE] at [TIME]1318735283[/TIME] ---------------

UPDATE: Just tested it WITHOUT the exit; and/or die(); (again, on my live site) and it works just fine :p


All times are GMT. The time now is 02:45 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.02104 seconds
  • Memory Usage 1,736KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete