I'm trying to find an easy dependable way for a website with PHP/curl to get simple small pre-defined TEXT content from a source of mine that is more or less hidden to the person viewing the PHP code or server admin. For example, these questions come to mind:
- Could Standard Curl connect to a tor/onion website to fetch simple text content?
- Could Standard Curl connect to an IRC channel/site/node to fetch simple text content?
- Is there any other mostly 'universal' way for doing something like this WITHOUT installing any software, nor having server access?
Basically, I have software I sell that needs to fetch text from a main source, without most users knowing/being able to trace that down to my home server/website/etc....


