Thread: TS SE v3.3
View Single Post
  #1  
Old 14th January 2008, 04:41
UzAkLArDaN's Avatar
UzAkLArDaN UzAkLArDaN is offline
Senior Member
 
Join Date: Nov 2007
Posts: 43
Post TS SE v3.3
Video Tutorial



Tools You Need:

1. TS Special Edition

2. XAMPP

3. ionCube PHP Loader

4. Microsoft Loopback Adapter



In php.ini find:
Code:
[Zend]
Add this line below it:
Code:
zend_extension_ts = "C:\xampp\htdocs\ioncube\ioncube_loader_win_5.2.dll"
This is your path to the Windows 5.2 Ion Cube Loader!
Code:
C:\xampp\htdocs\ioncube\ioncube_loader_win_5.2.dll
Open notepad copy and paste this code save as "get_key.php" and put it in C:\xampp\htdocs\callhome\
Code:
<?

$key = "1AA6DB54-8519-4025-8D88-7DC2AA618EA7";

echo base64_encode(serialize($key));

?>
Key:
Code:
1AA6DB54-8519-4025-8D88-7DC2AA618EA7
*************************
IF you get this error:
*************************


Code:
Acces Denied!
We come to believe you are using a fake account, therefore we've logged this action!
You need to add there usernames and user id numbers into functions.php

In functions.php find:

Code:
$lsysopnames = array("xam", "admin");
and add your staff in there, instead of xam and admin write your username

then look for:

Code:
// Check Staff IDS 
define ('UC_STAFF', 4);
and add it like:
Code:
// Check Staff IDS 
define ('UC_STAFF', 4, 2, 3, 1);