phamework

Public Tools List
  ↓      
Loaded:2023-09-27 03:20:23
IP:18.206.194.21

[ Legal Disclosure ] [ Disclaimer ]
[ Privacy Statement ] [ T&C ]
APIRates[ ↑ ]
Displays the current API ratings.

Version:
1.01.22

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.53


ASCIIArtC[ ↑ ]
Creates an ASCIIArt from a QRcode or barcode.

Version:
0.85.14a

Parameter:
  1. format: array [ txt , htm , html ]
    output format
    default = txt

  2. type: array [ L
     = QRCode - ECL L
    , M
     = QRCode - ECL M
    , Q
     = QRCode - ECL Q
    , H
     = QRCode - ECL H
    , 1
     = BarCode - CODE_128 (C128)
    , 2
     = BarCode - CODE_128_A (C128A)
    , 3
     = BarCode - CODE_128_B (C128B)
    , 4
     = BarCode - CODE_128_C (C128C)
    , 5
     = BarCode - EAN_2 (EAN2)
    , 6
     = BarCode - EAN_5 (EAN5)
    , 7
     = BarCode - EAN_8 (EAN8)
    , 8
     = BarCode - EAN_13 (EAN13)
    , 9
     = BarCode - UPC_A (UPCA)
    , 10
     = BarCode - UPC_E (UPCE)
    , 11
     = BarCode - STANDARD_2_5 (S25)
    , 12
     = BarCode - STANDARD_2_5_CHECKSUM (S25+)
    , 13
     = BarCode - INTERLEAVED_2_5 (I25)
    , 14
     = BarCode - INTERLEAVED_2_5_CHECKSUM (I25+)
    , 15
     = BarCode - CODE_93 (C93)
    , 16
     = BarCode - CODE_39 (C39)
    , 17
     = BarCode - CODE_39_CHECKSUM (C39+)
    , 18
     = BarCode - CODE_39E (C39E)
    , 19
     = BarCode - CODE_39E_CHECKSUM (C39E+)
    , 20
     = BarCode - CODE_11 (CODE11)
    , 21
     = BarCode - POSTNET (POSTNET)
    , 22
     = BarCode - PHARMA_CODE (PHARMA)
    , 23
     = BarCode - PHARMA_CODE_TWO_TRACKS (PHARMA2T)
    , 24
     = BarCode - MSI (MSI)
    , 25
     = BarCode - MSI_CHECKSUM (MSI+)
    , 26
     = BarCode - PLANET (PLANET)
    , 27
     = BarCode - RMS4CC (RMS4CC)
    , 28
     = BarCode - KIX (KIX)
    , 29
     = BarCode - IMB (IMB)
    , 30
     = BarCode - CODABAR (CODABAR)
    ]
    code type
    default = M

  3. data: string
    code data
    minimum = 0 | maximum = 2048 | default =

  4. width: integer
    output width
    minimum = 16 | maximum = 400 | default = 76

  5. color: boolean
    colorize output
    default = 0

  6. invert: boolean
    invert output
    default = 0

  7. noborder: boolean
    output without border
    default = 0

Example(s):
[ TXT ] [ HTM ] [ HTML ]

Rate:
4.50


ASCIIArtI[ ↑ ]
Creates an ASCIIArt from an image.

Version:
0.92.35a

Parameter:
  1. format: array [ txt , htm , html ]
    output format
    default = txt

  2. image: string
    source image file
    minimum = 0 | maximum = 1024000 | default =

  3. width: integer
    output width
    minimum = 16 | maximum = 400 | default = 76

  4. color: boolean
    colorize output
    default = 0

  5. invert: boolean
    invert output
    default = 0

  6. noborder: boolean
    output without border
    default = 0

Example(s):
[ TXT ] [ HTM ] [ HTML ]

Rate:
4.51


ASCIIArtT[ ↑ ]
Creates an ASCIIArt from a text.

Version:
0.89.42a

Parameter:
  1. format: array [ txt , html ]
    output format
    default = txt

  2. text: string
    text for the output
    minimum = 0 | maximum = 100 | default =

  3. mode: array [ a , b , c ]
    output mode
    default = a

  4. width: integer
    output width
    minimum = 16 | maximum = 400 | default = 76

Example(s):
[ TXT ] [ HTML ]

Rate:
4.49


BICValidator[ ↑ ]
Validates (the format of a) Business Identifier Code (BIC).

Version:
1.12.11

Parameter:
  1. format: array [ txt , html ]
    output format
    default = txt

  2. bic: string
    business identifier code (BIC)
    minimum = 0 | maximum = 12 | default =

Example(s):
[ TXT_8 ] [ TXT_11 ] [ HTML ]

Rate:
4.49


BarCode[ ↑ ]
A modern and flexible barcode generator with many functions.

Version:
1.25.46

Parameter:
  1. format: array [ png , jpg , gif , svg , txt , htm , html ]
    output format
    default = png

  2. compression: integer
    compression (png-format only)
    minimum = 0 | maximum = 9 | default = 9

  3. quality: integer
    quality (jpg-format only)
    minimum = 0 | maximum = 100 | default = 90

  4. type: array [ 1
     = CODE_128 (C128)
    , 2
     = CODE_128_A (C128A)
    , 3
     = CODE_128_B (C128B)
    , 4
     = CODE_128_C (C128C)
    , 5
     = EAN_2 (EAN2)
    , 6
     = EAN_5 (EAN5)
    , 7
     = EAN_8 (EAN8)
    , 8
     = EAN_13 (EAN13)
    , 9
     = UPC_A (UPCA)
    , 10
     = UPC_E (UPCE)
    , 11
     = STANDARD_2_5 (S25)
    , 12
     = STANDARD_2_5_CHECKSUM (S25+)
    , 13
     = INTERLEAVED_2_5 (I25)
    , 14
     = INTERLEAVED_2_5_CHECKSUM (I25+)
    , 15
     = CODE_93 (C93)
    , 16
     = CODE_39 (C39)
    , 17
     = CODE_39_CHECKSUM (C39+)
    , 18
     = CODE_39E (C39E)
    , 19
     = CODE_39E_CHECKSUM (C39E+)
    , 20
     = CODE_11 (CODE11)
    , 21
     = POSTNET (POSTNET)
    , 22
     = PHARMA_CODE (PHARMA)
    , 23
     = PHARMA_CODE_TWO_TRACKS (PHARMA2T)
    , 24
     = MSI (MSI)
    , 25
     = MSI_CHECKSUM (MSI+)
    , 26
     = PLANET (PLANET)
    , 27
     = RMS4CC (RMS4CC)
    , 28
     = KIX (KIX)
    , 29
     = IMB (IMB)
    , 30
     = CODABAR (CODABAR)
    ]
    code type
    default = 1

  5. width: integer
    bars width
    minimum = 1 | maximum = 100 | default = 2

  6. height: integer
    bars height
    minimum = 1 | maximum = 1000 | default = 30

  7. border: integer
    border width
    minimum = 0 | maximum = 100 | default = 10

  8. ccolor: string
    bars (code) color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #000000

  9. bcolor: string
    background color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #FFFFFF

  10. data: string
    barcode data
    minimum = 0 | maximum = 102400 | default =

Example(s):
[ PNG ] [ JPG ] [ GIF ] [ SVG ] [ TXT ] [ HTM ]

Rate:
4.52


CSSDiag[ ↑ ]
A collection of CSS rules for checking HTML elements.

Version:
0.82.25

Parameter:
  1. format: array [ txt , css , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ CSS ] [ HTML ]

Rate:
4.50


CSSNormalize[ ↑ ]
A collection of CSS rules used to normalize the browser default formatting of HTML elements.

Version:
0.82.25

Parameter:
  1. format: array [ txt , css , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ CSS ] [ HTML ]

Rate:
4.48


CSSReset[ ↑ ]
A collection of CSS rules used to clear the browser default formatting of HTML elements.

Version:
0.82.25

Parameter:
  1. format: array [ txt , css , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ CSS ] [ HTML ]

Rate:
4.51


Checksum[ ↑ ]
Calculates the specified checksum of given data.

Version:
0.99.14

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. in: string
    input data
    minimum = 0 | maximum = 1024000 | default =

  3. cs: array [ md2 , md4 , md5 , sha1 , sha224 , sha256 , sha384 , sha512/224 , sha512/256 , sha512 , sha3-224 , sha3-256 , sha3-384 , sha3-512 , ripemd128 , ripemd160 , ripemd256 , ripemd320 , whirlpool , tiger128 , 3 , tiger160 , 3 , tiger192 , 3 , tiger128 , 4 , tiger160 , 4 , tiger192 , 4 , snefru , snefru256 , gost , gost-crypto , adler32 , crc32 , crc32b , crc32c , fnv132 , fnv1a32 , fnv164 , fnv1a64 , joaat , murmur3a , murmur3c , murmur3f , xxh32 , xxh64 , xxh3 , xxh128 , haval128 , 3 , haval160 , 3 , haval192 , 3 , haval224 , 3 , haval256 , 3 , haval128 , 4 , haval160 , 4 , haval192 , 4 , haval224 , 4 , haval256 , 4 , haval128 , 5 , haval160 , 5 , haval192 , 5 , haval224 , 5 , haval256 , 5 ]
    checksum
    default = md5

  4. bin: boolean
    binary
    default = 0

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.50


ClientHN[ ↑ ]
Displays the currently used hostname.

Version:
0.95.21

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.51


ClientIP[ ↑ ]
Displays the currently used IP address.

Version:
0.95.21

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.50


ClientInfo[ ↑ ]
Displays the current client information.

Version:
1.44.16

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.50


Cryptor[ ↑ ]
Encrypts or decrypts any data with strong encryption.

Version:
1.08.11

Parameter:
  1. format: array [ auto
     = auto (auto detect)
    , txt
     = txt (encrypt data)
    , bin
     = bin (decrypt data)
    , html ]
    output format
    default = auto

  2. input: string
    data to encrypt or decrypt
    minimum = 0 | maximum = 1024000 | default =

  3. key: string
    password
    minimum = 0 | maximum = 512 | default =

Example(s):
[ AUTO ] [ HTML ]

Rate:
4.52


DataConvert[ ↑ ]
Converts any character string into any other desired format.

Version:
1.05.26

