Projects STRLCPY hiphp Commits e596cf60
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    CHANGELOG
    skipped 8 lines
    9 9   - Updated help menu.
    10 10   - Fixed websites scanner on hiphp-cli.
    11 11   - Changed license from "Apache Software License" to "MIT License."
     12 + - Fix "--cd" command on "hiphp-cli".
    12 13   - Addressed bug fixes and implemented performance improvements for a more reliable experience.
    13 14  
    14 15  ## 0.3.1 [06-03-2023]
    skipped 215 lines
  • ■ ■ ■ ■ ■
    hiphp/__init__.py
    skipped 76 lines
    77 77   self.cd=""
    78 78   self.do_x=0
    79 79  
     80 + self.DS=""
     81 +
    80 82   #
    81 83   self.sep=os.sep
    82  -
    83  - self.DS=hiphp.do(self,self.key,self.url,self.headers,True,DIRECTORY_SEPARATOR())
    84 84  
    85 85   self.proxies=proxies
    86 86  
    87 87   #cli:
    88 88   def cli(self):
     89 + self.DS=hiphp.do(self,self.key,self.url,self.headers,True,DIRECTORY_SEPARATOR())
    89 90   scanner="n"
    90 91  
    91 92   #logo
    skipped 462 lines
  • ■ ■ ■ ■ ■ ■
    install/install.sh
    skipped 43 lines
    44 44   # install linux requirements:
    45 45   pip install -r "../hiphp-linux/requirements-linux.txt"
    46 46   
    47  - 
    48  - 
    49 47   # run:
    50 48   clear
    51 49   hiphp
    skipped 33 lines
    85 83   
    86 84   mkdir -p ${PREFIX}/share/hiphp
    87 85   
    88  - 
    89 86   cp -r "../hiphp/." "${PREFIX}/share/hiphp/hiphp";
    90 87   cp "../main.py" "${PREFIX}/share/hiphp/hiphp.py";
    91 88   cp "hiphp-termux.sh" "${PREFIX}/bin/hiphp";
    skipped 19 lines
    111 108   # MORE
    112 109   # remove Termux welcome text
    113 110   #rm /data/data/com.termux/files/usr/etc/motd
    114  - 
    115 111   
    116 112   clear
    117 113   echo "Termux setup complete!"
    skipped 50 lines
Please wait...
Page is in error, reload to recover