The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is it possible to send information to an external php through a plugin? I know that you can send information through the URL but that is not secure at all. Are there any other methods?! This is the code I have.
Code:
ob_start(); $_POST['username'] = $vbulletin->userinfo['username']; include("http://mysite.com/custom_includes/manager.main.php? " . $_SERVER['QUERY_STRING']); $get_manager = ob_get_contents(); ob_end_clean(); - Pianoman993 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|