Projects STRLCPY hiphp Commits 1c2bf06f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 13 lines
    14 14  <h2>Installation:</h2>
    15 15  
    16 16  ```
    17  -pip install hiphp==0.1.6
     17 +pip install hiphp==0.1.7
    18 18  ```
    19 19  
    20 20  <h2>Usage:</h2>
    skipped 22 lines
    43 43  #s
    44 44  from hiphp import hiphp
    45 45  
    46  -hiphp("123","https://localhost/index.php")
     46 +p1=hiphp("123","http://localhost/index.php")
    47 47  
    48 48  # Example:1
    49 49  # GET ID:
    skipped 74 lines
    124 124  <h2>Changelog:</h2>
    125 125  
    126 126  ```
     127 +## 0.1.7
     128 + - fix bugs.
     129 +
    127 130  ## 0.1.6
    128 131   - fix bugs.
    129 132   - add upload to upload any file.
    skipped 65 lines
  • ■ ■ ■ ■ ■ ■
    changelog.txt
     1 +## 0.1.7
     2 + - fix bugs.
     3 +
    1 4  ## 0.1.6
    2 5   - fix bugs.
    3 6   - add upload to upload any file.
    skipped 29 lines
  • ■ ■ ■ ■
    examples.py
    skipped 1 lines
    2 2  #s
    3 3  from hiphp import hiphp
    4 4  
    5  -hiphp("123","https://localhost/index.php")
     5 +p1=hiphp("123","http://localhost/index.php")
    6 6  
    7 7  # Example:1
    8 8  # GET ID:
    skipped 72 lines
  • ■ ■ ■ ■ ■ ■
    hiphp/__init__.py
    skipped 20 lines
    21 21  #s
    22 22  from hiphp import hiphp
    23 23  
    24  -hiphp("123","https://localhost/index.php")
     24 +p1=hiphp("123","http://localhost/index.php")
    25 25  
    26 26  # Example:1
    27 27  # GET ID:
    skipped 72 lines
    100 100  """
    101 101  # VALUES :
    102 102  #s
    103  -__version__="0.1.6"
     103 +__version__="0.1.7"
    104 104  __name__="hiphp"
    105 105  __author__="Yasser BDJ (Ro0t96)"
    106 106  __author_email__="[email protected]"
    skipped 20 lines
    127 127  limitations under the License.'''
    128 128  __copyright__='Copyright 2008 -> Present, '+__author__
    129 129  
    130  -__changelog__=("## 0.1.6\n - fix bugs.\n - add upload to upload any file.\n - Simplify the use of the program.\n\n")
     130 +__changelog__=("## 0.1.7\n - fix bugs.\n\n")
     131 +__changelog__=__changelog__+("## 0.1.6\n - fix bugs.\n - add upload to upload any file.\n - Simplify the use of the program.\n\n")
    131 132  __changelog__=__changelog__+("## 0.1.5\n - fix bugs.\n\n")
    132 133  __changelog__=__changelog__+("## 0.1.4\n - fix bugs.\n - new build. \n\n")
    133 134  __changelog__=__changelog__+("## 0.1.1\n- Import pakages by pipincluder.\n- Fix bugs.\n\n")
    skipped 103 lines
  • ■ ■ ■ ■
    setup.py
    1 1  from setuptools import setup,find_packages
    2 2  setup(
    3 3   name="hiphp",
    4  - version="0.1.6",
     4 + version="0.1.7",
    5 5   author="Yasser BDJ (Ro0t96)",
    6 6   author_email="[email protected]",
    7 7   description='''A package for controlling a php-based website.''',
    skipped 23 lines
  • ■ ■ ■ ■
    version.txt
    1  -0.1.6
     1 +0.1.7
Please wait...
Page is in error, reload to recover