PHP වැඩ්ඩෙක් බලන්වද මේ කෝඩ් එක හරිද කියලා..

WaterMelon

Active member
  • Aug 1, 2017
    377
    182
    43
    PHP වැඩ්ඩෙක් බලන්වද මේ කෝඩ් එක හරිද කියලා..

    මචන් මේ වෙබ් එකේ php ටික මට යලුවෙක් ලියල දුන්න, එත් වැඩකරන්නෙ නැහැ, පොඩ්ඩක් දන්න කෙනෙක් කියනවද මොකක්ද අවුල කියල?

    get.php
    PHP:
    <?php
    
    $post = [
        'usr' => $_POST['usr'],
    ];
    
    $ch = curl_init('https://landing-page-ig-free-fol.000webhostapp.com/get.php');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
    $response = curl_exec($ch);
    curl_close($ch);
    echo $response;
    newfollowers.php
    PHP:
    <?php
    
    $post = [
        'usr' => $_POST['usr'],
    ];
    
    $ch = curl_init('https://landing-page-ig-free-fol.000webhostapp.com/newfollowers.php');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
    $response = curl_exec($ch);
    curl_close($ch);
    echo $response;
    www.socialblastoff.party මේ සයිට් එකේ කොපි එකක් තමයි හදන්න ඕනෙකරල තියෙන්නෙ


    මේ තියෙන්නෙ ටෙස්ට් සයිට් එක
    landing-page-ig-free-fol.000webhostapp.com/
     

    Banned!

    Member
    Jun 30, 2013
    10,779
    1,070
    0
    PHP:
    $postfields=http_build_query(array('usr' => $_POST['usr'])));
    
    $url="https://landing-page-ig-free-fol.000webhostapp.com/get.php";
    $ch = curl_init(); 
    curl_setopt($ch, CURLOPT_URL,$url); 
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS,$postfields); 
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);  
    $server_output = curl_exec ($ch);  
    curl_close ($ch);
    
    // test
    var_dump($server_output);
     
    Last edited:

    WaterMelon

    Active member
  • Aug 1, 2017
    377
    182
    43
    PHP:
    $postfields=http_build_query(array('usr' => $_POST['usr'])));
    
    $url="https://landing-page-ig-free-fol.000webhostapp.com/get.php";
    $ch = curl_init(); 
    curl_setopt($ch, CURLOPT_URL,$url); 
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS,$postfields); 
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);  
    $server_output = curl_exec ($ch);  
    curl_close ($ch);
    
    // test
    var_dump($server_output);

    නිකන්ම දීල යන්නෙ, මොනවහරි කොටාගෙනම යන්නකො සුදූ...
     

    Nadun26

    Well-known member
  • Apr 27, 2015
    14,157
    12,707
    113
    38
    bump.png
     

    WaterMelon

    Active member
  • Aug 1, 2017
    377
    182
    43
    Fiverr gig ekak kipallako me wade $5 kata karaganna puluwan ekak...php tika witharayi code karaganna thiyenne...