Parameter:
  1. format: array [ raw , txt , xml , json , html ]
    output format
    default = raw

  2. convert: array [ none , list , base64auto
     = base64auto (encodes or decodes data encoded with MIME base64)
    , base64dec
     = base64dec (decodes data encoded with MIME base64)
    , base64enc
     = base64enc (encodes data with MIME base64)
    , caselower
     = caselower (make a string lowercase)
    , caselowerfirst
     = caselowerfirst (make a string first character lowercase)
    , caseupper
     = caseupper (make a string uppercase)
    , caseupperfirst
     = caseupperfirst (make a string first character uppercase)
    , caseupperwords
     = caseupperwords (uppercase the first character of each word in a string)
    , countchars
     = countchars (information about characters used in a string)
    , crc32
     = crc32 (calculates the crc32 polynomial of a string)
    , crypt
     = crypt (one-way string hashing using the standard Unix DES-based algorithm)
    , dgachr
     = dgachr (generate a single-byte string from a number)
    , dgaord
     = dgaord (convert the first byte of a string to a value between 0 and 255)
    , dgfbin2hex
     = dgfbin2hex (convert binary data into hexadecimal representation)
    , dgfhex2bin
     = dgfhex2bin (decodes a hexadecimally encoded binary string)
    , htmlentities
     = htmlentities (convert all applicable characters to HTML entities)
    , htmlentitydecode
     = htmlentitydecode (convert HTML entities to their corresponding characters)
    , htmlspecialchars
     = htmlspecialchars (convert special characters to HTML entities)
    , htmlspecialcharsdecode
     = htmlspecialcharsdecode (convert special HTML entities back to characters)
    , md5
     = md5 (calculate the md5 hash of a string)
    , md5bin
     = md5bin (calculate the md5 hash of a string - digest is returned in raw binary format)
    , metaphone
     = metaphone (calculate the metaphone key of a string)
    , nl2br
     = nl2br (inserts HTML line breaks before all newlines in a string)
    , nl2brx
     = nl2brx (inserts HTML line breaks before all newlines in a string - XHTML compatible line breaks)
    , numberformat
     = numberformat (format a number with grouped thousands)
    , quotemeta
     = quotemeta (quote meta characters)
    , quotprntdec
     = quotprntdec (convert a quoted-printable string to an 8 bit string)
    , quotprntenc
     = quotprntenc (convert a 8 bit string to a quoted-printable string)
    , rot13
     = rot13 (perform the rot13 transform on a string)
    , sha1
     = sha1 (calculate the sha1 hash of a string)
    , sha1bin
     = sha1bin (calculate the sha1 hash of a string - digest is returned in raw binary format)
    , similarity
     = similarity (calculate the similarity between two strings in percent)
    , slashesadd
     = slashesadd (quote string with slashes)
    , slashesstrip
     = slashesstrip (un-quotes a quoted string)
    , soundex
     = soundex (calculate the soundex key of a string)
    , striptags
     = striptags (strip HTML and PHP tags from a string)
    , strlen
     = strlen (returns the length of the given string)
    , strpad
     = strpad (pad a string to a certain length with another string)
    , strrep
     = strrep (replace all occurrences of a search string with a replacement string)
    , strrepic
     = strrepic (replace all occurrences of a search string with a replacement string - ignore case)
    , strrepregex
     = strrepregex (replace all occurrences of a search string with a replacement string - use regex)
    , strrev
     = strrev (reverse a string)
    , strshuffle
     = strshuffle (shuffles a string - one permutation of all possible is created)
    , strsplitc
     = strsplitc (split a string into smaller chunks)
    , strsr
     = strsr (repeat a string)
    , trim
     = trim (strip whitespace (or other characters) from the beginning and end of a string)
    , triml
     = triml (strip whitespace (or other characters) from the beginning of a string)
    , trimr
     = trimr (returns a string with whitespace (or other characters) stripped from the end)
    , uudec
     = uudec (decodes a uuencoded string)
    , uuenc
     = uuenc (encodes a string using the uuencode algorithm)
    , wordcounta
     = wordcounta (returns an associative array , where the key is the numeric position of the word inside the string and the value is the actual word itself)
    , wordcounti
     = wordcounti (returns the number of words found)
    , wordcountl
     = wordcountl (returns an array containing all the words found inside the string)
    , wordwrap
     = wordwrap (wraps a string to a given number of characters)
    ]
    convert format
    default = none

  3. input: string
    data input
    minimum = 0 | maximum = 1024000 | default =

  4. cpi: string
    converter parameters
    minimum = 0 | maximum = 102400 | default =

Example(s):
[ List_Converter_XML ] [ List_Converter_JSON ] [ Base64_Encode ] [ Base64_Decode ] [ Case_Lower ] [ Case_Upper ] [ CRC32 ] [ MD5 ] [ SHA1 ] [ String_Pad ] [ String_Replace ] [ Word_Count_I ] [ Word_Wrap ]

Rate:
4.49


DataToImage[ ↑ ]
Converts data into an image whose pixels represent the corresponding bytes of data.

Version:
1.12.52

Parameter:
  1. format: array [ auto
     = auto (auto detect)
    , gif
     = gif (encode data - create image)
    , txt
     = txt (decode data - read data from image)
    , html ]
    output format
    default = auto

  2. input: string
    data to encode or image to decode
    minimum = 0 | maximum = 1024000 | default =

Example(s):
[ HTML ]

Rate:
4.51


DateTime[ ↑ ]
Displays a specific date in a specified format.

Version:
1.02.11

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. timezone: array [ Africa_Abidjan , Africa_Accra , Africa_Addis_Ababa , Africa_Algiers , Africa_Asmara , Africa_Bamako , Africa_Bangui , Africa_Banjul , Africa_Bissau , Africa_Blantyre , Africa_Brazzaville , Africa_Bujumbura , Africa_Cairo , Africa_Casablanca , Africa_Ceuta , Africa_Conakry , Africa_Dakar , Africa_Dar_es_Salaam , Africa_Djibouti , Africa_Douala , Africa_El_Aaiun , Africa_Freetown , Africa_Gaborone , Africa_Harare , Africa_Johannesburg , Africa_Juba , Africa_Kampala , Africa_Khartoum , Africa_Kigali , Africa_Kinshasa , Africa_Lagos , Africa_Libreville , Africa_Lome , Africa_Luanda , Africa_Lubumbashi , Africa_Lusaka , Africa_Malabo , Africa_Maputo , Africa_Maseru , Africa_Mbabane , Africa_Mogadishu , Africa_Monrovia , Africa_Nairobi , Africa_Ndjamena , Africa_Niamey , Africa_Nouakchott , Africa_Ouagadougou , Africa_Porto-Novo , Africa_Sao_Tome , Africa_Tripoli , Africa_Tunis , Africa_Windhoek , America_Adak , America_Anchorage , America_Anguilla , America_Antigua , America_Araguaina , America_Argentina/Buenos_Aires , America_Argentina/Catamarca , America_Argentina/Cordoba , America_Argentina/Jujuy , America_Argentina/La_Rioja , America_Argentina/Mendoza , America_Argentina/Rio_Gallegos , America_Argentina/Salta , America_Argentina/San_Juan , America_Argentina/San_Luis , America_Argentina/Tucuman , America_Argentina/Ushuaia , America_Aruba , America_Asuncion , America_Atikokan , America_Bahia , America_Bahia_Banderas , America_Barbados , America_Belem , America_Belize , America_Blanc-Sablon , America_Boa_Vista , America_Bogota , America_Boise , America_Cambridge_Bay , America_Campo_Grande , America_Cancun , America_Caracas , America_Cayenne , America_Cayman , America_Chicago , America_Chihuahua , America_Ciudad_Juarez , America_Costa_Rica , America_Creston , America_Cuiaba , America_Curacao , America_Danmarkshavn , America_Dawson , America_Dawson_Creek , America_Denver , America_Detroit , America_Dominica , America_Edmonton , America_Eirunepe , America_El_Salvador , America_Fort_Nelson , America_Fortaleza , America_Glace_Bay , America_Goose_Bay , America_Grand_Turk , America_Grenada , America_Guadeloupe , America_Guatemala , America_Guayaquil , America_Guyana , America_Halifax , America_Havana , America_Hermosillo , America_Indiana/Indianapolis , America_Indiana/Knox , America_Indiana/Marengo , America_Indiana/Petersburg , America_Indiana/Tell_City , America_Indiana/Vevay , America_Indiana/Vincennes , America_Indiana/Winamac , America_Inuvik , America_Iqaluit , America_Jamaica , America_Juneau , America_Kentucky/Louisville , America_Kentucky/Monticello , America_Kralendijk , America_La_Paz , America_Lima , America_Los_Angeles , America_Lower_Princes , America_Maceio , America_Managua , America_Manaus , America_Marigot , America_Martinique , America_Matamoros , America_Mazatlan , America_Menominee , America_Merida , America_Metlakatla , America_Mexico_City , America_Miquelon , America_Moncton , America_Monterrey , America_Montevideo , America_Montserrat , America_Nassau , America_New_York , America_Nipigon , America_Nome , America_Noronha , America_North_Dakota/Beulah , America_North_Dakota/Center , America_North_Dakota/New_Salem , America_Nuuk , America_Ojinaga , America_Panama , America_Pangnirtung , America_Paramaribo , America_Phoenix , America_Port-au-Prince , America_Port_of_Spain , America_Porto_Velho , America_Puerto_Rico , America_Punta_Arenas , America_Rainy_River , America_Rankin_Inlet , America_Recife , America_Regina , America_Resolute , America_Rio_Branco , America_Santarem , America_Santiago , America_Santo_Domingo , America_Sao_Paulo , America_Scoresbysund , America_Sitka , America_St_Barthelemy , America_St_Johns , America_St_Kitts , America_St_Lucia , America_St_Thomas , America_St_Vincent , America_Swift_Current , America_Tegucigalpa , America_Thule , America_Thunder_Bay , America_Tijuana , America_Toronto , America_Tortola , America_Vancouver , America_Whitehorse , America_Winnipeg , America_Yakutat , America_Yellowknife , Antarctica_Casey , Antarctica_Davis , Antarctica_DumontDUrville , Antarctica_Macquarie , Antarctica_Mawson , Antarctica_McMurdo , Antarctica_Palmer , Antarctica_Rothera , Antarctica_Syowa , Antarctica_Troll , Antarctica_Vostok , Arctic_Longyearbyen , Asia_Aden , Asia_Almaty , Asia_Amman , Asia_Anadyr , Asia_Aqtau , Asia_Aqtobe , Asia_Ashgabat , Asia_Atyrau , Asia_Baghdad , Asia_Bahrain , Asia_Baku , Asia_Bangkok , Asia_Barnaul , Asia_Beirut , Asia_Bishkek , Asia_Brunei , Asia_Chita , Asia_Choibalsan , Asia_Colombo , Asia_Damascus , Asia_Dhaka , Asia_Dili , Asia_Dubai , Asia_Dushanbe , Asia_Famagusta , Asia_Gaza , Asia_Hebron , Asia_Ho_Chi_Minh , Asia_Hong_Kong , Asia_Hovd , Asia_Irkutsk , Asia_Jakarta , Asia_Jayapura , Asia_Jerusalem , Asia_Kabul , Asia_Kamchatka , Asia_Karachi , Asia_Kathmandu , Asia_Khandyga , Asia_Kolkata , Asia_Krasnoyarsk , Asia_Kuala_Lumpur , Asia_Kuching , Asia_Kuwait , Asia_Macau , Asia_Magadan , Asia_Makassar , Asia_Manila , Asia_Muscat , Asia_Nicosia , Asia_Novokuznetsk , Asia_Novosibirsk , Asia_Omsk , Asia_Oral , Asia_Phnom_Penh , Asia_Pontianak , Asia_Pyongyang , Asia_Qatar , Asia_Qostanay , Asia_Qyzylorda , Asia_Riyadh , Asia_Sakhalin , Asia_Samarkand , Asia_Seoul , Asia_Shanghai , Asia_Singapore , Asia_Srednekolymsk , Asia_Taipei , Asia_Tashkent , Asia_Tbilisi , Asia_Tehran , Asia_Thimphu , Asia_Tokyo , Asia_Tomsk , Asia_Ulaanbaatar , Asia_Urumqi , Asia_Ust-Nera , Asia_Vientiane , Asia_Vladivostok , Asia_Yakutsk , Asia_Yangon , Asia_Yekaterinburg , Asia_Yerevan , Atlantic_Azores , Atlantic_Bermuda , Atlantic_Canary , Atlantic_Cape_Verde , Atlantic_Faroe , Atlantic_Madeira , Atlantic_Reykjavik , Atlantic_South_Georgia , Atlantic_St_Helena , Atlantic_Stanley , Australia_Adelaide , Australia_Brisbane , Australia_Broken_Hill , Australia_Darwin , Australia_Eucla , Australia_Hobart , Australia_Lindeman , Australia_Lord_Howe , Australia_Melbourne , Australia_Perth , Australia_Sydney , Europe_Amsterdam , Europe_Andorra , Europe_Astrakhan , Europe_Athens , Europe_Belgrade , Europe_Berlin , Europe_Bratislava , Europe_Brussels , Europe_Bucharest , Europe_Budapest , Europe_Busingen , Europe_Chisinau , Europe_Copenhagen , Europe_Dublin , Europe_Gibraltar , Europe_Guernsey , Europe_Helsinki , Europe_Isle_of_Man , Europe_Istanbul , Europe_Jersey , Europe_Kaliningrad , Europe_Kiev , Europe_Kirov , Europe_Lisbon , Europe_Ljubljana , Europe_London , Europe_Luxembourg , Europe_Madrid , Europe_Malta , Europe_Mariehamn , Europe_Minsk , Europe_Monaco , Europe_Moscow , Europe_Oslo , Europe_Paris , Europe_Podgorica , Europe_Prague , Europe_Riga , Europe_Rome , Europe_Samara , Europe_San_Marino , Europe_Sarajevo , Europe_Saratov , Europe_Simferopol , Europe_Skopje , Europe_Sofia , Europe_Stockholm , Europe_Tallinn , Europe_Tirane , Europe_Ulyanovsk , Europe_Uzhgorod , Europe_Vaduz , Europe_Vatican , Europe_Vienna , Europe_Vilnius , Europe_Volgograd , Europe_Warsaw , Europe_Zagreb , Europe_Zaporozhye , Europe_Zurich , Indian_Antananarivo , Indian_Chagos , Indian_Christmas , Indian_Cocos , Indian_Comoro , Indian_Kerguelen , Indian_Mahe , Indian_Maldives , Indian_Mauritius , Indian_Mayotte , Indian_Reunion , Pacific_Apia , Pacific_Auckland , Pacific_Bougainville , Pacific_Chatham , Pacific_Chuuk , Pacific_Easter , Pacific_Efate , Pacific_Enderbury , Pacific_Fakaofo , Pacific_Fiji , Pacific_Funafuti , Pacific_Galapagos , Pacific_Gambier , Pacific_Guadalcanal , Pacific_Guam , Pacific_Honolulu , Pacific_Kiritimati , Pacific_Kosrae , Pacific_Kwajalein , Pacific_Majuro , Pacific_Marquesas , Pacific_Midway , Pacific_Nauru , Pacific_Niue , Pacific_Norfolk , Pacific_Noumea , Pacific_Pago_Pago , Pacific_Palau , Pacific_Pitcairn , Pacific_Pohnpei , Pacific_Port_Moresby , Pacific_Rarotonga , Pacific_Saipan , Pacific_Tahiti , Pacific_Tarawa , Pacific_Tongatapu , Pacific_Wake , Pacific_Wallis , UTC ]
    timezone identifier
    default = UTC

  3. timestamp: string
    a textual datetime description (e.g. now | 4 July 2000 | +1 week 5 days | last monday)
    minimum = 0 | maximum = 128 | default = now

  4. timeformat: string
    a textual representation of the time format (e.g. r | Y-m-d | H:i:s | c | U)
    minimum = 0 | maximum = 128 | default = r

