Dan Ashbridge
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Dan Ashbridge-
Dan Ashbridge commented,
Hello, the PHP is below: $cpanel_user = 'REMOVED'; $cpanel_pass = 'REMOVED'; $cpanel_skin = 'paper_lantern'; $cpanel_host = 'REMOVED'; $dir = 'public_html/'; $sock = fsockopen($cpanel_host, 2082)...
-
Dan Ashbridge created a post,
Creating Subdomains using PHP
Hi, I have created a PHP script that automatically creates a Subdomain in cPanel. My original plan was for the script to run without any input from the user running the script in question to creat...