I am almost done ripping a page of a landing page of one of those loading gems hack pages for mobile games. (don't judge please, we are on blackhat forum and I can't afford to spend $100 on a theme right now)
I am almost done ripping it but I am getting lost on one of "get" php requests and then it does a success formula and something. I want to ask someone if this request is accessing the data from php to get html info or just fucking up with page rippers like me. If someone is fluent with PHP here I would like to pm you and ask a few questions.
EDIT:
$.ajax({
type: "get",
url: "NAMEOFPHP.php",
success: function(dataprocess){
$('#c-w').html(dataprocess).hide().fadeIn();
What does the c-w mean and does this php take info from this c-w.html?
I am almost done ripping it but I am getting lost on one of "get" php requests and then it does a success formula and something. I want to ask someone if this request is accessing the data from php to get html info or just fucking up with page rippers like me. If someone is fluent with PHP here I would like to pm you and ask a few questions.
EDIT:
$.ajax({
type: "get",
url: "NAMEOFPHP.php",
success: function(dataprocess){
$('#c-w').html(dataprocess).hide().fadeIn();
What does the c-w mean and does this php take info from this c-w.html?