Example(s):
[ TXT_UTC_R ] [ TXT_EUROPEBERLIN_C ] [ XML_UTC_C ] [ XML_ASIABANGKOK_R ] [ JSON_UTC_R ] [ JSON_PACIFICGALAPAGOS_C ]

Rate:
4.50


Daypercent[ ↑ ]
Displays the elapsed time of the day in percent.

Version:
1.02.33

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. hour: integer
    -1 = current hour (using server time)
    minimum = -1 | maximum = 23 | default = -1

  3. minute: integer
    -1 = current minute (using server time)
    minimum = -1 | maximum = 59 | default = -1

  4. second: integer
    -1 = current second (using server time)
    minimum = -1 | maximum = 59 | default = -1

  5. is: boolean
    include seconds in calculation
    default = 0

Example(s):
[ Midnight ] [ Three_AM ] [ Six_AM ] [ Nine_AM ] [ Noon ] [ Three_PM ] [ Six_PM ] [ Nine_PM ] [ Almost_Midnight ]

Rate:
4.52


Discard[ ↑ ]
A simple discard service that is intended for testing and measurement purposes.

Version:
0.89.12

Parameter:
  1. format: array [ txt , xml , json , js , html ]
    output format
    default = json

  2. time: string
    request time (float)
    minimum = 0 | maximum = 9999999999 | default =

  3. data: string
    request data (string)
    minimum = 0 | maximum = 128 | default =

  4. precision: integer
    precision of ms calculation
    minimum = 0 | maximum = 5 | default = 1

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ] [ Load_API_Helper_JS ] [ Load_API_Helper_JS_Compressed ]

Rate:
4.50


Echo[ ↑ ]
A simple echo service that is intended for testing and measurement purposes.

Version:
0.89.12

Parameter:
  1. format: array [ txt , xml , json , js , html ]
    output format
    default = json

  2. time: string
    request time (float)
    minimum = 0 | maximum = 9999999999 | default =

  3. data: string
    request data (string)
    minimum = 0 | maximum = 128 | default =

  4. precision: integer
    precision of ms calculation
    minimum = 0 | maximum = 5 | default = 1

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ] [ Load_API_Helper_JS ] [ Load_API_Helper_JS_Compressed ]

Rate:
4.51


FreeMusic[ ↑ ]
A directory of freely available music and web-based audio player.

Version:
1.12.55

Parameter:
  1. format: array [ default
     = default (web player - default theme)
    , simple
     = simple (web player - simple theme)
    , dark
     = dark (web player - dark theme)
    , light
     = light (web player - light theme)
    , infos
     = infos (general information in JSON format)
    ]
    output format
    default = default

  2. album: array [ all
     = All (Free Music - 4 albums - 62 songs)
    , %5B2018+12%5D+The+Meaning+Of+Unbearable+Voluptuousness
     = The Meaning Of Unbearable Voluptuousness (Dec 2018) - 45 songs
    , %5B2015+05%5D+Ich+bin+dann+mal+raus
     = Ich bin dann mal raus (May 2015) - 1 song
    , %5B2013+09%5D+Autobahnlueckenmut
     = Autobahnlueckenmut (Sep 2013) - 6 songs
    , %5B2013+06%5D+Beautiful+Minds
     = Beautiful Minds (Jun 2013) - 10 songs
    ]
    album or playlist
    default = all

  3. song: string
    optional full song name
    minimum = 0 | maximum = 256 | default =

  4. index: integer
    optional start playback position in album
    minimum = 0 | maximum = 999 | default = 0

Example(s):
[ WebPlayer_DefaultTheme ] [ WebPlayer_SimpleTheme ] [ FreeMusic_Infos ]

Rate:
4.51


FreeMusicCover[ ↑ ]
Displays the cover images of the albums from the Free Music directory with different options.

Version:
1.22.31

Parameter:
  1. format: array [ png , jpg , gif , html ]
    output format
    default = jpg

  2. size: array [ small , medium , big , huge ]
    image size
    default = small

  3. album: array [ none , XX-%5B2018-12%5D-The_Meaning_Of_Unbearable_Voluptuousness
     = The Meaning Of Unbearable Voluptuousness
    , XX-%5B2015-05%5D-Ich_bin_dann_mal_raus
     = Ich bin dann mal raus
    , XX-%5B2013-09%5D-Autobahnlueckenmut
     = Autobahnlueckenmut
    , XX-%5B2013-06%5D-Beautiful_Minds
     = Beautiful Minds
    ]
    album cover
    default = none

Example(s):
[ HTML ]

Rate:
4.50


GITter[ ↑ ]
Displays a list of available GIT repositories.

Version:
1.03.42

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.50


HTML2PDF[ ↑ ]
Converts an HTML document into a PDF document.

Version:
1.02.32

Parameter:
  1. format: array [ pdf , html ]
    output format
    default = pdf

  2. input: string
    html source
    minimum = 0 | maximum = 1024000 | default =

  3. paper: array [ a4 , letter ]
    paper format
    default = a4

  4. orientation: array [ portrait , landscape ]
    page orientation
    default = portrait

Example(s):
[ PDF ]

Rate:
4.52


HTML2TXT[ ↑ ]
Converts an HTML document into a TXT document.

Version:
1.02.32

Parameter:
  1. format: array [ txt , html ]
    output format
    default = txt

  2. input: string
    html source
    minimum = 0 | maximum = 1024000 | default =

Example(s):
[ TXT ]

Rate:
4.51


HTMLHeaders[ ↑ ]
Displays all existing HTML headers of a remote HTML document.

Version:
0.95.32

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. url: string
    url of the remote file
    minimum = 0 | maximum = 2048 | default = https://localhost/

  3. ctimeout: integer
    connect timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 5

  4. rtimeout: integer
    read timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 30

  5. authuser: string
    user authentication (username)
    minimum = 0 | maximum = 512 | default =

  6. authpassword: string
    user authentication (password)
    minimum = 0 | maximum = 512 | default =

  7. addcdata: boolean
    add cdata tag to xml values
    default = 0

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.49


HTTP2Test[ ↑ ]
Tests a server for HTTP2 support.

Version:
0.81.05a

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. url: string
    url of the server to be tested
    minimum = 0 | maximum = 2048 | default = https://localhost/

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.52


HTTPHeaders[ ↑ ]
Displays all existing HTTP headers of an URL.

Version:
0.96.44

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. url: string
    url of the remote file
    minimum = 0 | maximum = 2048 | default = https://localhost/

  3. ctimeout: integer
    connect timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 5

  4. rtimeout: integer
    read timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 30

  5. authuser: string
    user authentication (username)
    minimum = 0 | maximum = 512 | default =

  6. authpassword: string
    user authentication (password)
    minimum = 0 | maximum = 512 | default =

  7. addcdata: boolean
    add cdata tag to xml values
    default = 0

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.52


HTTPProxy[ ↑ ]
A simple HTTP (web) proxy.

Version:
0.81.11a

Parameter:
  1. format: array [ htm , txt , html ]
    output format
    default = htm

  2. url: string
    url of the remote file
    minimum = 0 | maximum = 2048 | default = https://localhost/

