What's new

Help HELP PO MASS NUMBER

Status
Not open for further replies.

K I S E R Y O T A

Forum Veteran
Joined
Nov 17, 2017
Posts
1,359
Reaction
1,257
Points
578
PHP:
</head>
<body>
<div class="login-box"> <h2>spotify Registration.</h2>
<font color="white"><h2 style="font-size:13px;">Senpai<iframe src="https://free.timeanddate.com/clock/i7yophz7/n145/fn7/fs12/fc0ff/tct/pct/tt0/th2" frameborder="0" width="308" height="18" allowtransparency="true"></iframe><br>Pa help po</h2>
<div class="user-box"> <form method="POST"> Email: <input type="text" name="email" id="email" value="<?php echo $_POST['email']; ?>" placeholder="email here">
<div class="user-box"> <form method="POST"> Password: <input type="text" name="password" id="password" value="<?php echo $_POST['password']; ?>" placeholder="password here"><a href="#">
<span></span> <span></span> <span></span> <span></span> <input type="submit" value="Submit"></a>
<br><br><h2 style="font-size:13px;">Copyright</a><br>https://www.facebook.com/senpai099 </h2><h2 style="font-size:13px;"><br>Unauthorized<br>Console
</form>
<?php
# Registration here:
if ($_POST["email"]) {
$email = $_POST["email"];
$password = $_POST["password"];
$url = "https://www.spotify.com/sign-up";
$curl = curl_init($url);
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_POST, true);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
$headers = array(
"Content-Type: application/json",
"Accept: application/json",
"X-Application-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJhcHBfaWQiOiJpb3MiLCJpYXQiOjE1OTg1ODY1MjYsIm5iZiI6MTU5ODU4NjUyNiwiZXhwIjoxOTEzOTQ2NTI2fQ.xVM2s_Owt4zNWLOlllhPXcRQ4b23x6KQpqs_2NGu9zPlQ9hjOsSS6pr9Qams7jfsyMPXtik2MFvv8V_nT8
);
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
$data = <<<DATA
{
"email": "$email",
"password": "$password"
}
DATA;
curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
$resp = curl_exec($curl);
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
print "$resp";
curl_close($curl);
}
?>

</body>
</html>

: Pa help guys gusto ko  sana is hindi lang isang email gusto ko maging mass email sya kumbaga hindi lang isang email pero isang password lang.
pa help guys anu dapat baguhin.
 
lagay mo sa array mga email at i loop mo hindi rin pde mag mass send mail dapat naka queuing yan kase mag eerror yan pag sabay2 isesend .
panu lods, puede ba paki example :<

lagay mo sa array mga email at i loop mo hindi rin pde mag mass send mail dapat naka queuing yan kase mag eerror yan pag sabay2 isesend .
gagawa ba ako ng array kasunod ng array nung una ng like ganito

$email = array("$email0", "$email1", "$email2", "$email3");
 
Last edited:
panu lods, puede ba paki example :<


gagawa ba ako ng array kasunod ng array nung una ng like ganito

$email = array("$email0", "$email1", "$email2", "$email3");
phcorner.png
 

Attachments

Status
Not open for further replies.

Similar threads

Back
Top