The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Xray anti cheat in user profile
Can anyway make a addon so that user can put in there profile there xray anti cheat info
On there website there is a php code that they give you but as i am no coder maybe some one can do somethink with it This is the php code on there website ( http://www.xraygaming.com/index.php?pageid=xac-linking ) (more info can be found on that site as well if needed) Code:
<?php // Grab the link to a user's XAC Screenshot profile $guid = 'GUID GOES HERE' $xacprofile = "User has never used X-ray Anti-Cheat"; if (strlen($guid) == 40) { $xacurl = file_get_contents("http://www.xraygaming.com/screenshotlink.php?guid=" . $guid); if (strlen($xacurl) > 0 and $xacurl != "NONE") { $xacprofile = "<a href=\"" . $xacurl . "\">Click here to view</a>"; } } echo($xacprofile); ?> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|