Delphi 10.2 Toyko Linux Paserver Installation and Use
Delphi has been updated to 10.2. This is the first installation method for use in Centos7.
Delphi has been updated to 10.2. This is the first installation method for use in Centos7.
Server hacking was made to easily check whether the malicious PHP was installed, monitoring and risk code. Write the code on the server account and upload it. Click the download button below to download the monitoring program. Run the downloaded program and enter the URL written in (1) in the URL (S). Click Diagnose to tell you the suspected file name as shown below. Not usually ...
How to use Run the program. Click the File button, write the work as shown below, and save it. (If you have multiple accounts, you can write it repeatedly.) Press the run button to run. Download Download (Kilhonet) Think After being damaged by one who used Nayana web hosting, I made it with the importance of the backup ㅠㅠ
As reported in the SBS 8 o'clock news on Saturday, June 10 (Sat), an IDC institution that manages more than 10,000 websites in Korea received a ransomware attack, causing a failure in the service. I don't know when the recovery will be, so I transferred and restored to another server company. There may be a broken page. If you find it, please let me know the question BBS. thank you Related News: http://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=105&oid=055&AID=0000538425 Company Notice: http://www.nayana.com/bbs/set_view.php?b_name=notice&w_no=957 [추가]As a result of receiving the answer from Nayana on the Internet ...
The Kilhonet homepage has been renovated with a new theme. Existing themes occupy a lot of loads when loading, so that it was changed to a light and clean theme. When you find a part that is not applicable in the process of changing, please leave it in the question bbs. Please pay attention.
I used Cloudflare to reduce the traffic load, but the connection location was LAX (Los Angeles), so I made it to be used to use it as a CDN form. The server is located in VULTR. The principle is that kilho.net/ {file} is connected to cdn.kilho.net/ {file} to disperse the traffic of the main hosting.[PHP] <? $cfg['url'] = 'kilho.net'; $cfg['cache'] = '../data/cache'; $url = $_SERVER['REQUEST_SCHEME'].'://'.$cfg['url'].$_SERVER['REQUEST_URI']; $url_arr = parse_url($url); switch($_SERVER['REQUEST_METHOD']) { case 'GET': $filename = $cfg['cache'].$url_arr['path']; $dirname = dirname($filename); if(!is_file($filename)) { if(!is_dir($dirname)) mkdir($dirname, 0707, true); $ch = curl_init(); $fp =...