Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,910
» Latest member: Batteriesqbe
» Forum threads: 5,153
» Forum posts: 41,375

Full Statistics

Online Users
There are currently 38 online users.
» 0 Member(s) | 37 Guest(s)
Bing

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: 437
HELP! ReZasCashServer It ...
Forum: Ep4 Support
Last Post: Kain88
01-24-2026, 03:24 PM
» Replies: 2
» Views: 170
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: 121
Last Chaos build deployme...
Forum: Ep4 Guides
Last Post: xHypnosiaa
01-08-2026, 11:14 AM
» Replies: 0
» Views: 80
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

 
  dev
Posted by: pocoyo - 06-08-2015, 11:15 AM - Forum: Project Recruitment - Replies (3)


i seek developer service for ep3....

 

my skype is davidbr17

Print this item

  Help with C4D texture problem
Posted by: bignoob77 - 06-07-2015, 08:43 PM - Forum: Solved topics - Replies (2)


Problem is that uvw mapping is being still used when i try to put a text model into the world editor.

This is how it should look in the game and in the editor  2

This is the model in c4d using spatial projection.

But in the editor and in game it looks like this 2

As you can see the model is still using uvw mapping.

Is there anything else that can be done with the model to stop the uvw mapping

so that spatial projection will work? please if anyone has the answer please let me know. B)

Print this item

  Client problem
Posted by: iSixxer - 06-06-2015, 06:48 AM - Forum: Solved topics - Replies (4)


Someone can reupload this client again for me?

 

2

 

Or better to say it :

 

I cant connect from my client on my server...

 

Ip's all right...

Print this item

  looking for ProductNPC.tex
Posted by: CDWriter - 06-06-2015, 02:47 AM - Forum: Solved topics - Replies (6)


Does anyone have this file could be from any version .....please let me know

 

 

 

ProductNPC.tex

 

 

Print this item

  Cash Server Problem
Posted by: KochanyMis - 06-05-2015, 05:18 PM - Forum: Solved Topics - Replies (3)


I installed wizatek's cash server and changed configs but i get this all time. 

Print this item

  Release of Clean EP3 USA Client
Posted by: Vogelj1988 - 06-05-2015, 01:31 PM - Forum: Client Side - Replies (2)

All links are dead for the client so here is a new one[hide]2[/hide]

Print this item

  Last Chaos Token
Posted by: bignoob77 - 06-05-2015, 04:30 AM - Forum: Archived General Client Releases - No Replies


I have been making different things in C4D for my server I decided to release one of them today.

Its nothing big at all but never the less its a custom item I made from scratch. B)

2

Print this item

  Ep1 some issues
Posted by: Havenly - 06-02-2015, 09:52 PM - Forum: Solved Topics - Replies (4)


hi all, they're some issues i noticed on the client i have and i don't know how to fix it. 

 

1rst : Guild create doesn't stay, i mean i can create one, when i relog, guild disapear. Or i see them in my DB. 

 

2nd : All new player created got admin power " 10 " automatically. i don't know where to change that. 

 

Thks in advance for your help. 

 

Regards, 

 

*-* Havenly *-*

 

Print this item

  [PHP] Simple/secured website
Posted by: Karmel - 06-02-2015, 04:49 PM - Forum: Coders Talk - Replies (2)


Hello everyone, just wanna to revive this forum. This is simple and secured(probably) php website code by me.

Additionally I wanna to ask for some suggestions about this, what i can improve or enhance.

 

 

ps. idk if all is correct here cuz I change this from my admin panel on quickly (ex. k_users -> bg_users)

 

index.php

<?php
session_start(); // Code created by Karmel, Copyright 2015 Karmel Inc.
include_once "include/config.php"; // ------- Not for commercial use
try{$db = new PDO("mysql:host=".$server_ip, $user, $password);}
catch(PDOException $e){die('Error connecting to the database');}