Example(s):
[ TXT ] [ HTM ] [ HTML ]

Rate:
4.51


IBANValidator[ ↑ ]
Validates an International Bank Account Number (IBAN).

Version:
1.32.12

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. iban: string
    international bank account number (IBAN)
    minimum = 0 | maximum = 68 | default =

  3. extended: boolean
    return extended information data
    default = 0

Example(s):
[ TXT_Simple ] [ XML_Simple ] [ JSON_Simple ] [ TXT_Extended ] [ XML_Extended ] [ JSON_Extended ] [ HTML ]

Rate:
4.49


IPInfo[ ↑ ]
Displays detailed information about a specified IP address (or hostname).

Version:
0.95.34

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. host: string
    ip address or hostname
    minimum = 0 | maximum = 255 | default = localhost

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.49


JSArrayExportCSV[ ↑ ]
A very simple array to CSV - export/download script based on JavaScript.

Version:
0.82.61a

Parameter:
  1. format: array [ txt , js , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ JS ] [ HTML ]

Rate:
4.50


JSCodeValidator[ ↑ ]
A very simple code validator based on JavaScript.

Version:
0.96.44a

Parameter:
  1. format: array [ js , libc , libs , html ]
    output format
    default = js

  2. code: string
    the code
    minimum = 0 | maximum = 128 | default =

  3. idonly: boolean
    after creating the code, only return its id instead of a full script
    default = 0

  4. debug: boolean
    print logs to js console
    default = 0

  5. verbose: boolean
    use verbose logs
    default = 0

  6. compress: boolean
    compress js code
    default = 0

  7. length: integer
    length of code (-1 = auto)
    minimum = -1 | maximum = 128 | default = -1

  8. containerid: string
    the id of the container containing the code input boxes
    minimum = 3 | maximum = 512 | default = codecontainer

  9. inputprefixclass: string
    the class name of the code input boxes
    minimum = 3 | maximum = 512 | default = codeinputc

  10. inputprefixname: string
    the prefix for the names of the code input boxes
    minimum = 3 | maximum = 512 | default = codeinputn

  11. inputprefixid: string
    the prefix for the ids of the code input boxes
    minimum = 3 | maximum = 512 | default = codeinputi

  12. placeholder: string
    a placeholder for the code input boxes
    minimum = 0 | maximum = 1 | default =

  13. jsvalid: string
    a script that will be executed if the code is entered correctly
    minimum = 0 | maximum = 1024 | default =

  14. jsinvalid: string
    a script that will be executed if the code is entered incorrectly
    minimum = 0 | maximum = 1024 | default =

Example(s):
[ HTML ] [ JS_Code ] [ JS_ID_Only ]

Rate:
4.49


JSFullScreen[ ↑ ]
A very simple element-fullscreen script based on JavaScript.

Version:
1.01.14

Parameter:
  1. format: array [ txt , js , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ JS ] [ HTML ]

Rate:
4.49


JSON2XML[ ↑ ]
Converts JSON data into XML data.

Version:
1.02.32

Parameter:
  1. format: array [ txt , xml , html ]
    output format
    default = txt

  2. input: string
    json data
    minimum = 0 | maximum = 1024000 | default =

Example(s):
[ TXT ] [ XML ]

Rate:
4.52


JSONValidator[ ↑ ]
Validates JSON data.

Version:
1.02.34

Parameter:
  1. format: array [ txt , html ]
    output format
    default = txt

  2. input: string
    json data
    minimum = 0 | maximum = 1024000 | default =

Example(s):
[ TXT ]

Rate:
4.49


LineEndings[ ↑ ]
Changes the line endings to a desired format.

Version:
0.88.12a

Parameter:
  1. format: array [ txt , html ]
    output format
    default = txt

  2. input: string
    input data
    minimum = 0 | maximum = 1024000 | default =

  3. lef: array [ unix
     = Unix/Linux (unix = \n)
    , windows
     = Windows (windows = \r\n)
    , mac9
     = Mac (OS 9-) (mac9 = \r)
    , mac10
     = Mac (OS 10+) (mac10 = \n)
    ]
    line ending format
    default = unix

Example(s):
[ TXT ] [ HTML ]

Rate:
4.50


Mega[ ↑ ]
A pictorial representation of a very impressive state of mind.

Version:
1.00.00

Parameter:
  1. format: array [ txt , gif , mp4 , html ]
    output format
    default = mp4

Example(s):
[ TXT ] [ GIF ] [ MP4 ] [ HTML ]

Rate:
4.52


NoisePix[ ↑ ]
Generates an image with image noise.

Version:
1.34.66

Parameter:
  1. format: array [ png , jpg , gif , html ]
    output format
    default = gif

  2. width: integer
    image width
    minimum = 1 | maximum = 1000 | default = 100

  3. height: integer
    image height
    minimum = 1 | maximum = 1000 | default = 100

  4. quality: integer
    quality (jpg-format only)
    minimum = 0 | maximum = 100 | default = 90

  5. compression: integer
    compression (png-format only)
    minimum = 0 | maximum = 9 | default = 9

  6. pixel: string
    noise pixel color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #FFFFFF

  7. background: string
    image background color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #000000

Example(s):
[ PNG_Red_Black ] [ PNG_Green_Black ] [ PNG_Blue_Black ] [ JPG_Red_Black ] [ JPG_Green_Black ] [ JPG_Blue_Black ] [ GIF_Red_Black ] [ GIF_Green_Black ] [ GIF_Blue_Black ] [ HTML ]

Rate:
4.49


Ping[ ↑ ]
Tests the reachability of a host on an Internet Protocol (IP) network.

Version:
1.15.35

Parameter:
  1. format: array [ txt , xml , json , logt , logh , html ]
    output format
    default = txt

  2. host: string
    host to test for reachability
    minimum = 0 | maximum = 255 | default = localhost

  3. count: integer
    number of pings
    minimum = 1 | maximum = 30 | default = 3

  4. interval: integer
    interval (seconds) between each ping
    minimum = 1 | maximum = 10 | default = 1

Example(s):
[ TXT ] [ XML ] [ JSON ] [ LOGT ] [ LOGH ] [ HTML ]

Rate:
4.50


PortScan[ ↑ ]
Checks which services a system working with TCP or UDP offers over the internet protocol.

Version:
1.06.31

Parameter:
  1. format: array [ txt , xml , json , logt , logh , html ]
    output format
    default = txt

  2. host: string
    host to scan for open ports (services)
    minimum = 0 | maximum = 255 | default = localhost

  3. start: integer
    start at port number (minimum=1)
    minimum = 1 | maximum = 65535 | default = 1

  4. end: integer
    end at port number (maximum=65535 / max. at once=100)
    minimum = 1 | maximum = 65535 | default = 100

  5. udp: boolean
    scan udp ports
    default = 0

  6. timeout: integer
    connect timeout in seconds (maximum=5)
    minimum = 1 | maximum = 5 | default = 1

  7. noblock: boolean
    disable blocking mode
    default = 0

  8. closed: boolean
    list closed ports
    default = 0

Example(s):
[ TXT ] [ XML ] [ JSON ] [ LOGT ] [ LOGH ] [ HTML ]

Rate:
4.54


QRCode[ ↑ ]
A modern and flexible QR code generator with many functions.

Version:
1.52.84

