On Aug 2, 12:25 pm, Piet van Oostrum wrote:
> > NighterNet (N) wrote:
> >N> Here the full code.
> >N> flashpolicy.xml
> >N> [[[
> >N>
> >N>
> >N>
> >N>
> >N> ]]]
> >N> flashpolicytest_server3x.py
> >N> [[[
> >N> #!/usr/local/bin/python
> >N> '''
> >N> Still under testing...
> >N> pytho
> NighterNet (N) wrote:
>N> Here the full code.
>N> flashpolicy.xml
>N> [[[
>N>
>N>
>N>
>N>
>N> ]]]
>N> flashpolicytest_server3x.py
>N> [[[
>N> #!/usr/local/bin/python
>N> '''
>N> Still under testing...
>N> python version 3.x.x
>N> '''
>N> import socket
>N> import threading
>N> impor
Here the full code.
flashpolicy.xml
[[[
]]]
flashpolicytest_server3x.py
[[[
#!/usr/local/bin/python
'''
Still under testing...
python version 3.x.x
'''
import socket
import threading
import sys
import os
file_name = 'flashpolicy.xml'
fh = open(file_name, "r")
policy = fh.read(10001)
hos
On Aug 1, 4:52 am, Piet van Oostrum wrote:
> > NighterNet (N) wrote:
> >N> I need help on the policy to able to let access to user to the server
> >N> once the policy access is finish. I been trying to find a good
> >N> example, but I got no luck. Using python version 3.1.
> >N> Here the code
> NighterNet (N) wrote:
>N> I need help on the policy to able to let access to user to the server
>N> once the policy access is finish. I been trying to find a good
>N> example, but I got no luck. Using python version 3.1.
>N> Here the code I tested but it not working.
>N> if str(buff) == s
NighterNet schrieb:
I need help on the policy to able to let access to user to the server
once the policy access is finish. I been trying to find a good
example, but I got no luck. Using python version 3.1.
Here the code I tested but it not working.
if str(buff) == str("b\'\\x00\'"):
I need help on the policy to able to let access to user to the server
once the policy access is finish. I been trying to find a good
example, but I got no luck. Using python version 3.1.
Here the code I tested but it not working.
if str(buff) == str("b\'\\x00\'"):