XR3X

Jump to content


Hello Alexa,

welcome to our PasteBin system.

Please bare in mind this system is working for this version of IP.B (bulletin board software used) but it is not guaranteed that it will work on future versions.

Use this system with responsibility and do not spam our system.

PHP example


<?php 
        // create curl resource 
        $ch = curl_init(); 
        // set url 
        curl_setopt($ch, CURLOPT_URL, "example.com"); 
        //return the transfer as a string 
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
        // $output contains the output string 
        $output = curl_exec($ch); 
        // close curl resource to free up system resources 
        curl_close($ch);      
?>

Related Files Set

Permanent Link

Direct Link

Quick BBCode


  • Total Files 5
  • Latest By kuupa

user(s) are online (in the past 120 minutes)

members, guests, anonymous users