The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Hi, this is a strange question, but I hope to someone help me to solve..
I explain.. i'm trying to make a thing like a bridge... for the first test I used to retrieve the logged user information... to do this first thing i created a file test.php in the root of the forum and the code is this: Code:
require("includes/config.php"); require("global.php"); print_r( $vbulletin->userinfo ); second step I want check this thing from another place... so I use this code: Code:
$fp = @fopen( "http://forum/test.php", 'r'); if( $fp ) { $html = ""; while (!feof($fp)) { $html .= fgets($fp, 128); } fclose( $fp ); } else { echo "error! page"; } echo $html; what can I solve this thing? thanks in advance! ghiboz |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|