progrez.cloud
LATEST POST

Bugs Announced, Listing Free Proxy Getting Undefined

@httptools

656 Read

In the last version of HTTP Tools, we are aware that the free proxy feature is not working properly. This ...

Agustus

27

Now You Can Find Domain's IP Address Behind CloudFlare in HTTP Tools 4.3.1

@httptools

1078 Read

For security reason, some wesite using Cloud Network to hide their origin server. One of the most popular cloud platforms used ...

Agustus

24

API 3

@Ganz404

561 Read

~DAFTAR ISI1.1 Create Fakultas~DUCUMENTATION APIDocumentasi api camps schadule Fakultas dan Prodi.1.1 Create Fakultascurl -i -X POST -H "Content-Type: multipart/form-data"            -F "fakultas=teknik"            -F "id_wilayah="http://localhost/api/fakultas.php?create=tokencurl ...

Agustus

22

API 2

@Ganz404

588 Read

~DAFTAR ISI1.1 Registrasi1.2 Login~DUCUMENTATION APIDocumentasi api camps schadule dosen.1.1 Registrasicurl -i -X POST -H "Content-Type: multipart/form-data"            -F "nidn=123456"            -F "[email protected]"            -F "nama=Arjun Nurdin.hampir.St"            -F "password=pass"         http://localhost/api/v1/dosen.php?access=registrasicurl ...

Agustus

21

How To Install CentOS 8

@jlcnate

606 Read

IntroductionCentOS released its long-awaited update of the widely popular Linux distribution CentOS 8 – in September 2019.If you are already a CentOS ...

Agustus

17

MACOS 10.15 CATALINA APACHE SETUP: MULTIPLE PHP VERSIONS

@jlcnate

2169 Read

Homebrew InstallationThis process relies heavily on the macOS package manager called Homebrew. Using the brew command you can easily add powerful functionality ...

Agustus

17

API 1

@Ganz404

603 Read

~DAFTAR ISI1.1 Registrasi1.2 Login1.3 Edit................ 1.3.1 Meta................ 1.3.2 Information................ 1.3.3 Security1.4 Get1.5 Remove1.6 Get wilayah1.7 Image universitas~DUCUMENTATION APIDocumentasi api camps schadule.1.1 ...

Agustus

16

RENAME ALL FILES upercase AND flatline WITH BASH

@Ganz404

439 Read

Tips!I am use :for, echo, mv, tr, sedCommand:Get all files by names extension otf, in current location.While we use *, the ...

Agustus

11

Source Code Update Data ke Task Progrez Cloud

@ipank

528 Read

function.php<?php function ch ( $url, $post ) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $post); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $data = curl_exec($ch); curl_close($ch); return $data ; } function deBug( $ini_url, $token ) { $url ...

Agustus

10

Post Data ke Task Progrez.Cloud

@ipank

750 Read

Hay, para penghuni bumi kali ini gw sebagai pria nakal, mau berbagi tips cara nge-post data ke task progrez.cloud, sebelum lanjut ...

Agustus

09