function login_check($db, $db0){ // Code sourced for admin panel
if(isset($_SESSION['user_code'], $_SESSION['user_id'], $_SESSION['user_salt'])){
$dbh = $db->prepare("SELECT user_code, a_salt FROM $db0.bg_users WHERE user_id = :user_id");
$dbh->bindParam(':user_id', $_SESSION['user_id'], PDO:TongueARAM_STR, 20);
$dbh->execute();$dbh = $dbh->fetch();
if($_SESSION['user_salt'] == $dbh['a_salt']){ //&& $_SESSION['user_time'] > date("Y-m-d H:iConfused",time()-1200)){ // 20min session
$dbh = $db->prepare("UPDATE $db0.bg_users SET a_activetime = '".date("Y-m-d H:iConfused")."' WHERE a_index = '".$dbh['a_index']."'");
$dbh->execute();return true;
}else{return false;}
// for admin panel you should use there ip compare, $_SERVER['REMOTE_ADDR'] & bg_users latest a_activetime
}
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="whatever">
<meta name="author" content="Karmel">
<link rel="shortcut icon" href="images/favicon.png">

<title>Karmel</title>
<!-- Fonts -->

<!-- Styles - bootstrap etc. etc. -->

<!-- Custom styles for this template -->

</head>
<body>
<!-- Header -->

<?php
if(login_check($db, $db0)){
$dbh = $db->prepare("SELECT * FROM $db0.bg_users WHERE a_index = :user_id");
$dbh->bindParam(':user_id', $_SESSION['user_id'], PDO:TongueARAM_STR, 20);
$dbh->execute();$dbh = $dbh->fetch();
//$dbh1 = $db->prepare("SELECT * FROM $db0.karmel_loginattempts WHERE a_user_index = :user_id AND a_success = 1 ORDER BY a_index DESC LIMIT 1,1");
//$dbh1->bindParam(':user_id', $_SESSION['user_id'], PDO:TongueARAM_STR, 20);
//$dbh1->execute();$dbh1 = $dbh1->fetch(); // Last Activity for admin panel
?>
<!-- Logged in -->
<?php }else{ ?>
<form action="include/login-exec.php" method="post">

<input type="text" placeholder="Username" name="username">

<input type="password" placeholder="Password" name="password">

<button type="submit">Log me in</button>

</form>
<?php } ?>
<!-- Main Content -->
<?php
if(!isset($_GET['page'])){$_GET['page']='index';}
$page=preg_replace("/[^a-zA-Z0-9._]/" , "" , $_GET['page']); // idk if its required :p
$inc = include "page/".$page.".php";//$inc;
if(!$inc)echo '<center><h2>Error 404 - Page not found</h2></center>';
?>
<!-- Main Content -->

<!-- Footer(probably) -->
</body>
</html>
include/config.php

<?php
// database access
$server_ip = '127.0.0.1';
$user = 'root';
$password = '';
$db0 = 'karmel_site'; // site
$db1 = 'karmel_auth'; // char
$db2 = 'karmel_db'; // auth
$db3 = 'karmel_data'; // data

error_reporting(-1); // 0 for release
date_default_timezone_set('Europe/Berlin');
?>
include/login-exec.php

<?php
include_once "config.php";
$conf['db']['dsn'] = sprintf("mysql:host=%s", $server_ip);
try{$db = new PDO($conf['db']['dsn'], $user, $password);}
catch(PDOException $e){die('Error connecting to the database');}

$dbh = $db->prepare("SELECT * FROM $db0.bg_users WHERE user_id = :user");
$username = preg_replace("/[^a-zA-Z0-9]+/", "", $_POST['username']); // idk if its required, just more security
$dbh->bindParam(':user', $_POST['username'], PDO:TongueARAM_STR, 20);
$dbh->execute();

if($dbh->rowCount() == 1){
$dbh = $dbh->fetch();
// $pass = hash('sha256',strtolower($_POST['username']).$salt.$_POST['password']);
$pass = md5($_POST['password']);
if($dbh['a_passwd'] == $pass){ // && $dbh['a_admin'] > 0){ // admin panel
session_start();
session_regenerate_id();
$_SESSION['user_code'] = $dbh['user_code'];
$_SESSION['user_id'] = $dbh['user_id'];
$_SESSION['user_salt'] = $dbh['a_salt'];
// $_SESSION['user_time'] = date("Y-m-d H:iConfused");
session_write_close();
$dbh1 = $db->prepare("UPDATE $db0.bg_users SET active_time = '".date("Y-m-d H:iConfused")."' WHERE a_index = '".$dbh['a_index']."'");
$dbh1->execute();
$dbh1 = $db->prepare("INSERT INTO $db0.karmel_loginattempts (a_index, a_success, a_user_index, a_date, a_ip) VALUES(NULL, '1', '".$dbh['a_index']."', '".date("Y-m-d H:iConfused")."','".$_SERVER['REMOTE_ADDR']."')");
$dbh1->execute();
$login = '';
}else{
$dbh1 = $db->prepare("INSERT INTO $db0.karmel_loginattempts (a_index, a_success, a_user_index, a_date, a_ip) VALUES(NULL, '0', '".$dbh['a_index']."', '".date("Y-m-d H:iConfused")."','".$_SERVER['REMOTE_ADDR']."')");
$dbh1->execute();
$login = 'loginfailed';
}
}else{$login = 'loginfailed';}
$db = null;
header("location: ../".$login);
?>
include/logout-exec.php

<?php
session_start();
$_SESSION = array();
session_destroy();
header("location: ./");
?>
.htaccess

ErrorDocument 404 "Error 404 - Page not found"

RewriteEngine on
RewriteRule ^login$ include/login-exec.php
RewriteRule ^logout$ include/logout-exec.php
RewriteRule ^([a-zA-Z0-9]+)$ ?page=$1

Print this item

  Very good prices on vps and dedi
Posted by: roseon - 06-02-2015, 01:03 AM - Forum: General Discussion - Replies (1)


hi i know people wqhere searching for cheap vps and offshore well i found one and there great prices and very wonderfull support 

 

want on here yea go

 

2

Print this item