- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I'm trying to integrate Blockscript with a Xenforo install.
The basic integration is via a PHP include:
Code:
This would need to be in the header of every page
What's the simplest way to do this??
The basic integration is via a PHP include:
Code:
include_once("./full-path-to/blockscript/detector.php");
This would need to be in the header of every page
What's the simplest way to do this??
نام موضوع : PHP Include?