Skip to main content

hiphp for control php websites.

Project description

byRo0t96



A package for controlling a php-based website.

hiphp for control php websites.

Installation:

pip install hiphp

Usage:

#s
from hiphp import hiphp

hiphp("<PASSWORD>","http://LINK/TO/YOUR/PHP/FILE",<OPTIONS>).run()
#e

Examples:

#s
from hiphp import hiphp

# Example:1
# CLI:
hiphp("123","https://google.com/index.php").run()
#e
#s
from hiphp import hiphp

# Example:2
# Command:
hiphp("123","https://google.com/index.php",False,False).run("-c echo 'hi';")
#e
#s
from hiphp import hiphp

# Example:3
# Command:
p1=hiphp("123","https://google.com/index.php",True,False).run("-c echo 'hi';")
print(p1)
#e
#s
from hiphp import hiphp

# Example:4
# File:
hiphp("123","https://google.com/index.php",False,False).run("example_4.php")
#e
#s
from hiphp import hiphp

# Example:5
# File:
p1=hiphp("123","https://google.com/index.php",True,False).run("example_5.txt")
print(p1)
#e

Changelog:

0.1.1

  • Import pakages by pipincluder.
  • Fix bugs.

0.1.0

  • New build.
  • Fix bugs.

0.0.4

  • Fix bugs.

0.0.2

  • Fix bugs.
  • Add help list.
  • Add Executing from files.

0.0.1

  • First public release.




byRo0t96

facebook youtube LinkedIn instagram visitor-badge

ko-fi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hiphp-0.1.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

hiphp-0.1.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page