Monday, September 11, 2017

anticheat

http://www.mediafire.com/file/00860u5zpg7fakc/Anti+cheat.rar

http://forum.ragezone.com/f651/development-anti-cheat-716362/


https://esports.easyanticheat.net/



https://www.battleye.com/


http://www.evenbalance.com/pbsetup.php


https://support.steampowered.com/kb_article.php?p_faqid=370



The #1 cheat used for the past 2 yrs and still being used to this date and ,  uses a DX9 "Hook"
All Cheats use the dx9 Hook in reality, but  #1 cheat uses a new windows kernel, which NO ANTI CHEAT can detect.
However,
The Windows kernel cheat has this down side and is super simple to detect.
The player has to modify a config file.

And all Reto has to do is D/L clean version of that file on map/load through HNGsync to the cleint.
The modified text in the config file won't be there, and the cheat wont work.

!!!!!!  ITS THAT F'ING SIMPLE  !!!!!!!!

 Remove the DX9 Hook from the client's config file. Solved! Done! Over!
There is no need for the rendering engine to  force dx9 overlay, unless a developer is debugging.
It does not matter if  you are running a  DX 12,10 , or 9 game.  An Optimized game will see DX12 and use it,if not, looks for DX10, if not it looks for DX9

No reason, what so ever, to give clients the ability to force a DX9 environment.
None whatsoever!
Other than to let people cheat!

Now unless Reto:
1) Receiving kickbacks from this paid cheat site,
2) therefore is allowing the cheats to happen,
Why would Reto not follow my instructions?

If it is too much trouble for them,
I can rewrite their hngsync.exe  to look and replace that file if they like me to?
Would take me  a whole 15 minutes.

-----------------------------


Default location:
C:\Program Files (x86)\Steam\Steamapps\common\Heroes & Generals\Client

Open client.ini with wordpad and paste this code to it

application {
enable_console=true
}



Type following code to console

streamer.maxvideomemory 1


\SteamLibrary\steamapps\common\Heroes & Generals



localsettings.py is where you put the optins if you don't want to retype them all the time.

Find them in the HnG sync that also appears when you launch HnG.


Render. Enable_screenspacereflections 0
Render. Enable_reflections 0
Render. Enable_shadow 0
Render. Enable_cloud 0

Lazarus Goodies:

https://www.youtube.com/watch?v=xERUWNl_Cyg


Delphi 7 Goodies:

https://www.youtube.com/watch?v=yr8So2mT-sE



C# goodies:

https://easyhook.github.io/

https://github.com/spazzarama/Direct3DHook









Tuesday, September 5, 2017

Srbo Mail 2017 v1.24


* Besplatna portable aplikacija koja se ne instalira, a radi i sa USB flash memorije.

* Podržava ćirilicu, latinicu, madjarski,... utf-8 (kod pisanja poruka).

* Ovo je jedini e-mail klijent gde možete pregledati zaglavlja prispelih poruka na serveru bez preuzimanja istih. Koristan je za uklanjanje spam poruka dok su još na serveru, a sve to bez otvaranja maila. Ovo ne nudi ni jedan drugi poznati e-mail klijent.

Uskoro nova verzija !

U zip arhivi se nalazi srbomail.exe aplikacija, lozinka (password) je: srbomail

Aplikaciju preuzmite sa sledeće adrese:


https://goo.gl/2NTrfk

Da li Vam se svidja moj program ?

http://srbomail.blogspot.com/2017/09/blog-post.html


Monday, September 4, 2017

Instalacija

How to Install cPanel/WHM on CentOS 7

cPanel is the most popular Linux based web hosting control panel. It provides a graphical user interface to easily manage and host multiple websites on a single VPS or dedicated server. With the help of it's powerful GUI we can easily perform most of the tasks we perform on a website's server using command line, for example, uploading files, creating emails, setting cron jobs, handling databases, etc. WHM (Web Host Manager) provides a root and reseller level access interface where user can manage settings related to server administration and account management. cPanel provides a user level access interface where user can manage their web hostings.

Features of cPanel/WHM

cPanel/WHM comes with a lot of notable features, some of them are listed below.
  • Multilingual GUI interface to manage a server and client websites.
  • Built-in file manager and phpMyAdmin to easily manage files and databases.
  • DNS support and management for both server and client websites.
  • Email management with DKIM and SPF support for authentication and encryption.
  • Easy SSL/TLS management for multiple domains using SNI.
  • Easy Backup and Migration of client accounts within different servers.
  • Can be easily integrated with almost all client management and billing software like WHMCS, Blesta etc.