Parameter:
  1. format: array [ png , jpg , gif , html ]
    output format
    default = png

  2. compression: integer
    compression (png-format only)
    minimum = 0 | maximum = 9 | default = 9

  3. quality: integer
    quality (jpg-format only)
    minimum = 0 | maximum = 100 | default = 90

  4. width: integer
    image width (0=auto)
    minimum = 0 | maximum = 1000 | default = 0

  5. height: integer
    image height (0=auto)
    minimum = 0 | maximum = 1000 | default = 0

  6. borderw: integer
    border width
    minimum = 0 | maximum = 100 | default = 0

  7. borderc: string
    border color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #FFFFFF

  8. transparent: boolean
    use a transparent background instead of a color
    default = 0

  9. backgroundi: string
    background color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #FFFFFF

  10. code: string
    code (blocks) color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #000000

  11. box1col: string
    box 1 (top left) color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #000000

  12. box1img: string
    box 1 (top left) image
    minimum = 0 | maximum = 1024000 | default =

  13. box1opa: integer
    box 1 (top left) image opacity
    minimum = 0 | maximum = 100 | default = 100

  14. box2col: string
    box 2 (top right) color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #000000

  15. box2img: string
    box 2 (top right) image
    minimum = 0 | maximum = 1024000 | default =

  16. box2opa: integer
    box 2 (top right) image opacity
    minimum = 0 | maximum = 100 | default = 100

  17. box3col: string
    box 3 (bottom left) color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #000000

  18. box3img: string
    box 3 (bottom left) image
    minimum = 0 | maximum = 1024000 | default =

  19. box3opa: integer
    box 3 (bottom left) image opacity
    minimum = 0 | maximum = 100 | default = 100

  20. textiw: integer
    text image width (-1=auto)
    minimum = -1 | maximum = 1000 | default = -1

  21. textih: integer
    text image height (-1=auto)
    minimum = -1 | maximum = 1000 | default = -1

  22. texto: integer
    text opacity
    minimum = 0 | maximum = 100 | default = 100

  23. text: string
    image text
    minimum = 0 | maximum = 102400 | default =

  24. textx: integer
    text position x (-1=center)
    minimum = | maximum = | default = -1

  25. texty: integer
    text position y (-1=center)
    minimum = | maximum = | default = -1

  26. textc: string
    text (foreground) color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #000000

  27. shadowd: boolean
    draw text shadow
    default = 0

  28. shadowx: integer
    shadow position x
    minimum = | maximum = | default = 1

  29. shadowy: integer
    shadow position y
    minimum = | maximum = | default = 1

  30. shadowc: string
    shadow color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #C0C0C0

  31. backgroundt: string
    background color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #FFFFFF

  32. angle: integer
    text angle
    minimum = 0 | maximum = 359 | default = 0

  33. size: integer
    font size
    minimum = 1 | maximum = 100 | default = 10

  34. font: array [ 16bit , 1942 , 32bit , A_Sensible_Armadillo , Acha_Fexp , Acha_Fita , Acha_Flft , Acha_Font , Acha_Fout , Acha_Fsex , Adinekir , Aerosol , Aftermatch , Aj_Tiles , Akbar , Amptmann_Script , Anarchistic , Angelina , Anger_RC , Anglo_Text , Angry_Blue , Anke_Call , Annabel_Script , Antelope , Antiblue , Antimony , Anyway , Anyway_B , Anyway_BI , Anyway_I , Anyway_L , Apapa , Apocalyptic , Apollo , Apple_Berry_Accents , Aquarium , Aquiline , AsciiD , Ass , Ataurus , Ataurus3d , Ataurus3di , Ataurusc , Ataurusci , Atauruse , Ataurusei , Ataurusi , Ataurusl , Ataurusp , Atauruspi , Avocado , Avond_01 , Avond_02 , Avond_03 , Avond_04 , Avond_05 , Avond_06 , Avond_07 , Avond_08 , Avond_09 , Avond_10 , Avond_11 , Avond_12 , Avond_13 , Avond_14 , Avond_15 , Avond_16 , Avond_17 , Avond_18 , Avond_19 , Avond_20 , Awakening_20 , BackslashV2 , Baleshad , Baroque_Script , Battcoop , Beroga , Berry , Bilbo_Bold , Bilbo_Fine , Bilbo_Regular , Birth_Of_A_Hero , Black_Initial_Text , Black_R , Blazed , Bleeding_Cowboys , Blomster , Bluenorm , Bohemian_Typewriter , Bois , Bombard , Bord , Brock_Script , Burn_Out , Cat_Shop , Champange , Chops , Cocksure , Combus_II , Combus_PL , Combus_TI , Combus_TT , Combus_TW , Comes_In_Handy , Competit , Contempo_Jungle_Minuet , Cosmosca , Coving01 , Coving02 , Coving03 , Coving04 , Coving05 , Coving06 , Coving07 , Coving08 , Coving09 , Coving10 , Coving11 , Coving12 , Coving13 , Coving14 , Coving15 , Coving16 , Coving17 , Coving18 , Coving19 , Coving20 , Coving21 , Coving22 , Coving23 , Coving24 , Coving25 , Coving26 , Coving27 , Coving28 , Coving29 , Coving30 , Coving31 , Coving32 , Crackman , Crass , Creaminal , Creature , Croisant , Cropogra , Dali , Dearest , Dearest_Open , Dearest_Outline , Delusion , Diogenes , Double_Scratch , Easy_Street_Alt_EPS , Easy_Street_EPS , Easy_Street_EPS_Bold , Edo , Egidia , Elegant , Elfont_Gothic , Embossed_Black_Normal , Embossed_Black_Wide , Embossed_Germanica , English_Essay , English_Gothic_17thC , Exmouth , Fibel_Nord , Fibel_Nord_Bold , Fibel_Nord_Bold_Italic , Fibel_Nord_Italic , Fibel_Nord_Kontur , Fibel_Sued , Fibel_Sued_Bold , Fibel_Sued_Bold_Italic , Fibel_Sued_Italic , Fibel_Sued_Kontur , Fidgety , Firecat , Firstaid , Fivecent , Florsn17 , Florsn18 , Florsn19 , Florsn20 , Florsn21 , Florsn22 , Florsn23 , Florsn24 , Florsn25 , Florsn26 , Florsn27 , Florsn28 , Florsn29 , Florsn30 , Florsn31 , Florsn32 , Florsn35 , Florsn36 , Florsn39 , Florsn40 , Florsn43 , Florsn44 , Florsn47 , Florsn48 , Flowered , Fluted_Germanica , Flyman , Fontocid , Foo , Fortuna_Complete , Frankfurt , Free_BSC , Free_BSCA , Furry , Gilgon , Gilgon_D , Gilgon_M , Gilgon_O , Gilgon_S , Gilgon_T , Gilgonk , Ginga , Glazkrack , GoldenENG , Good_DC , Good_DP , Goofball , Gothicleaf , Gothikka , Graffonti_3d , Graffonti_Atomic , Graffonti_Gradient , Grand_Stylus , Graveyar , Gruenewald_VA_normal , Grunge , HS_Martin , Handwriting_Draftfree_Version , Harrison , Hawaii_Killer , Hawk , Hawkeye , Headhunter , Hearts , Heck , Heid , Heineken , Homework_Normal , Homework_Smart , Honey , Hypmotizin , Illuminate , Incised_Black , Incised_Black_Wide , Indie_Star , Indie_Star_BR , Irish_Spaghetti , Jail , James_Fajardo , Janet , Jelly_Bean_Sandwich , Jennifers_Hand_Writing , Journal , Joy_Like_Sunshine_Through_My_Windowpane , Judge , Judge2 , Jungle_B , Jungle_C , Jurassic , Just_Act_Casual , Kaileen , Kaptain_Kirk , Kaufhalle , Kaufhalle_Blech , Kinkimono , Klinom , Knockout , Kocity , KomtiA , Komtit , KomtitB , KomtitBR , KomtitG , KomtitK , KomtitP , KomtitS , KomtitT , KomtitTL , KomtitW , KomtitWR , Komtite , Kramer , Labtop , LabtopB , LabtopBI , LabtopI , LabtopU , LabtopUB , LabtopUI , LabtopVS , LabtopW , Labtop_3D , Labtop_Candy , Labtop_Candy_Extra , Labtop_Graphed , Labtop_Outline , Labtop_Superwide_Boldish , Labtop_Tartan , Labtop_Thin , Labtop_Underline , Labtop_Upper_Outline , Labtop_Warp_1 , Labtop_Warp_2 , Labtsebi , Labtsec , Labtsecb , Labtseci , Labtsecs , Labtsecw , Labtsw , Labtswo , Labtubi , Labtund , Labtup , Labtusw , Labtuup , Labtuuw , Labtuwd , Lassus , Leipzig_Fraktur_Bold , Leipzig_Fraktur_Normal , Lemon_B , Light_Up_The_World , Linear , Linol , Lintsec , Liqub , Little_Daisy , Little_Days , Little_Days_Alt , Logger , Luna_Bar , Lynx , Machauer , Mail_Rays , Mallata , Map_Of_You , Metalullem , Mettalicavacodo , Moonpie , Murrx , Pegypta , Pffft , Plain_Black , Plain_Black_Wide , Plain_Germanica , Plasma01 , Plasma02 , Plasma03 , Plasma04 , Plasma05 , Plasma06 , Plasma07 , Plasma08 , Plasma09 , Plasma10 , Plasma11 , Plasma12 , Plasma13 , Plasma14 , Plasma15 , Plasma16 , Quadpato , Quake , Rickles , Ruritania , Shadowed_Black , Shadowed_Black_Wide , Shadowed_Germanica , Shady_Characters , Sickness , Slaytanic , Tksec , Tuna_And_Hotdogs , Tunnel , UniverseA , Unsight , Unsteady , Vanish , Venetia_Monitor , Ventilat , Voyager , WC_Aqua_Blues , Weaver , Wild_West_Shadow , Wild_West_USA , Wild_West_Wind , Willy , Wolgast_Script , Wolgast_Two_Bold_Cyr , Wolgast_Two_Normal_Cyr , Writing_Stuff , Yesterday_Again , Yippy , Yippy_Skippy , Young_Love_ES ]
    font name
    default = 16bit

  35. imagef: string
    image file
    minimum = 0 | maximum = 1024000 | default =

  36. imageo: integer
    image opacity
    minimum = 0 | maximum = 100 | default = 100

  37. imagex: integer
    image position x
    minimum = | maximum = | default = 0

  38. imagey: integer
    image position y
    minimum = | maximum = | default = 0

  39. imagew: integer
    image width (-1=auto)
    minimum = -1 | maximum = 1000 | default = -1

  40. imageh: integer
    image height (-1=auto)
    minimum = -1 | maximum = 1000 | default = -1

  41. ecl: array [ L , M , Q , H ]
    error correction level (L=low,7%* | M=middle,15%* | Q=high,25%* | H=highest,30%*) *:damaged area to entire code size
    default = M

  42. version: array [ 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 18 , 19 , 20 , 21 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , 30 , 31 , 32 , 33 , 34 , 35 , 36 , 37 , 38 , 39 , 40 ]
    the size (number of modules) of a qr code (0=auto)
    default = 0

  43. cdata: string
    qr code data
    minimum = 0 | maximum = 102400 | default =

Example(s):
[ Default ] [ ECL_L ] [ ECL_M ] [ ECL_Q ] [ ECL_H ] [ Logo ] [ Text ] [ Colors ]

Rate:
4.51


Randomizer[ ↑ ]
Generates random alphanumeric strings based on specified patterns.

Version:
1.21.33

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. pattern: string
    a pattern to be used to generate random alphanumeric strings (d=digit / c=character / s=special character / \d,\c,\s=escaped d,c,s)
    minimum = 0 | maximum = 1000 | default = ddcdddddsdsddccddscccdcdsdccsc

  3. min: integer
    digit range minimum value (default=0)
    minimum = 0 | maximum = 9 | default = 0

  4. max: integer
    digit range maximum value (default=9)
    minimum = 0 | maximum = 9 | default = 9

  5. lc: boolean
    use only lower case characters
    default = 0

  6. chars: string
    character list
    minimum = 0 | maximum = 1000 | default = ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz

  7. specials: string
    special character list
    minimum = 0 | maximum = 1000 | default = #!?$.,:;-+*

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.54


RemoteFileDLS[ ↑ ]
Displays the current download speed of a remote file.

Version:
1.06.34

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. url: string
    url of the remote file
    minimum = 0 | maximum = 2048 | default = https://localhost/

  3. ctimeout: integer
    connect timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 5

  4. rtimeout: integer
    read timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 30

  5. authuser: string
    user authentication (username)
    minimum = 0 | maximum = 512 | default =

  6. authpassword: string
    user authentication (password)
    minimum = 0 | maximum = 512 | default =

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.52


RemoteFileInfo[ ↑ ]
Displays extended information about a remote file.

Version:
1.06.44

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. url: string
    url of the remote file
    minimum = 0 | maximum = 2048 | default = https://localhost/

  3. nosanitizeurl: boolean
    do not sanitize url
    default = 0

  4. ctimeout: integer
    connect timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 5

  5. rtimeout: integer
    read timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 30

  6. maxredirs: integer
    maximum numbers of redirections (maximum=3)
    minimum = 0 | maximum = 3 | default = 0

  7. buffersize: integer
    read buffersize in bytes (maximum=10240)
    minimum = 1 | maximum = 10240 | default = 1024

  8. useragent: string
    an user-agent string (*=set automatically)
    minimum = 1 | maximum = 1024 | default = *

  9. headeronly: boolean
    only read and return headers
    default = 0

  10. authuser: string
    user authentication (username)
    minimum = 0 | maximum = 512 | default =

  11. authpassword: string
    user authentication (password)
    minimum = 0 | maximum = 512 | default =

  12. textformatdetectionwords: string
    text-format detection words
    minimum = 0 | maximum = 512 | default = text,plain,html,xml,css,script

  13. urlsdetectionwords: string
    urls detection words
    minimum = 0 | maximum = 512 | default = href,location,src,xmlns

  14. urlsdetectiontags: string
    urls detection tags
    minimum = 0 | maximum = 512 | default = loc,link

  15. urlsinfos: boolean
    add additional information to found urls
    default = 0

  16. minwordlength: integer
    minimum length of words
    minimum = 1 | maximum = 100 | default = 3

  17. leavewordscase: boolean
    leave words case
    default = 0

  18. keysprefix: string
    output file/results keys prefix
    minimum = 0 | maximum = 128 | default = _

  19. addcdata: boolean
    add cdata tag to xml values
    default = 0

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.49


RemoteFileSource[ ↑ ]
Displays the plain text/source code of a remote file.

Version:
1.06.44

