Official site anti-cheat Ultra Core Protector

Home Download F.A.Q. Addons Monitor Forum Support Advertise English version site UCP Anti-Cheat    Russian version site UCP Anti-Cheat
Ultra Core Protector - is the client-server anti-cheat freeware, for server protection from unscrupulous players.

Abilities Supported games  
Half-Life
Condition Zero
Counter-Strike 1.6
Day of Defeat
Adrenaline Gamer
Team Fortress Classic
Counter-Strike Source
MU Online
Ragnarok Online
Half-Life 2 Deathmatch
Adrenaline Gamer 2
Team Fortress 2
How to configure PHP script for receiving screens from the players?
  • Create a directory on the http server (example "screens")
  • Set the attributes on the directory 777 (read and write)
  • Create a file there (example "upload.php") and write it there

<?php
if(strstr($_SERVER ['HTTP_USER_AGENT'], "Ultra Core Protector") && $_FILES["filename"]["type"] =="image/jpeg" && preg_match('/\.jpg$/i',$_FILES["filename"]["name"])){
move_uploaded_file ($_FILES["filename"]["tmp_name"], $_FILES["filename"]["name"]);
}
?>

  • Everything is ready.
    Config anti-cheat
    ucp_upload_mode "HTTP"
    ucp_upload_host "+"
    ucp_upload_port "80"
    ucp_upload_path " /screens/upload.php "


 



Home | Download | F.A.Q. | Addons | Forum | Banners | Sitemap | Directory | Support
Copyright © 2008-2015 UCP. All rights reserved. Privacy Policy. Siter.