I Ripped a website and re coded .php, but PHP is not working

[size=10pt][size=14pt][size=10pt][size=8pt]Hi,
I ripped http://socialblastoff.party/ and here is the link to my temporary test site https://landing-page-ig-free-fol.000webhostapp.com/
I got php codes from one of my friend as below

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;[/php]

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;[/php]

but site is not responding when clicked the “get free followers” button

Any expert suggestions are greatly appreciated…

Cheers.[/size][/size][/size][/size]

You stole a site, and want help in making it work…

HAHAHAHAHAHAAAHAHAHAHAAAAAHAHAAA

[size=12pt]

Honestly you should not have wasted your time replying like this,
original Lp posted on https://www.marketing-rhino.com, and http://socialblastoff.party/ too is a clone which is modified.
but socialblastoff.party owner is not selling it, since I’m not familiar with redesigning this, only alternative for me is to clone this.

this is about sharing knowledge each other. [/size]

It is rather funny that you show up and post twice and proceed to say what “this” is about.

So, let me explain what this is about:

You post a site that SELLS templates and a site that likely bought one, and you want to copy it for your own usage. You can’t figure out how to steal the template, so you come here asking for someone to tell you how to do it.

That is NOT what “this” site is about. THIS site is about teaching and helping people learn a server-side language, NOT how to rip peoples shit off without paying for it.

socialblastoff may not be selling, but I guarantee that marketing-rhino is.

Sponsor our Newsletter | Privacy Policy | Terms of Service