Parameter:
  1. format: array [ txt , html ]
    output format
    default = txt

  2. url: string
    url of the remote file
    minimum = 0 | maximum = 2048 | default = https://localhost/

  3. ctimeout: integer
    connect timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 5

  4. rtimeout: integer
    read timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 30

  5. authuser: string
    user authentication (username)
    minimum = 0 | maximum = 512 | default =

  6. authpassword: string
    user authentication (password)
    minimum = 0 | maximum = 512 | default =

  7. textformatdetectionwords: string
    text-format detection words
    minimum = 0 | maximum = 512 | default = text,plain,html,xml,css,script

  8. textonly: boolean
    exclude headers in output
    default = 0

Example(s):
[ TXT ] [ HTML ]

Rate:
4.51


RemoteFileURLs[ ↑ ]
Displays all existing URLs of a remote file as a sorted list.

Version:
1.06.44

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. url: string
    url of the remote file
    minimum = 0 | maximum = 2048 | default = https://localhost/

  3. ctimeout: integer
    connect timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 5

  4. rtimeout: integer
    read timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 30

  5. authuser: string
    user authentication (username)
    minimum = 0 | maximum = 512 | default =

  6. authpassword: string
    user authentication (password)
    minimum = 0 | maximum = 512 | default =

  7. textformatdetectionwords: string
    text-format detection words
    minimum = 0 | maximum = 512 | default = text,plain,html,xml,css,script

  8. urlsdetectionwords: string
    urls detection words
    minimum = 0 | maximum = 512 | default = href,location,src,xmlns

  9. urlsdetectiontags: string
    urls detection tags
    minimum = 0 | maximum = 512 | default = loc,link

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.50


RemoteFileWords[ ↑ ]
Displays all existing words of a remote file as a sorted list.

Version:
1.06.44

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. url: string
    url of the remote file
    minimum = 0 | maximum = 2048 | default = https://localhost/

  3. ctimeout: integer
    connect timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 5

  4. rtimeout: integer
    read timeout in seconds (maximum=30)
    minimum = 1 | maximum = 30 | default = 30

  5. authuser: string
    user authentication (username)
    minimum = 0 | maximum = 512 | default =

  6. authpassword: string
    user authentication (password)
    minimum = 0 | maximum = 512 | default =

  7. textformatdetectionwords: string
    text-format detection words
    minimum = 0 | maximum = 512 | default = text,plain,html,xml,css,script

  8. urlsdetectionwords: string
    urls detection words
    minimum = 0 | maximum = 512 | default = href,location,src,xmlns

  9. urlsdetectiontags: string
    urls detection tags
    minimum = 0 | maximum = 512 | default = loc,link

  10. minwordlength: integer
    minimum length of words
    minimum = 1 | maximum = 100 | default = 3

  11. leavewordscase: boolean
    leave words case
    default = 0

  12. keysprefix: string
    output file/results keys prefix
    minimum = 0 | maximum = 128 | default = _

  13. addcdata: boolean
    add cdata tag to xml values
    default = 0

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.50


ServiceInfo[ ↑ ]
Displays either the internet service that matches a port or the port number that matches an internet service.

Version:
1.15.42

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

  2. pos: string
    port number or internet service name (e.g. 443 or https)
    minimum = 0 | maximum = 255 | default =

  3. protocol: array [ tcp , udp ]
    the protocol (either tcp or udp)
    default = tcp

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.52


TTFonts[ ↑ ]
A set of various free true-type fonts.

Version:
1.20.12

Parameter:
  1. format: array [ txt , gif , ttf , xml , json , html ]
    output format
    default = txt

  2. font: array [ 16bit , 1942 , 32bit , A_Sensible_Armadillo , Acha_Fexp , Acha_Fita , Acha_Flft , Acha_Font , Acha_Fout , Acha_Fsex , Adinekir , Aerosol , Aftermatch , Aj_Tiles , Akbar , Amptmann_Script , Anarchistic , Angelina , Anger_RC , Anglo_Text , Angry_Blue , Anke_Call , Annabel_Script , Antelope , Antiblue , Antimony , Anyway , Anyway_B , Anyway_BI , Anyway_I , Anyway_L , Apapa , Apocalyptic , Apollo , Apple_Berry_Accents , Aquarium , Aquiline , AsciiD , Ass , Ataurus , Ataurus3d , Ataurus3di , Ataurusc , Ataurusci , Atauruse , Ataurusei , Ataurusi , Ataurusl , Ataurusp , Atauruspi , Avocado , Avond_01 , Avond_02 , Avond_03 , Avond_04 , Avond_05 , Avond_06 , Avond_07 , Avond_08 , Avond_09 , Avond_10 , Avond_11 , Avond_12 , Avond_13 , Avond_14 , Avond_15 , Avond_16 , Avond_17 , Avond_18 , Avond_19 , Avond_20 , Awakening_20 , BackslashV2 , Baleshad , Baroque_Script , Battcoop , Beroga , Berry , Bilbo_Bold , Bilbo_Fine , Bilbo_Regular , Birth_Of_A_Hero , Black_Initial_Text , Black_R , Blazed , Bleeding_Cowboys , Blomster , Bluenorm , Bohemian_Typewriter , Bois , Bombard , Bord , Brock_Script , Burn_Out , Cat_Shop , Champange , Chops , Cocksure , Combus_II , Combus_PL , Combus_TI , Combus_TT , Combus_TW , Comes_In_Handy , Competit , Contempo_Jungle_Minuet , Cosmosca , Coving01 , Coving02 , Coving03 , Coving04 , Coving05 , Coving06 , Coving07 , Coving08 , Coving09 , Coving10 , Coving11 , Coving12 , Coving13 , Coving14 , Coving15 , Coving16 , Coving17 , Coving18 , Coving19 , Coving20 , Coving21 , Coving22 , Coving23 , Coving24 , Coving25 , Coving26 , Coving27 , Coving28 , Coving29 , Coving30 , Coving31 , Coving32 , Crackman , Crass , Creaminal , Creature , Croisant , Cropogra , Dali , Dearest , Dearest_Open , Dearest_Outline , Delusion , Diogenes , Double_Scratch , Easy_Street_Alt_EPS , Easy_Street_EPS , Easy_Street_EPS_Bold , Edo , Egidia , Elegant , Elfont_Gothic , Embossed_Black_Normal , Embossed_Black_Wide , Embossed_Germanica , English_Essay , English_Gothic_17thC , Exmouth , Fibel_Nord , Fibel_Nord_Bold , Fibel_Nord_Bold_Italic , Fibel_Nord_Italic , Fibel_Nord_Kontur , Fibel_Sued , Fibel_Sued_Bold , Fibel_Sued_Bold_Italic , Fibel_Sued_Italic , Fibel_Sued_Kontur , Fidgety , Firecat , Firstaid , Fivecent , Florsn17 , Florsn18 , Florsn19 , Florsn20 , Florsn21 , Florsn22 , Florsn23 , Florsn24 , Florsn25 , Florsn26 , Florsn27 , Florsn28 , Florsn29 , Florsn30 , Florsn31 , Florsn32 , Florsn35 , Florsn36 , Florsn39 , Florsn40 , Florsn43 , Florsn44 , Florsn47 , Florsn48 , Flowered , Fluted_Germanica , Flyman , Fontocid , Foo , Fortuna_Complete , Frankfurt , Free_BSC , Free_BSCA , Furry , Gilgon , Gilgon_D , Gilgon_M , Gilgon_O , Gilgon_S , Gilgon_T , Gilgonk , Ginga , Glazkrack , GoldenENG , Good_DC , Good_DP , Goofball , Gothicleaf , Gothikka , Graffonti_3d , Graffonti_Atomic , Graffonti_Gradient , Grand_Stylus , Graveyar , Gruenewald_VA_normal , Grunge , HS_Martin , Handwriting_Draftfree_Version , Harrison , Hawaii_Killer , Hawk , Hawkeye , Headhunter , Hearts , Heck , Heid , Heineken , Homework_Normal , Homework_Smart , Honey , Hypmotizin , Illuminate , Incised_Black , Incised_Black_Wide , Indie_Star , Indie_Star_BR , Irish_Spaghetti , Jail , James_Fajardo , Janet , Jelly_Bean_Sandwich , Jennifers_Hand_Writing , Journal , Joy_Like_Sunshine_Through_My_Windowpane , Judge , Judge2 , Jungle_B , Jungle_C , Jurassic , Just_Act_Casual , Kaileen , Kaptain_Kirk , Kaufhalle , Kaufhalle_Blech , Kinkimono , Klinom , Knockout , Kocity , KomtiA , Komtit , KomtitB , KomtitBR , KomtitG , KomtitK , KomtitP , KomtitS , KomtitT , KomtitTL , KomtitW , KomtitWR , Komtite , Kramer , Labtop , LabtopB , LabtopBI , LabtopI , LabtopU , LabtopUB , LabtopUI , LabtopVS , LabtopW , Labtop_3D , Labtop_Candy , Labtop_Candy_Extra , Labtop_Graphed , Labtop_Outline , Labtop_Superwide_Boldish , Labtop_Tartan , Labtop_Thin , Labtop_Underline , Labtop_Upper_Outline , Labtop_Warp_1 , Labtop_Warp_2 , Labtsebi , Labtsec , Labtsecb , Labtseci , Labtsecs , Labtsecw , Labtsw , Labtswo , Labtubi , Labtund , Labtup , Labtusw , Labtuup , Labtuuw , Labtuwd , Lassus , Leipzig_Fraktur_Bold , Leipzig_Fraktur_Normal , Lemon_B , Light_Up_The_World , Linear , Linol , Lintsec , Liqub , Little_Daisy , Little_Days , Little_Days_Alt , Logger , Luna_Bar , Lynx , Machauer , Mail_Rays , Mallata , Map_Of_You , Metalullem , Mettalicavacodo , Moonpie , Murrx , Pegypta , Pffft , Plain_Black , Plain_Black_Wide , Plain_Germanica , Plasma01 , Plasma02 , Plasma03 , Plasma04 , Plasma05 , Plasma06 , Plasma07 , Plasma08 , Plasma09 , Plasma10 , Plasma11 , Plasma12 , Plasma13 , Plasma14 , Plasma15 , Plasma16 , Quadpato , Quake , Rickles , Ruritania , Shadowed_Black , Shadowed_Black_Wide , Shadowed_Germanica , Shady_Characters , Sickness , Slaytanic , Tksec , Tuna_And_Hotdogs , Tunnel , UniverseA , Unsight , Unsteady , Vanish , Venetia_Monitor , Ventilat , Voyager , WC_Aqua_Blues , Weaver , Wild_West_Shadow , Wild_West_USA , Wild_West_Wind , Willy , Wolgast_Script , Wolgast_Two_Bold_Cyr , Wolgast_Two_Normal_Cyr , Writing_Stuff , Yesterday_Again , Yippy , Yippy_Skippy , Young_Love_ES ]
    font
    default = 16bit

Example(s):
[ Details ] [ Demo ] [ Font_List_XML ] [ Font_List_JSON ] [ HTML ]

Rate:
4.51


Test[ ↑ ]
A simple test tool.

Version:
0.92.34

Parameter:
  1. format: array [ raw , txt , css , xml , log , ini , conf , csv , pdf , gif , png , jpg , json , js , html ]
    output format
    default = raw

