Is there anyone can c0de this? Thanks in advance, for the 0ne wh0 can c0de this.. Thanks!
Pm to all buddies
Collapse
This topic is closed.
X
X
-
Originally posted by robzky View PostIs there anyone can c0de this? Thanks in advance, for the 0ne wh0 can c0de this.. Thanks!
find that code and mod it..It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
-
look in lava. There is a service called broadcast. Look how it works.mysterio.al - programming is a functional art
Comment
-
After two hours, i go to my pc, and send you the code, cause i am using mobile now.mysterio.al - programming is a functional art
Comment
-
ok, here is the code:
- - - - -
index.php
PHP Code:echo "<form action=\"confirm.php\" method=\"post\"><br/>";
echo "<br/><textarea id=\"inputText\" name=\"message\"></textarea><br/>";
echo "<input id=\"inputButton\" type=\"submit\" value=\"Broadcast\"/></form>";
confirm.php
PHP Code:$msg = $_POST["message"];
$sql = mysql_query("SELECT id FROM ibwf_users");
while ($id = mysql_fetch_array($sql))
{
mysql_query("INSERT INTO ibwf_private SET byuid = '1', touid = '".$id[0]."', text = '".$msg."', timesent = '".time()."'");
}
if($sql)
{
echo "Message Sent to All Users!<br/>";
}
else
{
echo "Error!";
}
Ok, so this is used in lava. Follow the procedure and change the variables to yours (add $sid etc)!
If it's helped you, please, click "thanks".
And ask me for more!mysterio.al - programming is a functional art
Comment
Comment