Prerequisites

  • A Fresh VPS, Cloud Server or Dedicated Server running CentOS 7 or CentOS 7.2. You can also choose from a wide range of SSD Cloud Servers directly from us if you don't have one already.
  • A Static IP address, cPanel can not work on a dynamic IP address which is allocated dynamically if you have DHCP enabled on your ethernet interface.
  • Minimum 1 GB RAM but it is recommended that you have 2 GB of RAM.
  • Minimum 20 GB Disk Space but it is recommended that you have at least 40 GB Disk Space.
  • Root access to your server.
Notes
  • cPanel, once installed can not be removed from your server as it does not have any uninstaller. To remove cPanel you will have to reinstall your Operating System.
  • cPanel is commercial software and requires a licence to work but cPanel offers a 15 day trial, you can install your software using the trial and you can purchase the software later. The trial is automatically activated once cPanel is installed on your server.

Installation of cPanel/WHM

Before installing cPanel you must have Perl installed on your server as cPanel is written in Perl. To install Perl on your system, login as root user and run the following command.
    yum -y install perl
Now you will need to set the hostname for your server. A hostname is a FQDN or Fully Qualified Domain Name which will be used to identify your server. For example consider vps.mydomain.com - this is a FQDN which you can use as your hostname. To change your hostname run the following command
    hostname vps.mydomain.com
You can replace vps.mydomain.com with your hostname. You must own the domain of which your are setting up the hostname.
Next, you will need to change your current directory to /home directory, run the following command to do this.
    cd /home
Download the installation script from cPanel website by executing the following command -
    curl -o latest -L https://securedownloads.cpanel.net/latest
Now run the installation script by executing the following command -
    sh latest
This will start your cPanel installation, you can now sit back and relax as the installation takes around half hour to complete. Once the installation script is finished you will see the following output:
    2016-06-11 08:42:33  222 ( INFO): cPanel install finished in 21 minutes and 23 seconds!
    2016-06-11 08:42:33  938 ( INFO): Congratulations! Your installation of cPanel & WHM 11.56 is now complete. The next step is to configure your server.
    2016-06-11 08:42:33  938 ( INFO): Before you configure your server, ensure that your firewall allows access on port 2087.
    2016-06-11 08:42:33  938 ( INFO): On RHEL, CentOS, and CloudLinux systems, execute /scripts/configure_firewall_for_cpanel to accomplish this.
    2016-06-11 08:42:33  938 ( INFO): After ensuring that your firewall allows access on port 2087, you can configure your server.
    2016-06-11 08:42:33  938 ( INFO): 1. Open your preferred browser
    2016-06-11 08:42:33  938 ( INFO): 2. Type https://198.50.190.11:2087 in the address bar
    2016-06-11 08:42:33  938 ( INFO): 3. Enter the word root in the Username text box
    2016-06-11 08:42:33  938 ( INFO): 4. Enter your root password in the Password text box
    2016-06-11 08:42:33  938 ( INFO): 5. Click the Login button
    2016-06-11 08:42:33  938 ( INFO): Visit https://go.cpanel.net/whminit for more information about first-time configuration of your server.
    2016-06-11 08:42:33  938 ( INFO): Visit http://support.cpanel.net or https://go.cpanel.net/whmfaq for additional support
    2016-06-11 08:42:33  938 ( INFO): Thank you for installing cPanel & WHM 11.56!