Example(s):
[ TXT ] [ PDF ] [ GIF ] [ HTML ]

Rate:
4.49


TextToImage[ ↑ ]
A text to image generator.

Version:
1.21.35

Parameter:
  1. format: array [ png , jpg , gif , html ]
    output format
    default = gif

  2. quality: integer
    quality (jpg-format only)
    minimum = 0 | maximum = 100 | default = 90

  3. compression: integer
    compression (png-format only)
    minimum = 0 | maximum = 9 | default = 9

  4. width: integer
    image width (-1=auto)
    minimum = -1 | maximum = 1000 | default = -1

  5. height: integer
    image height (-1=auto)
    minimum = -1 | maximum = 1000 | default = -1

  6. textx: integer
    text position x (-1=center)
    minimum = | maximum = | default = -1

  7. texty: integer
    text position y (-1=center)
    minimum = | maximum = | default = -1

  8. textc: string
    text (foreground) color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #000000

  9. shadowd: boolean
    draw text shadow
    default = 0

  10. shadowx: integer
    shadow position x
    minimum = | maximum = | default = 1

  11. shadowy: integer
    shadow position y
    minimum = | maximum = | default = 1

  12. shadowc: string
    shadow color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #C0C0C0

  13. background: string
    background color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #FFFFFF

  14. font: array [ 16bit , 1942 , 32bit , A_Sensible_Armadillo , Acha_Fexp , Acha_Fita , Acha_Flft , Acha_Font , Acha_Fout , Acha_Fsex , Adinekir , Aerosol , Aftermatch , Aj_Tiles , Akbar , Amptmann_Script , Anarchistic , Angelina , Anger_RC , Anglo_Text , Angry_Blue , Anke_Call , Annabel_Script , Antelope , Antiblue , Antimony , Anyway , Anyway_B , Anyway_BI , Anyway_I , Anyway_L , Apapa , Apocalyptic , Apollo , Apple_Berry_Accents , Aquarium , Aquiline , AsciiD , Ass , Ataurus , Ataurus3d , Ataurus3di , Ataurusc , Ataurusci , Atauruse , Ataurusei , Ataurusi , Ataurusl , Ataurusp , Atauruspi , Avocado , Avond_01 , Avond_02 , Avond_03 , Avond_04 , Avond_05 , Avond_06 , Avond_07 , Avond_08 , Avond_09 , Avond_10 , Avond_11 , Avond_12 , Avond_13 , Avond_14 , Avond_15 , Avond_16 , Avond_17 , Avond_18 , Avond_19 , Avond_20 , Awakening_20 , BackslashV2 , Baleshad , Baroque_Script , Battcoop , Beroga , Berry , Bilbo_Bold , Bilbo_Fine , Bilbo_Regular , Birth_Of_A_Hero , Black_Initial_Text , Black_R , Blazed , Bleeding_Cowboys , Blomster , Bluenorm , Bohemian_Typewriter , Bois , Bombard , Bord , Brock_Script , Burn_Out , Cat_Shop , Champange , Chops , Cocksure , Combus_II , Combus_PL , Combus_TI , Combus_TT , Combus_TW , Comes_In_Handy , Competit , Contempo_Jungle_Minuet , Cosmosca , Coving01 , Coving02 , Coving03 , Coving04 , Coving05 , Coving06 , Coving07 , Coving08 , Coving09 , Coving10 , Coving11 , Coving12 , Coving13 , Coving14 , Coving15 , Coving16 , Coving17 , Coving18 , Coving19 , Coving20 , Coving21 , Coving22 , Coving23 , Coving24 , Coving25 , Coving26 , Coving27 , Coving28 , Coving29 , Coving30 , Coving31 , Coving32 , Crackman , Crass , Creaminal , Creature , Croisant , Cropogra , Dali , Dearest , Dearest_Open , Dearest_Outline , Delusion , Diogenes , Double_Scratch , Easy_Street_Alt_EPS , Easy_Street_EPS , Easy_Street_EPS_Bold , Edo , Egidia , Elegant , Elfont_Gothic , Embossed_Black_Normal , Embossed_Black_Wide , Embossed_Germanica , English_Essay , English_Gothic_17thC , Exmouth , Fibel_Nord , Fibel_Nord_Bold , Fibel_Nord_Bold_Italic , Fibel_Nord_Italic , Fibel_Nord_Kontur , Fibel_Sued , Fibel_Sued_Bold , Fibel_Sued_Bold_Italic , Fibel_Sued_Italic , Fibel_Sued_Kontur , Fidgety , Firecat , Firstaid , Fivecent , Florsn17 , Florsn18 , Florsn19 , Florsn20 , Florsn21 , Florsn22 , Florsn23 , Florsn24 , Florsn25 , Florsn26 , Florsn27 , Florsn28 , Florsn29 , Florsn30 , Florsn31 , Florsn32 , Florsn35 , Florsn36 , Florsn39 , Florsn40 , Florsn43 , Florsn44 , Florsn47 , Florsn48 , Flowered , Fluted_Germanica , Flyman , Fontocid , Foo , Fortuna_Complete , Frankfurt , Free_BSC , Free_BSCA , Furry , Gilgon , Gilgon_D , Gilgon_M , Gilgon_O , Gilgon_S , Gilgon_T , Gilgonk , Ginga , Glazkrack , GoldenENG , Good_DC , Good_DP , Goofball , Gothicleaf , Gothikka , Graffonti_3d , Graffonti_Atomic , Graffonti_Gradient , Grand_Stylus , Graveyar , Gruenewald_VA_normal , Grunge , HS_Martin , Handwriting_Draftfree_Version , Harrison , Hawaii_Killer , Hawk , Hawkeye , Headhunter , Hearts , Heck , Heid , Heineken , Homework_Normal , Homework_Smart , Honey , Hypmotizin , Illuminate , Incised_Black , Incised_Black_Wide , Indie_Star , Indie_Star_BR , Irish_Spaghetti , Jail , James_Fajardo , Janet , Jelly_Bean_Sandwich , Jennifers_Hand_Writing , Journal , Joy_Like_Sunshine_Through_My_Windowpane , Judge , Judge2 , Jungle_B , Jungle_C , Jurassic , Just_Act_Casual , Kaileen , Kaptain_Kirk , Kaufhalle , Kaufhalle_Blech , Kinkimono , Klinom , Knockout , Kocity , KomtiA , Komtit , KomtitB , KomtitBR , KomtitG , KomtitK , KomtitP , KomtitS , KomtitT , KomtitTL , KomtitW , KomtitWR , Komtite , Kramer , Labtop , LabtopB , LabtopBI , LabtopI , LabtopU , LabtopUB , LabtopUI , LabtopVS , LabtopW , Labtop_3D , Labtop_Candy , Labtop_Candy_Extra , Labtop_Graphed , Labtop_Outline , Labtop_Superwide_Boldish , Labtop_Tartan , Labtop_Thin , Labtop_Underline , Labtop_Upper_Outline , Labtop_Warp_1 , Labtop_Warp_2 , Labtsebi , Labtsec , Labtsecb , Labtseci , Labtsecs , Labtsecw , Labtsw , Labtswo , Labtubi , Labtund , Labtup , Labtusw , Labtuup , Labtuuw , Labtuwd , Lassus , Leipzig_Fraktur_Bold , Leipzig_Fraktur_Normal , Lemon_B , Light_Up_The_World , Linear , Linol , Lintsec , Liqub , Little_Daisy , Little_Days , Little_Days_Alt , Logger , Luna_Bar , Lynx , Machauer , Mail_Rays , Mallata , Map_Of_You , Metalullem , Mettalicavacodo , Moonpie , Murrx , Pegypta , Pffft , Plain_Black , Plain_Black_Wide , Plain_Germanica , Plasma01 , Plasma02 , Plasma03 , Plasma04 , Plasma05 , Plasma06 , Plasma07 , Plasma08 , Plasma09 , Plasma10 , Plasma11 , Plasma12 , Plasma13 , Plasma14 , Plasma15 , Plasma16 , Quadpato , Quake , Rickles , Ruritania , Shadowed_Black , Shadowed_Black_Wide , Shadowed_Germanica , Shady_Characters , Sickness , Slaytanic , Tksec , Tuna_And_Hotdogs , Tunnel , UniverseA , Unsight , Unsteady , Vanish , Venetia_Monitor , Ventilat , Voyager , WC_Aqua_Blues , Weaver , Wild_West_Shadow , Wild_West_USA , Wild_West_Wind , Willy , Wolgast_Script , Wolgast_Two_Bold_Cyr , Wolgast_Two_Normal_Cyr , Writing_Stuff , Yesterday_Again , Yippy , Yippy_Skippy , Young_Love_ES ]
    font name
    default = 16bit

  15. size: integer
    font size
    minimum = 1 | maximum = 100 | default = 10

  16. angle: integer
    text angle
    minimum = 0 | maximum = 359 | default = 0

  17. text: string
    image text
    minimum = 0 | maximum = 102400 | default =

Example(s):
[ Angle0_FontSize20_NoShadow_Black_White ] [ Angle0_FontSize20_NoShadow_Red_Black ] [ Angle0_FontSize40_NoShadow_Black_White ] [ Angle0_FontSize40_NoShadow_Red_Black ] [ Angle0_FontSize20_Shadow_Black_White ] [ Angle0_FontSize20_Shadow_Red_Black ] [ Angle0_FontSize40_Shadow_Black_White ] [ Angle0_FontSize40_Shadow_Red_Black ] [ Angle45_FontSize20_NoShadow_Black_White ] [ Angle45_FontSize20_NoShadow_Red_Black ] [ Angle45_FontSize40_NoShadow_Black_White ] [ Angle45_FontSize40_NoShadow_Red_Black ] [ Angle45_FontSize20_Shadow_Black_White ] [ Angle45_FontSize20_Shadow_Red_Black ] [ Angle45_FontSize40_Shadow_Black_White ] [ Angle45_FontSize40_Shadow_Red_Black ] [ Angle90_FontSize20_NoShadow_Black_White ] [ Angle90_FontSize20_NoShadow_Red_Black ] [ Angle90_FontSize40_NoShadow_Black_White ] [ Angle90_FontSize40_NoShadow_Red_Black ] [ Angle90_FontSize20_Shadow_Black_White ] [ Angle90_FontSize20_Shadow_Red_Black ] [ Angle90_FontSize40_Shadow_Black_White ] [ Angle90_FontSize40_Shadow_Red_Black ]

Rate:
4.51


TextToImageSimple[ ↑ ]
A simple text to image generator.

Version:
1.21.35

Parameter:
  1. format: array [ png , jpg , gif , html ]
    output format
    default = gif

  2. quality: integer
    quality (jpg-format only)
    minimum = 0 | maximum = 100 | default = 90

  3. compression: integer
    compression (png-format only)
    minimum = 0 | maximum = 9 | default = 9

  4. border: integer
    border size
    minimum = 0 | maximum = 100 | default = 1

  5. align: array [ 1
     = left (1)
    , 2
     = center (2)
    , 3
     = right (3)
    ]
    text align
    default = 1

  6. font: array [ 1
     = very small (1)
    , 2
     = small (2)
    , 3
     = middle (3)
    , 4
     = big (4)
    , 5
     = very big (5)
    ]
    font size
    default = 3

  7. spacing: integer
    line spacing
    minimum = 0 | maximum = 100 | default = 0

  8. foreground: string
    foreground color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #000000

  9. background: string
    background color (hex-format, RRGGBB)
    minimum = 6 | maximum = 7 | default = #FFFFFF

  10. text: string
    image text
    minimum = 0 | maximum = 102400 | default =

