kingsley0617
Registered Member
- Dec 22, 2025
- 76
- 27
Hello, good day.
I have completed most parts of my project. The only remaining task is to implement a system that checks and validates my proxies, updates their status, and ensures that I do not distribute dead proxies to users.
Currently, I am using cPanel where I installed a Python script and set up a cron job. The cron job sends requests to my PHP script, which fetches the proxies and validates them. This setup was working well at first.
However, I discovered that the validation is only accurate for HTTP and HTTPS proxies. It is not reliable for SOCKS proxies because outbound connections are restricted on my cPanel hosting environment.
I am now considering getting a VPS to handle the proxy testing instead. I would appreciate your opinion on whether moving to a VPS is the right solution or if there is a better alternative.
Thank you.
I have completed most parts of my project. The only remaining task is to implement a system that checks and validates my proxies, updates their status, and ensures that I do not distribute dead proxies to users.
Currently, I am using cPanel where I installed a Python script and set up a cron job. The cron job sends requests to my PHP script, which fetches the proxies and validates them. This setup was working well at first.
However, I discovered that the validation is only accurate for HTTP and HTTPS proxies. It is not reliable for SOCKS proxies because outbound connections are restricted on my cPanel hosting environment.
I am now considering getting a VPS to handle the proxy testing instead. I would appreciate your opinion on whether moving to a VPS is the right solution or if there is a better alternative.
Thank you.