You can now open your browser and go to https://your-server-ip:2087 to access WHM. Login with username root and your root account's password. Make sure that you use https to access WHM in browser. For example if your IP is 192.168.0.85 then you will have to go to https://192.168.0.85:2087
Once you are logged in you will be taken to initial server setup. In Step 1 you will be shown the cPanel & WebHost Manager End User License Agreement, you can go through the agreement and click on I Agree/Go to Step 2 once you are ready.
In Step 2 you will be taken to the Setup Networking section. Provide your contact information, a valid email address which should not be hosted on the same server. This email will be used for sending critical information about server.
Scroll down to find hostname section, you can enter a new hostname for your server by replacing the old one which we have given during installation. If you don't want to change the hostname, you can leave the hostname field as it is. Enter DNS resolvers for your server. Resolvers will be used to fetch DNS entries of any website. If your service provider has DNS resolvers then cPanel will automatically detect and fill them for you, if not then you can use Google's public DNS resolvers which are 8.8.8.8 and 8.8.4.4 or OpenDNS's public DNS resolvers which are 208.67.222.222 and 208.67.220.220.
Next you can select your Main Network Device, an IP available on that device will be considered as the main IP address of your server.
Once done click on Save & Go to Step 3 button.
In Step 3 you will see the section to Set Up IP Addresses. If you have more than one IP address assigned to your server and your interface, you can add them here. To add a new IP address just enter the IP address in IP Address(es) to Add field, if you have a pool of IP address you can also add multiple IP address using CIDR notations. Enter the Subnet Mask and choose the network interface. Click on Add IP(s) button to add the IP address. Down below you will see the list of current IP address available to your server.
If you wish to use the default settings just click on Skip This Step and Use Default Settings button on the top. If you have added IP address then click on Go to Step 4 button.
In Step 4 you will be taken to Nameserver configuration, you will have three options to choose from, you can compare the advantage and disadvantages of using different Name server applications. Recommended is that you choose BIND as it has most advantages. If you do not want to run a DNS server on your local machine you can disable the nameserver by choosing the disable option.
Next, choose the nameserver which your server will use. You may want it to be ns1.yourdomain.com or ns2.yourdomain.com. You will need to create hostnames in your domain control panel. Now add A Entries for your hostname by selecting the Add "A Entries" for Hostname checkbox.
Enter the IP address of your server if it is not prefilled. Finally click on Save & Go to Step 5 button to go to step 5.
In Step 5 You will see the configuration page for your services. In FTP configuration you can choose from two FTP applications, recommended is Pure-FTPD. Choose the disabled option if you want to disable the local FTP server. In mail configuration you can either choose Dovecot which is also recommended or you can choose to disable mail server by choosing disabled option.
Next you can configure cPHulk Brute Force Protection, select Enable cPHulk check box to enable cPHulk. Next you can select settings for cPHulk from many options. In Advanced setting of cPHulk you can choose duration to block a user from logging in if it encounters certain failures by Account and IP address.
You can also provide maximum failures before an IP address is blocked for a day. Finally click on Save & Go to Step 6 button.
In Step 6 you will be asked if you want to use file system quotas. It is recommended that you select Use file system quotas options. If you choose not to use file system quotas then you will not be able to track the disk space used by any user or website.
Click Finish Setup Wizard to complete the initial setup wizard. You will now see some new features of cPanel in its feature showcase. In recommended features you will see cPanelID, which enables a user to login to cPanel with his cPanelID. This feature enables a user to login to multiple cPanels with single user id. You can enable this feature by choosing the enable option. To disable this, select No, thank youoption.
Next, you will see cPHulk's username based protection feature which only blocks a certain user instead of blocking the IP address so that other user may login from same IP. There are more new features like PHP-FPM, ModSecurity, cPanel Reset Password and more. You can either choose to enable them or disable them by selecting No, thank you option.
Once you have chosen to enable or disable a feature. Click on Save Settings button to save the settings and go to WHM. You will now see the default home page of WHM.
To see the user level interface of cPanel/WHM, you will need to create a user account first. Go to Home > Account Functions > Create a New Account in WHM. In the "Create a New Account Interface", enter the main domain of user, username will automatically get filled according to the domain, you can also use a different username if you want to. Enter a password for your user, you may also use password generator to generate a strong password. Enter a valid email for your user. You can choose a package from the dropdown, but as we have installed cPanel recently there will not be any package. If you do not select any package, cPanel will provide unlimited resources to this account.
Next, in the settings options, select the default theme. You can choose paper_lantern which is a modern and responsive. If you want the old non responsive theme you can select x3 or x3mail, choose the language in the locale setting. In the reseller setting you can make the account a reseller account. A reseller has ability to create more accounts under it. In DNS settings select the options to enable DKIM and SPF on the account. In the mail routing settings, unless required, leave the options as Local Mail Exchanger. Click on the create button to create the user account. cPanel will now run the script to create the user account and the output will be shown to you.
Now you can go to https://your-server-ip:2083 to access cPanel, you will see the login prompt like shown below. Enter the username and password you have created recently and click on Login button.
Once you are logged in you will see the cPanel Home interface from where a user can manage all the settings related to their website.

