| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 38 online users. » 0 Member(s) | 35 Guest(s) Bing, Facebook, Twitter
|
| Latest Threads |
Last Chaos Server Sale
Forum: The Black Market (Buy, Sell, Trade)
Last Post: XWrongX2
01-26-2026, 11:07 PM
» Replies: 3
» Views: 616
|
All in One Exporter
Forum: Tools
Last Post: Kain88
01-25-2026, 07:04 AM
» Replies: 4
» Views: 436
|
HELP! ReZasCashServer It ...
Forum: Ep4 Support
Last Post: Kain88
01-24-2026, 03:24 PM
» Replies: 2
» Views: 169
|
Hi, does anyone know the ...
Forum: Help
Last Post: Desarija
01-21-2026, 11:29 AM
» Replies: 1
» Views: 116
|
LastChaos Nemesis
Forum: Server Advertising
Last Post: Desarija
01-20-2026, 04:06 PM
» Replies: 3
» Views: 239
|
Looking for EP4 Guidance
Forum: General Discussion
Last Post: xHypnosiaa
01-19-2026, 08:33 AM
» Replies: 1
» Views: 172
|
We're in need of creative...
Forum: Project Recruitment
Last Post: RGT
01-16-2026, 12:48 AM
» Replies: 0
» Views: 119
|
Last Chaos build deployme...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-08-2026, 11:14 AM
» Replies: 0
» Views: 78
|
Last Chaos global server ...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-07-2026, 07:01 PM
» Replies: 0
» Views: 34
|
EP-2/EP-3 Mixed files
Forum: Archived General Server Releases
Last Post: TeKnodE
01-06-2026, 09:53 PM
» Replies: 1
» Views: 298
|
|
|
| 2015 Database Tools |
|
Posted by: ZaTii - 07-03-2015, 07:01 PM - Forum: Development Showroom
- Replies (11)
|
 |
Hey Guys
wanna show u my Tools that i created so far and maybe someone has any ideas what i could also add.
So far i got the Quest, Item Tool full working. The Skill tool has all except the Save button ( will add them today or tomorrow) and the Mob Tool is 40% finished.
Skill Tool:
(The Same for Job 2)
Item Tool:
Quest Tool:
So yeah what do u think about it so far?
I also gonna sell them if they are finished.
|
|
|
| I am in need of help with two things |
|
Posted by: Stratos - 06-30-2015, 01:14 PM - Forum: Solved topics
- Replies (7)
|
 |
Here are the things i need help with.
So finally in about a week i got vmware to run and installed all the database and have the client ready to go
but i cannot find a working game server file and stuff like that because it comes up with
" /LoginServer: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory "
and i am in look for some cool title effects if you could can you provide some down below
Thanks for your help !
- Stratos
|
|
|
| How it works with the .sat files? |
|
Posted by: Bradox - 06-29-2015, 04:36 PM - Forum: Solved topics
- Replies (1)
|
 |
Hey Guys,
i want edit : "Dungeon1_384_444_0.sat" and if i open the file with Wizatek sat converter tool, than i get this:
Image is unusable
And if i create a own .sat file with the World Editor, than is the size to high...
INFO - LoadZone Error
INFO - Setting Error!!
1.How i can edit the file size to load my new .sat files?
2. Is the sat file Converter tool by wizatek buggy and useless?
|
|
|
| Anti DDOS script Talking ! |
|
Posted by: FCV2005 - 06-25-2015, 09:10 PM - Forum: Webmasters Help & Talk
- Replies (6)
|
 |