Example(s):
[ Left_NoBorder_NoSpacing_Red_Black ] [ Left_NoBorder_NoSpacing_Green_Black ] [ Left_NoBorder_NoSpacing_Blue_Black ] [ Left_NoBorder_Spacing_Red_Black ] [ Left_NoBorder_Spacing_Green_Black ] [ Left_NoBorder_Spacing_Blue_Black ] [ Left_Border_Spacing_Red_Black ] [ Left_Border_Spacing_Green_Black ] [ Left_Border_Spacing_Blue_Black ] [ Center_NoBorder_NoSpacing_Red_Black ] [ Center_NoBorder_NoSpacing_Green_Black ] [ Center_NoBorder_NoSpacing_Blue_Black ] [ Center_NoBorder_Spacing_Red_Black ] [ Center_NoBorder_Spacing_Green_Black ] [ Center_NoBorder_Spacing_Blue_Black ] [ Center_Border_Spacing_Red_Black ] [ Center_Border_Spacing_Green_Black ] [ Center_Border_Spacing_Blue_Black ] [ Right_NoBorder_NoSpacing_Red_Black ] [ Right_NoBorder_NoSpacing_Green_Black ] [ Right_NoBorder_NoSpacing_Blue_Black ] [ Right_NoBorder_Spacing_Red_Black ] [ Right_NoBorder_Spacing_Green_Black ] [ Right_NoBorder_Spacing_Blue_Black ] [ Right_Border_Spacing_Red_Black ] [ Right_Border_Spacing_Green_Black ] [ Right_Border_Spacing_Blue_Black ]

Rate:
4.49


TinyMusicPlayer[ ↑ ]
Implements functionality to create one (or more) web-based audio player(s) via JavaScript and HTML5 audio object.

Version:
1.32.56

Parameter:
  1. format: array [ html
     = html (full web player with free music)
    , htm
     = htm (simple wizard for creating playlists)
    , xml
     = xml (simple web player with free music)
    , js
     = js (compressed JavaScript source code to embed)
    , text
     = text (formatted and documented JavaScript source code)
    , txt
     = txt (formatted and documented JavaScript source code)
    , list
     = list (list of freely available music in player format)
    , json
     = json (list of freely available music in JSON format)
    ]
    output format
    default = html

Example(s):
[ Full_Web_Player ] [ Simple_Wizard ] [ Simple_Web_Player ] [ Compressed_JavaScript ] [ Documented_JavaScript_A ] [ Documented_JavaScript_B ] [ Music_List_Player_Format ] [ Music_List_JSON_Format ]

Rate:
4.51


VATValidator[ ↑ ]
Validates (the format of a) Value-Added Tax Identification Number (VATID/VATIN).

Version:
1.14.32

Parameter:
  1. format: array [ txt , html ]
    output format
    default = txt

  2. vat: string
    value-added tax identification number (VATID/VATIN)
    minimum = 0 | maximum = 16 | default =

Example(s):
[ EX_1 ] [ EX_2 ] [ EX_3 ] [ EX_4 ] [ EX_5 ] [ EX_6 ] [ EX_7 ] [ EX_8 ] [ EX_9 ] [ EX_10 ] [ EX_11 ] [ HTML ]

Rate:
4.52


VCard[ ↑ ]
A very simple vCard generator.

Version:
1.12.43

Parameter:
  1. format: array [ txt , vcf , png , jpg , gif , html ]
    output format
    default = txt

  2. vsrc: boolean
    vcard: include source url (to get the latest version)
    default = 0

  3. vcat: string
    category: comma-separated list (e.g. technician , musician)
    minimum = 0 | maximum = 256 | default =

  4. nprefix: string
    name: prefix
    minimum = 0 | maximum = 64 | default =

  5. nfirst: string
    name: first name
    minimum = 0 | maximum = 128 | default =

  6. nmiddle: string
    name: middle name
    minimum = 0 | maximum = 128 | default =

  7. nlast: string
    name: last name
    minimum = 0 | maximum = 128 | default =

  8. nsuffix: string
    name: suffix
    minimum = 0 | maximum = 64 | default =

  9. nnick: string
    name: nickname
    minimum = 0 | maximum = 128 | default =

  10. worg: string
    work: organization
    minimum = 0 | maximum = 128 | default =

  11. wdep: string
    work: department
    minimum = 0 | maximum = 128 | default =

  12. wtitle: string
    work: title
    minimum = 0 | maximum = 128 | default =

  13. wrole: string
    work: role
    minimum = 0 | maximum = 128 | default =

  14. wurl: string
    work: url
    minimum = 0 | maximum = 2048 | default =

  15. ceprivate: string
    email: private
    minimum = 0 | maximum = 320 | default =

  16. cework: string
    email: work
    minimum = 0 | maximum = 320 | default =

  17. cphome: string
    phone: home
    minimum = 0 | maximum = 32 | default =

  18. cpwork: string
    phone: work
    minimum = 0 | maximum = 32 | default =

  19. cpcell: string
    phone: cell phone
    minimum = 0 | maximum = 32 | default =

  20. cppager: string
    phone: pager
    minimum = 0 | maximum = 32 | default =

  21. cpfaxp: string
    phone: fax private
    minimum = 0 | maximum = 32 | default =

  22. cpfaxw: string
    phone: fax work
    minimum = 0 | maximum = 32 | default =

  23. aplabel: string
    address private: label
    minimum = 0 | maximum = 128 | default =

  24. apstreet: string
    address private: street
    minimum = 0 | maximum = 128 | default =

  25. apcity: string
    address private: city
    minimum = 0 | maximum = 64 | default =

  26. apstate: string
    address private: state/province
    minimum = 0 | maximum = 64 | default =

  27. appostal: string
    address private: postal code
    minimum = 0 | maximum = 16 | default =

  28. apcountry: string
    address private: country
    minimum = 0 | maximum = 64 | default =

  29. awlabel: string
    address work: label
    minimum = 0 | maximum = 128 | default =

  30. awstreet: string
    address work: street
    minimum = 0 | maximum = 128 | default =

  31. awcity: string
    address work: city
    minimum = 0 | maximum = 64 | default =

  32. awstate: string
    address work: state/province
    minimum = 0 | maximum = 64 | default =

  33. awpostal: string
    address work: postal code
    minimum = 0 | maximum = 16 | default =

  34. awcountry: string
    address work: country
    minimum = 0 | maximum = 64 | default =

  35. pbday: integer
    personal: birthday - day (0 = not set/given)
    minimum = 0 | maximum = 31 | default = 0

  36. pbmonth: integer
    personal: birthday - month (0 = not set/given)
    minimum = 0 | maximum = 12 | default = 0

  37. pbyear: integer
    personal: birthday - year (0 = not set/given)
    minimum = 0 | maximum = 2100 | default = 0

  38. pbplace: string
    personal: birth place
    minimum = 0 | maximum = 320 | default =

  39. pdday: integer
    personal: date of death - day (0 = not set/given)
    minimum = 0 | maximum = 31 | default = 0

  40. pdmonth: integer
    personal: date of death - month (0 = not set/given)
    minimum = 0 | maximum = 12 | default = 0

  41. pdyear: integer
    personal: date of death - year (0 = not set/given)
    minimum = 0 | maximum = 2100 | default = 0

  42. pdplace: string
    personal: place of death
    minimum = 0 | maximum = 320 | default =

  43. paday: integer
    personal: anniversary - day (0 = not set/given)
    minimum = 0 | maximum = 31 | default = 0

  44. pamonth: integer
    personal: anniversary - month (0 = not set/given)
    minimum = 0 | maximum = 12 | default = 0

  45. payear: integer
    personal: anniversary - year (0 = not set/given)
    minimum = 0 | maximum = 2100 | default = 0

  46. purl: string
    personal: url
    minimum = 0 | maximum = 2048 | default =

  47. pgender: array [ X
     = not set/given (X)
    , M
     = male (M)
    , F
     = female (F)
    , O
     = other (O)
    ]
    personal: gender
    default = X

  48. pnote: string
    personal: note
    minimum = 0 | maximum = 2048 | default =

  49. puid: string
    personal: uid
    minimum = 0 | maximum = 512 | default =

  50. ilogo: string
    image: logo
    minimum = 0 | maximum = 1024000 | default =

  51. iphoto: string
    image: photo
    minimum = 0 | maximum = 1024000 | default =

  52. mjabber: string
    messenger: jabber
    minimum = 0 | maximum = 1024 | default =

  53. mskype: string
    messenger: skype
    minimum = 0 | maximum = 1024 | default =

  54. mgoogle: string
    messenger: google
    minimum = 0 | maximum = 1024 | default =

  55. mqq: string
    messenger: qq
    minimum = 0 | maximum = 1024 | default =

  56. slinkedin: string
    social: linkedin
    minimum = 0 | maximum = 2048 | default =

  57. stwitter: string
    social: twitter
    minimum = 0 | maximum = 2048 | default =

  58. sfacebook: string
    social: facebook
    minimum = 0 | maximum = 2048 | default =

  59. sinstagram: string
    social: instagram
    minimum = 0 | maximum = 2048 | default =

  60. syoutube: string
    social: youtube
    minimum = 0 | maximum = 2048 | default =

  61. scusttitle: string
    social: custom title
    minimum = 0 | maximum = 256 | default =

  62. scusturl: string
    social: custom url
    minimum = 0 | maximum = 2048 | default =

Example(s):
[ TXT ] [ VCF ] [ PNG ] [ JPG ] [ GIF ] [ HTML ]

Rate:
4.51


WhatAmI[ ↑ ]
Displays the current user agent.

Version:
0.95.21

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.49


WhereAmI[ ↑ ]
Displays the current information about the location.

Version:
0.95.21

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.50


WhoAmI[ ↑ ]
Displays the currently used IP address and hostname.

Version:
0.95.21

Parameter:
  1. format: array [ txt , xml , json , html ]
    output format
    default = txt

Example(s):
[ TXT ] [ XML ] [ JSON ] [ HTML ]

Rate:
4.50


XML2JSON[ ↑ ]
Converts XML data into JSON data.

Version:
1.02.32

Parameter:
  1. format: array [ txt , json , html ]
    output format
    default = txt

  2. input: string
    xml data
    minimum = 0 | maximum = 1024000 | default =

Example(s):
[ TXT ] [ JSON ]

Rate:
4.52


XMLValidator[ ↑ ]
Validates XML data.

Version:
1.02.34

Parameter:
  1. format: array [ txt , html ]
    output format
    default = txt

  2. input: string
    xml data
    minimum = 0 | maximum = 1024000 | default =

Example(s):
[ TXT ]

Rate:
4.50