glype | A copy of glype , web-based proxy script written in PHP | Proxy library
kandi X-RAY | glype Summary
kandi X-RAY | glype Summary
Glype is a web-based proxy script written in PHP. This repository is a copy from
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Render the javascript
- Wrap the GYSI control panel
- Return an HTML document
- Set a cookie value
- Process headers
- Clean a value
- Notifies all registered observers
- Print out the page
- Clear session .
- Get a message
glype Key Features
glype Examples and Code Snippets
Community Discussions
Trending Discussions on glype
QUESTION
As the title suggests, I'm wondering If it's technically possible for a PHP script to act as an SOCKS proxy. If not what are the technical limitations?
I have access to a paid hosting which provides me with executing PHP scripts and a domain name is connected to the host. (e.g. example.com).
Is there any SOCKS proxy written in PHP so I may upload it a directory at host (e.g. example.com/proxy) and configure a client (like Firefox) to connect via the proxy.
- cURL and other extensions are supported.
- I'm not yet sure about SSH access.
- I have seen projects like php-proxy or glype but These are not things I need because they can be used only by browsing proxy's homepage. (They are web proxies, But I need a proxy server)
ANSWER
Answered 2019-Jul-06 at 22:10What you describe will not work. While PHP does have the ability to create a TCP server, a proxy server in particular must already be running and listening for connections before a client tries to connect to it, and hosting providers execute a PHP script only on an as-needed basis whenever a client requests the script via the HTTP/S protocol, running the script only for the duration of that request. For what you want, you need a dedicated server running your PHP application separate from a web server. You won't get that with a hosting provider.
QUESTION
I am working on a website which contains some links.
The actual websites related to the links are filtered in my country by our government. I need to find a way to let our visitors to surf those websites without demanding to use/buy any vpn connection or proxy on their own,
i.e. this website is filtered in my country: https://www.trendyol.com/ but this link is perfectly works (no restriction): http://trendyol.cipmark.com/
I need something like what "CIPMARK.com" did.
How can I do that?
Is it possible that I buy a vpn connection and somehow embed the vpn in my website and let visitors access those websites via this vpn connection?
If not how can I resolve this problem?
p.s. PHproxy and Glype failed to open those website properly.
...ANSWER
Answered 2017-May-19 at 15:32How can I do that?
Short answer you can't.
Longer answer - presumably your government blocked these sites for a reason. How happy are they going to be that you are providing a means to bypass those controls?
This is not something to be done within PHP. While, in theory, you could implement a proxy in PHP which communicates over a VPN to the origin sites, in practice this is way beyond your abilities - and a sane person who was capable of doing this would not attempt it (unless they were in the business of stealing peoples details in MITM attacks).
If you're not bothered about rubber hose vulnerabilities then just host / provide facilities for your users to download TOR or similar.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install glype
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page