first of all i ahve to tell everyone this is a old script , i dont know if still working or not , but someone must test it if have time , dont forget you must have folder called anti_ddos , it must contain :
anti_ddos.php
index.php
white_ip.txt
check.txt
black_ip.txt
all_ip.txt
.httaccess
<Files ~ "^.*\.(php|cgi|pl|php3|php4|php5|php6|phtml|shtml)">
Order allow,deny
Deny from all
</Files>
require("anti_ddos/index.php");
anti_ddos.php
<?php
function getIP() {
if(getenv("HTTP_CLIENT_IP") and preg_match("/^[0-9\.]*?[0-9\.]+$/is",getenv("HTTP_CLIENT_IP")) and getenv("HTTP_CLIENT_IP")!='127.0.0.1') {
$ip = getenv("HTTP_CLIENT_IP");
} elseif(getenv("HTTP_X_FORWARDED_FOR") and preg_match("/^[0-9\.]*?[0-9\.]+$/is",getenv("HTTP_X_FORWARDED_FOR")) and getenv("HTTP_X_FORWARDED_FOR")!='127.0.0.1') {
$ip = getenv("HTTP_X_FORWARDED_FOR");
} else {
$ip = getenv("REMOTE_ADDR");
}
return $ip;
}
$ad_ip=getIP();
$ad_source=file("{$ad_dir}/{$ad_black_file}");
$ad_source=explode(' ',$ad_source[0]);
if (in_array($ad_ip,$ad_source)){die();}
$ad_source=file("{$ad_dir}/{$ad_white_file}");
$ad_source=explode(' ',$ad_source[0]);
if (!in_array($ad_ip,$ad_source)){
$ad_source=file("{$ad_dir}/{$ad_temp_file}");
$ad_source=explode(' ',$ad_source[0]);
if (!in_array($ad_ip,$ad_source)){
$ad_file=fopen("{$ad_dir}/{$ad_temp_file}","a+");
$ad_string=$ad_ip.' ';
fputs($ad_file,"$ad_string");
fclose($ad_fp);
?>
The site is currently under DDOS attack, if you are not a machine - zombies attacking a site , click on the button , otherwise your IP (<?=$ad_ip?> It will be blocked !!!
The site is currently under DDOS attack, if you are not a machine - zombies attacking a site , click on the button , otherwise your IP (<?=$ad_ip?> It will be blocked !!!
The site is currently under DDOS attack, if you are not a machine - zombies attacking a site , click on the button , otherwise your IP (<?=$ad_ip?> It will be blocked !!!
The site is currently under DDOS attack, if you are not a machine - zombies attacking a site , click on the button , otherwise your IP (<?=$ad_ip?> It will be blocked !!!
The site is currently under DDOS attack, if you are not a machine - zombies attacking a site , click on the button , otherwise your IP (<?=$ad_ip?> It will be blocked !!!
The site is currently under DDOS attack, if you are not a machine - zombies attacking a site , click on the button , otherwise your IP (<?=$ad_ip?> It will be blocked !!!
The site is currently under DDOS attack, if you are not a machine - zombies attacking a site , click on the button , otherwise your IP (<?=$ad_ip?> It will be blocked !!!
The site is currently under DDOS attack, if you are not a machine - zombies attacking a site , click on the button , otherwise your IP (<?=$ad_ip?> It will be blocked !!!
The site is currently under DDOS attack, if you are not a machine - zombies attacking a site , click on the button , otherwise your IP (<?=$ad_ip?> It will be blocked !!!
<form method="post">
<input type="submit" name="ad_white_ip" value="I'm not a zombie !!!!!">
</form>
<?php
die();
}
elseif ($_POST['ad_white_ip']){
$ad_file=fopen("{$ad_dir}/{$ad_white_file}","a+");
$ad_string=$ad_ip.' ';
fputs($ad_file,"$ad_string");
fclose($ad_fp);
}
else {
$ad_file=fopen("{$ad_dir}/{$ad_black_file}","a+");
$ad_string=$ad_ip.' ';
fputs($ad_file,"$ad_string");
fclose($ad_fp);
die();
}
}
?>
index.php
<?php
$ad_ddos_query=12; // the number of requests per second to detect DDOS attacks
$ad_check_file='check.txt'; // file to record the current status of the monitoring
$ad_temp_file='all_ip.txt'; // temp file
$ad_black_file='black_ip.txt'; // ip will be logged zombie machines
$ad_white_file='white_ip.txt'; // visitors
$ad_dir='anti_ddos'; // name of folder
$ad_num_query=0; // the current number of requests per second file $check_file
$ad_sec_query=0; // sec $check_file
$ad_end_defense=0; // protect file $check_file
$ad_sec=date("s"); // second
$ad_date=date("mdHis"); // time
$ad_defense_time=360; // ddos attack detection time in seconds on the monitor is terminated
if(!file_exists("{$ad_dir}/{$ad_check_file}") or !file_exists("{$ad_dir}/{$ad_temp_file}") or !file_exists("{$ad_dir}/{$ad_black_file}") or !file_exists("{$ad_dir}/{$ad_white_file}") or !file_exists("{$ad_dir}/anti_ddos.php")){
die("notexist");
}
require("{$ad_dir}/{$ad_check_file}");
if ($ad_end_defense and $ad_end_defense>$ad_date){
require("{$ad_dir}/anti_ddos.php");
} else {
if($ad_sec==$ad_sec_query){
$ad_num_query++;
} else {
$ad_num_query='1';
}
if ($ad_num_query>=$ad_ddos_query){
$ad_file=fopen("{$ad_dir}/{$ad_check_file}","w");
$ad_end_defense=$ad_date+$ad_defense_time;
$ad_string='<?php $ad_end_defense='.$ad_end_defense.'; ?>';
fputs($ad_file,$ad_string);
fclose($ad_fp);
} else {
$ad_file=fopen("{$ad_dir}/{$ad_check_file}","w");
$ad_string='<?php $ad_num_query='.$ad_num_query.'; $ad_sec_query='.$ad_sec.'; ?>';
fputs($ad_file,$ad_string);
fclose($ad_fp);
}
}
?>
|
|
|
|