Conclusion

In this detailed tutorial we have installed cPanel/WHM on a VPS/Dedicated Server running CentOS 7. cPanel helps you to manage multiple websites on a single shared server with ease.

cPanel/WHM Centos

https://poweruphosting.com/blog/how-to-install-cpanel-on-centos/


Introduction

cPanel is the most widely-used control panel for website hosting today. It is the most popular and most widely used control panel for its ease of use, powerful features, and availability for all types of hosting.

Today we will learn how to install cPanel on CentOS 7 on a brand new server that you have got with Power Up Hosting.

Click Here: For complete cPanel tutorial guide

Quick Tip: You can run this installation on a Bare Metal Dedicated Server or a Virtual Private Server, and even on a Cloud Instance or Container such as Docker!

Lets begin:

cPanel is programmed in Perl language. Hence, we need to install Perl before the cPanel installation if it isn't installed on the server before.

yum install -y perl
yum install y perl

Once the installation has been completed, you will notice something like in the screen below:

yum installation complete

So when your Perl is established, the next step is to check the correct hostname set for your server. You can check for the valid hostname by the below command.

hostname
cpanel hostname

Once you run the hostname command, you will see the hostname of your server showing up

hostname cpanel results

If you are not sure for the hostname or if you lack the hostname you can use a temporary hostname. Once cPanel is installed, you can afterward modify your hostname to the correct one.

hostname server.example.com
Installation of cPanel

cPanel Installation is a lengthy process does take a long time. Although using program "screen" is not necessary to install cPanel, it can be a very helpful addition to the installation process. It can be especially useful if you know that you may have issues with intermittent internet, or you simply don't want to sit there waiting for it to finish.

So, first you will need to install the screen to start the cPanel Installation, the screen will help us keep our process going, even if we lose the connectivity to the server.

To install screen and wget run the following command:

 yum install wget screen -y
yum install wget screen -y

Once screen is installed, you see the installation screen like this:

yum install wget screen -y complete

start a new session running:

clear
We will give the name to our screen as cPanel Installation.
So you can use the command as

screen -S cPanel Installation
screen -S cPanel Installation

So Now your screen is installed, we are ready to start with our cPanel Installation.

Install cPanel/WHM with the command

wget -N http://httpupdate.cPanel.net/latest
wget cpanel latest installation

Install the DNS only version of cPanel with the command

wget -N http://httpupdate.cPanel.net/latest-dnsonly
Now you have downloaded your requested packages we are ready to start the cPanel Installation script running.

sh latest
The above command will start executing the cPanel Installation.
Remember it is time to get out of the screen as we began the installation in the background. The script will take one or two hours so we can detach our screen.

You can detach the screen with the command.

control-a-d

You can detach the screen with the command.

screen -r
So you can re-attach the screen with the above command, and you can check for the completion of the cPanel Installation.

Once your cPanel Installation is complete, you can access and complete the Initial setup.

You can access the cPanel or login by going to your IP address:2087 (e.g.,. 12.34.45.78:2087l) or domain (example.com:2087)

Your login will be:

username: yourserveruser
password: your_password
Quick Tip: If you logged into your server as the user "root" then your username for WHM will also be root, and the password will be your root password. Keep this information safe as it gives full access to all of the cPanel on your server.

That concludes our installation of cPanel, look out for our new Guide on configuring cPanel from scratch and quick optimization tweaks for your new cPanel server.

..if you like the article then do share it on social media and if you have any questions then leave a comment below and I will be happy to help..




______________________________________


cPanel is your website's control panel, and allows you to do tasks such as edit files, create email addresses, and setup databases. The cPanel accounts themselves are managed by Web Host Manager, commonly referred to as WHM. WHM access is not available in Shared cPanel Hosting, however if you have VPS Hosting or a Dedicated Server through InMotion Hosting, you have WHM access. Reseller accounts have a limited form of WHM as well. If you missed our previous article, please see the What is VPS Hosting? tutorial.

http://www.inmotionhosting.com/support/website/cpanel-vs-whm


_______________________________________


MORE INFO:

https://hostpresto.com/community/tutorials/how-to-install-cpanel-whm-centos-7/