Jump to content

jhm52

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by jhm52

  1. hi, same issue here, my IP has been blocked and I cant access the cpanel anyomore due to apparently too many failed attempt at loging in with wrong password on FTP using filezilla (though it's the same password i use to log on cpanel) here is my ip 1.32.68.34 can you unblock it
  2. I had the same issue and couldn't debug the cron job to run a python script. at the end I created a python script which execute shell command then I placed in a public folder with permission 755, you need to open it in a browser for the script to be executed. the script is as follow: #!/usr/bin/python3.7 print("Content-Type: text/html\n\n") print("This will show if python is executing properly")#replace /path/to/script.py with the path to your own script #the below allow to execute shell scriptimport ostry: os.system('/usr/bin/env python3.7 /path/to/script.py') print("done")except: print("failed")
×
×
  • Create New...