Skip to content

Instantly share code, notes, and snippets.

View lazenes's full-sized avatar
💻
I'm a < o <I é r

Enes BİBER lazenes

💻
I'm a < o <I é r
View GitHub Profile
@lazenes
lazenes / downloader.php
Created February 23, 2023 20:50 — forked from ARACOOOL/downloader.php
Download remote file with progress bar (PHP, curl)
#!/usr/bin/php
<?php
/**
* Usage:
* php downloader.php http://path.to/remote/file.ext /local/file/path
*
* Output:
* [############################################################################################### ] 96%
*/
@lazenes
lazenes / auto_plesk_trial.php
Created February 1, 2023 19:21 — forked from likecyber/auto_plesk_trial.php
Auto Plesk Trial Renewal (using Anti-Captcha to solve ReCaptcha)
<?php
/*
Make sure to enter $anticaptcha_key before upload to server.
Upload "auto_plesk_trial.php" file to "/home/centos/auto_plesk_trial.php"
Then create Schedule Task in Root account of Plesk.
Task Type: Run a PHP script
Script path: /home/centos/auto_plesk_trial.php
Use PHP version: 7.x.x / 8.x.x
Run: Cron style * * * * *