Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /nuitka/eggshell.build/ |
Upload File : |
�� �
_defaultproxy�.��� ��setdefaultproxy(proxytype, addr[, port[, rdns[, username[, password]]]])
Sets a default proxy which all further socksocket objects will use,
unless explicitly changed.
�.�� �
socksocket�.��
�socket�.�� �GeneralProxyError�.�� K�no proxy specified�����.��> X7 wrapmodule(module)
Attempts to replace a module's socket library with a SOCKS socket. Must set
a default proxy using setdefaultproxy(...) first.
This will only work on modules that import socket directly into the
namespace;
most of the Python Standard Library falls into this category.
�.�� �
_orgsocket�.�� �__init__�.�� �_socksocket__proxy�.��
(NNNNNNt�.�� �_socksocket__proxysockname�.�� �_socksocket__proxypeername�.�� �_socksocket__httptunnel�.�� �recv�.�� �data�.�� �count�.�� �self�.��( K �connection closed unexpectedly�����.��� ��__recvall(count) -> data
Receive EXACTLY the number of bytes requested from the socket.
Blocks until the required number of bytes have been received.
�.�� �_socksocket__rewriteproxy�.�� �sendall�.��u �q override socket.socket.sendall method to rewrite the header
for non-tunneling proxies if needed
�.�� NN��.��* �&too many values to unpack (expected 2)�.�� �split�.�� �
���.�� �lower�.�� �
startswith�.�� �host:���.�� �get���.��
�post���.�� �host�.�� �endpt�.��
�remove�.�� � ���.�K.�K.�K.��
�insert�.�K .�� �_socksocket__getauthheader�.�� �Host: %s�.�� �%s http://%s%s %s�.�K.�� �
�.��� �� rewrite HTTP request headers to support non-tunneling proxies
(i.e. those which do not support the CONNECT method).
This only works for HTTP (not HTTPS) since HTTPS requires tunneling.
�.�� C:�.�� �Proxy-Authorization: Basic �.��
�base64�.��
� b64encode�.��
�decode�.�� X
setproxy(proxytype, addr[, port[, rdns[, username[, password]]]])
Sets the proxy to be used.
proxytype - The type of the proxy to be used. Three types
are supported: PROXY_TYPE_SOCKS4 (including socks4a),
PROXY_TYPE_SOCKS5 and PROXY_TYPE_HTTP
addr - The address of the server (IP or DNS).
port - The port of the server. Defaults to 1080 for SOCKS
servers and 8080 for HTTP proxy servers.
rdns - Should DNS queries be preformed on the remote side
(rather than the local side). The default is True.
Note: This has no effect with SOCKS4 servers.
username - Username to authenticate with to the server.
The default is no authentication.
password - Password to authenticate with to the server.
Only relevant when username is also provided.
headers - Additional or modified headers for the proxy connect
request.
�.��
�struct�.�� �pack�.�� (�BBBB�KKK Kt�.�� (�BBB�KKK t�.�� �_socksocket__recvall�.�� K��.�� �builtins��slice���K KN��R�.�� ��.�� �close�.�� �_generalerrors�.�� hCKKN��R�.�� � �.�� ��.��
� .��
�append�.�� K��.��
�extend�.�� ��.�� �Socks5AuthError�.�K.�� �_socks5autherrors�.�� �ÿ�.��
� inet_aton�.�� �error�.�� ��.��
�encode�.�� �
gethostbyname�.�� �>H�.�� K��.�K.�� �Socks5Error�.�� �
_socks5errors�.�K .�� hCKKN��R�.�� hCKKN��R�.��
�unpack�.��
�ipaddr�.��
� inet_ntoa�.��o �k__negotiatesocks5(self,destaddr,destport)
Negotiates a connection through a SOCKS5 server.
�.��m �igetsockname() -> address info
Returns the bound IP address and port number at the proxy.
�.�� �getpeername�.��d �`getproxypeername() -> address info
Returns the IP and port number of the proxy.
�.��� ��getpeername() -> address info
Returns the IP address and port number of the destination
machine (note: getproxypeername returns the proxy)
�.�� (�BBBB�K K K Kt�.�� �>BBH�.�� K��.�� �Z�.�� K[K\K]��.�� �Socks4Error�.�� �
_socks4errors�.�KZ.�K^.�� hCKNN��R�.�� hCKKN��R�.��o �k__negotiatesocks4(self,destaddr,destport)
Negotiates a connection through a SOCKS4 server.
�.�� �CONNECT �.�� �:�.�� � HTTP/1.1
�.�K.��
� iteritems�.�� �headers�.�� �: �.�� �proxy-authorization�.�� �wrote_host_header�.��
�Host: �.�� �destaddr�.�� �wrote_auth_header�.�� � �.�� �resp�.�� �find�.�� �
�.�� J����.�� �
splitlines�.�h+.�� �HTTP/1.0�.�� �HTTP/1.1�.�K�.��
� HTTPError�.�� �0.0.0.0�K ��.��l �h__negotiatehttp(self,destaddr,destport)
Negotiates a connection through an HTTP server.
�.�� hA�list���hA�tuple�����.�� hA�str���hA�bytes�����.�� �PROXY_TYPE_SOCKS5�.�� M8.�� �connect�.�� �_socksocket__negotiatesocks5�.�� �destpair�.�� �PROXY_TYPE_SOCKS4�.�� �_socksocket__negotiatesocks4�.�� �PROXY_TYPE_HTTP�.�� M�.�� �_socksocket__negotiatehttp�.�� �PROXY_TYPE_HTTP_NO_TUNNEL�.�� M�.�� ��connect(self, despair)
Connects to the specified destination through a proxy.
destpar - A tuple of the IP/DNS address and the port number.
(identical to socket's connect).
To select the proxy server use setproxy().
�.�� X SocksiPy - Python SOCKS module.
Version 1.00
Copyright 2006 Dan-Haim. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of Dan Haim nor the names of his contributors may be used
to endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY DAN HAIM "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL DAN HAIM OR HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMANGE.
This module provides a standard socket-like interface for Python
for tunneling connections through SOCKS proxies.
Minor modifications made by Christopher Gilbert (http://motomastyle.com/) for
use in PyLoris (http://pyloris.sourceforge.net/).
Minor modifications made by Mario Vilas (http://breakingcode.wordpress.com/)
mainly to merge bug fixes found in Sourceforge.
�.�� �__doc__�.��4 �0/usr/lib/python3/dist-packages/httplib2/socks.py�.�� �__file__�.�� �__spec__�.��
�origin�.�� �has_location�.�� �
__cached__�.�� �sys�.��1 �-socket.socket missing, proxy support unusable�.�� hA� Exception�����.��
� metaclass�.�� �__prepare__�.�� �
ProxyError�.�� �__getitem__�.��2 �.%s.__prepare__() must return a mapping, not %s�.�� �__name__�.�� �<metaclass>�.�� �httplib2.socks�.�� �
__module__�.�� �__qualname__�.�� �__orig_bases__�.��Z (�success��invalid data��
not connected��
not available��bad proxy type�� bad input�t�.��� (� succeeded��general SOCKS server failure��!connection not allowed by ruleset��Network unreachable��Host unreachable��Connection refused��TTL expired��Command not supported��Address type not supported��
Unknown error�t�.��� (� succeeded��authentication is required��0all offered authentication methods were rejected��$unknown username or invalid password��
unknown error�t�.��� (�request granted��request rejected or failed��Lrequest rejected because SOCKS server cannot connect to identd on the client��Prequest rejected because the client program and identd report different user-ids��
unknown error�t�.��
(NNN�NNt�.�� �setdefaultproxy�.�� �
wrapmodule�.�� X socksocket([family[, type[, proto]]]) -> socket object
Open a SOCKS enabled socket. The parameters are the same as
those of the standard socket init. In order for SOCKS to work,
you must specify family=AF_INET, type=SOCK_STREAM and proto=0.
�.�� �AF_INET�.�� �SOCK_STREAM�.�� �socksocket.__init__�.��
� __recvall�.�� �socksocket.__recvall�.�� �socksocket.sendall�.�� �__rewriteproxy�.�� �socksocket.__rewriteproxy�.�� �__getauthheader�.�� �socksocket.__getauthheader�.�� (NNN�NNNt�.�� �setproxy�.�� �socksocket.setproxy�.�� �__negotiatesocks5�.�� �socksocket.__negotiatesocks5�.�� �getproxysockname�.�� �socksocket.getproxysockname�.�� �getproxypeername�.�� �socksocket.getproxypeername�.�� �socksocket.getpeername�.�� �__negotiatesocks4�.�� �socksocket.__negotiatesocks4�.�� �__negotiatehttp�.�� �socksocket.__negotiatehttp�.�� �socksocket.connect�.�� �<module httplib2.socks>�.�� h�auth���.��&