


The CPanel panel is a very powerful virtual host management panel. If you are a space business owner, you may be familiar with this CP panel. Now I will introduce how to use PHP to automatically back up website files.
代码如下 | 复制代码 |
// PHP script to allow periodic cPanel backups automatically. // Based on script posted by max.hedroom in cpanel.net forums // This script contains passwords. KEEP ACCESS TO THIS FILE SECURE! // ********* 下面项目需要设定 ********* // cPanel登录信息 $cpuser = "**"; // CPanel帐号 $cppass = "***"; // CPanel密码 $domain = "***"; // cPanel所在域名或IP $skin = "x3"; // 正在使用的cPanel风格,默认"x3"。 /************** 备份目的地 *************** "homedir" - 本地主目录 "ftp" - 远程FTP备份(主动模式) "passiveftp" - 远程FTP备份(被动模式) "scp" - 加密传输(需服务器支持) ****************************************/ $savedir = "ftp"; // 备份目的地,默认"homedir",即只做本地备份。 // FTP上传的信息(备份目的地为本地的,可不填) $ftpuser = "***"; // FTP帐号 $ftppass = "***!"; // FTP密码 $ftphost = "***"; // FTP服务器IP $ftpport = "21"; // FTP端口,默认21 $ftprdir = "/"; // 远程FTP目录,默认"/" // 通知信息 $notifyemail = "**@gmail.com"; // 信息反馈邮件地址 // 安全模式 $secure = 1; // 0为标准http, 1为ssl(需要主机支持ssl) // 设定值为1时会在排程记录中产生网页报告 $debug = 0; // *********** 以下内容不要更改! ********* if ($secure) { $url = "ssl://".$domain; $port = 2083; } else { $url = $domain; $port = 2082; } $socket = fsockopen($url,$port); if (!$socket) { echo "Failed to open socket connection... Bailing out!n"; exit; } // Encode authentication string $authstr = $cpuser.":".$cppass; $pass = base64_encode($authstr); $params = "dest=$savedir&email=$notifyemail&server=$ftphost&user=$ftpuser&pass=$ftppass&port=$ftpport&rdir=$ftprdir&submit=Generate Backup"; // Make POST to cPanel fputs($socket,"POST /frontend/".$skin."/backup/dofullbackup.html?".$params." HTTP/1.0rn"); fputs($socket,"Host: $domainrn"); fputs($socket,"Authorization: Basic $passrn"); fputs($socket,"Connection: Closern"); fputs($socket,"rn"); // Grab response even if we don't do anything with it. while (!feof($socket)) { |
Copy the above code and save it as: fullbackup.php file, upload it to a directory other than public_html
This global script contains the cPanel login account and password. For security reasons, you need to put this script in a folder other than the public_html folder, such as: "/home/yourname/backup", and set the folder's The permissions are 600. Remember!
2. Fill in the relevant information and change the file name to fullbackup.php
3. Upload the above script to the "/home/yourdomain/beifen" directory. (If there is no beifen directory, you can create a new one)
4. Change the permissions of the beifen directory to 600
5. Open the Cron Jobs in the cpanel panel.
Select the job frequency and enter
in the command field The code is as follows
|
Copy code | ||||

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

如何利用GitLab进行项目文档管理一、背景介绍在软件开发过程中,项目文档是非常重要的资料,不仅能够帮助开发团队了解项目的需求和设计,还能提供给测试团队和客户参考。为了方便项目文档的版本控制和团队协作,我们可以利用GitLab来进行项目文档管理。GitLab是一个基于Git的版本控制系统,除了支持代码管理,还可以管理项目文档。二、GitLab环境搭建首先,我

本站10月7日消息,群创光电公布2023年9月自结合并营收为199亿元新台币(本站备注:当前约45.17亿元人民币),较上月增加3.6%,较去年同期增加17.3%。9月大尺寸合并出货量共计929万片,较上月增加3.1%;中小尺寸合并出货量共计2141万片,较上月减少16.1%。群创光电第三季自结合并营收为577亿元新台币(当前约130.98亿元人民币),较去年同期增加20.1%,较上季增加4.7%。大尺寸合并出货量共计2795万片,较上季减少17.1%;中小尺寸合并出货量共计7078万片,较上季

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。

6月27日消息,根据研究机构Omdia最新发布的报告,2024年第一季度,全球智能手机有机发光二极管(OLED)面板出货量历史上首次超过了液晶显示屏(LCD)。报告显示,2023年智能手机显示屏年出货量达到14.5亿片,同比增长5%,而到了2024年上半年,预计出货量将达到7.15亿片,同比增长9%。其中,主动矩阵有机发光二极管(AMOLED)屏幕出货量在2024年第一季度增至1.82亿片,同比增长39%,相比之下,薄膜晶体管液晶显示屏(TFTLCD)出货量降至1.72亿片,同比下降10%。Om

在PHP中,可以利用implode()函数的第一个参数来设置没有分隔符,该函数的第一个参数用于规定数组元素之间放置的内容,默认是空字符串,也可将第一个参数设置为空,语法为“implode(数组)”或者“implode("",数组)”。

根据CINNOResearch统计数据显示,到2024年第一季度全球AMOLED智能手机面板出货量约为1.9亿片,同比增长44.6%,环比下滑18.8%。数据显示,分地区来看,韩国地区份额缩窄至46.6%,国内厂商出货占比53.4%。与此同时,增加了15.6个百分点的份额,环比增加了8.5个百分点,份额首次超过五成。市场份额由去年同期的53.3%缩窄至41.0%,市场份额同比下滑12.3个百分点,份额降至仅四成。对苹果和三星手机的依赖度越来越深,其它国产安卓品牌订单持续转出。京东方(BOE)AM

转化方法:1、使用“mb_substr($url,stripos($url,"?")+1)”获取url的参数部分;2、使用“parse_str("参数部分",$arr)”将参数解析到变量中,并传入指定数组中,变量名转为键名,变量值转为键值。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Notepad++7.3.1
Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version
God-level code editing software (SublimeText3)
