MOON
Server: Apache
System: Linux server1.quantilytics.org 3.10.0-1160.119.1.el7.tuxcare.els21.x86_64 #1 SMP Tue Jun 17 03:11:12 UTC 2025 x86_64
User: hnhtennm (1016)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/share/i360-php/python-proto/example1.py
import io
import message_reader

def main():
  php_dict = message_reader.fillDictionary()
  file = io.open("t2.txt", "rb", buffering = 0)
  while True:
    obj = message_reader.readDataFromStream(file)
    if obj=="":
      break
    print obj.proactive.queue_string
  file.close()

if __name__== "__main__":
  main()