|
|
#21 (permalink) |
|
Üyelik Tarihi: 28.12.2001
Yer: istanbul
Yaş: 30
Mesaj: 742
|
maalesef icq kullanmıyorum, zaten dun gece bursaya geldim ve su an acaip bi bilgisayarla iki satır yazmak icin cebellesiyorum, forum bazı satırları alta atıyor bilgisayarda notepad bile olmadıgı icin hatayı kontrol edemiyorum ama board PHP deust satırlara: $kac_tane=8; asgidaki kısmı ise iki scripti karsılastır aynı satır sayısında <table cellspacing=1> <tr><td bgcolor=$table1></td>$mess[0]</tr> <tr><td bgcolo=$table2></td>$mess[1]</tr> <tr><td bgcolo=$table1></td></tr> <tr><td bgcolo=$table1></td></tr> </table> buna benzer sekilde devam 6 kere tekrarlanan bolumun yerine asagıdakileri ekle //-------buraya for döngusu yapıyoruz "; // bu tırnak tabloyu silince ust taraa son vermek icin echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"2\">"; for ($i=0; $i<$kac_tane;$i++) { if($i%2){$tablo=$table1;} else {$tablo=$table2;} echo " <tr> <td bgcolor=\"$tablo\"><font face=\"Verdana\" color=\"$text\" size=\"1\">$mess[$i]</font></td> </tr> "; } echo "</table>"; olmzsa biri yardım eder sanırım veya ben pazartesi gunu ist.e donucem
|
|
|
|
|
|
#24 (permalink) |
|
Üyelik Tarihi: 15.01.2002
Yer: istanbul
Yaş: 29
Mesaj: 128
|
Hizir biliyorum çıldıracaksın ama bu sitede ben ne yapacağımı anlamadım (host).Bana yardımcı olur musun?
Ayrıca sms olayında ise sitenin free bölümünde bunun kodlarını vermiş istersen sana yollayayım yada bir inceleyin bakın nasıl yapabiliriz.
__________________
Sana Uzatılan Elleri Görmek İstemesen De Birgün O Eller Üstünde Bu Dünyadan Göçmek Varya Mesaj fincir tarafından 06.08.2002 (16:16) yeniden düzenlendi.. |
|
|
|
|
|
#25 (permalink) |
|
Mesaj: n/a
|
Hizir Abi eyvallah diyorum baskada bişe demiyorum..
Fincir kardeş sende bi not yazmışsın okudum Sen yapamadın zannedersem.. Ben sana kısa bi acıklama yapiym ama aynı olucak yazılanlarla ama tekrarliyim.. Hostun PHP destekliyormu ilk problem =? Destekliyor ise Shoutbox klasörünü tamamiyle alıp Hostuna aktarıyorsun. Olay bitiyor. Eğer desteklemiyorsa dogal olarak aktaramıyosun. |
|
|
|
#26 (permalink) |
|
Üyelik Tarihi: 15.01.2002
Yer: istanbul
Yaş: 29
Mesaj: 128
|
still iyi de ben senin bahsettiğinden daha da beceriksizim ben daha bedava yer alamadım alsam kuracağım yani.Bna bu konuda yardımcı olursanız.
__________________
Sana Uzatılan Elleri Görmek İstemesen De Birgün O Eller Üstünde Bu Dünyadan Göçmek Varya |
|
|
|
|
|
#28 (permalink) |
|
Üyelik Tarihi: 28.12.2001
Yer: istanbul
Yaş: 30
Mesaj: 742
|
http://hostme.firi.net (turkce PHP, MySQL desteği var)
http://www.host.sk (galiba slovakca PHP MySQL,imap desteği var) http://user.7host.com/Zoomer/sample3.asp (turkçe free host listesi) istersen sms kodlarını da buraya yaz ben bilmesem bile bilen biri çıkar, |
|
|
|
|
|
#29 (permalink) |
|
Üyelik Tarihi: 15.01.2002
Yer: istanbul
Yaş: 29
Mesaj: 128
|
still iyi olur vallahi çok teşekkür ederim.Hizir birkaç yer önermiş hangisi iyi ve reklamsız ise oradan herhangi bir adres alır mısın bana? Yahu askere gitmesem size yemek ısmarlayacağım ama neyse kısmetse dönüşte
![]() SMS olayıyla ilgili tüm argümanı veriyorum action PHP dosyası: <?PHP if($sentmessage == "2"){ echo "sorry!, you have already submitted twice"; }else{ $num = $sentmessage + 1; setcookie("sentmessage","$num",time()+86400); //set the cookie $to = "you@orange.net"; $subject = "$email , $msg"; $mailheaders = "From: $email \n"; $mailheaders .= "Reply-To: $email\n\n"; mail($to, $subject, $msg, $mailheaders); ?> <HTML><head><title>I have recieved your message</title></head><body> Thank you, i have recieved your message. </body> </HTML> <? }//end submitted ?> Açıklaması: Here is the first version of the SMS mailer, read this to find out how to set it up. You can use this script under the GPL Liscensing as freeware. ======================= BE WARNED: although i have tried to make this script safe, it is still posible for people to send you as many messages as they wish. I will not be held responsible for any flooding that you may get. It also allows people to send you messages as they wish, i have no censors or filters, what people send to you is up to them, i will not be help responsible for any harm that may occur to your phone/pager brought by the messages you recieve. ======================= Now that i have that out the way. is it very simple to set up, here is how it works. =====SETUP======== 1) You need an email address that wil forward your emails to your phone. This script is set up for use with oranges service. go to http://www.orange.net and sign up for an email, you must register your mobile phone so that the subjects of your emails are forwarded to your phone. Check that it works by sending an email to your you@orange.net email and check you recive the "subject" as an SMS message. 2) ok open up the "action.PHP" file, and enter your orange email adress where the sample one is. That is al you NEED to edit, it should now work. 3) Open up form.HTML you can edit the look of the form as you wish but be carfeul not to edit the JavaScript. 4) after a person has sent you 2 messages, a cookie is set to stop any more, you can change how long this cookie lasts if you wish, i have it set to about 2 hours as default. Thats it, just upload all the files TO THE SAME DIRECTORY and use the form.HTML to send the messages. Use with care. As this is the first script it is up for improvement, please email suggestions to robouk@yahoo.com ===========CREDITS============ Jerome gagner thanks for PHP help Bernie, again good PHP work. hyperhex.com for the idea. tutorialforums.com for everyone who helped contribute code. ============================== please dont ask me PHP questions, post at tutorialforums.com as thats where the guru's are. HTML kodları: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>Send me an SMS message.</TITLE> <META http-equiv=Content-Type content="text/HTML; charset=iso-8859-1"> <STYLE type=text/CSS>.button { font-SIZE: 12px; BORDER-LEFT-COLOR: #306898; BORDER-BOTTOM-COLOR: #306898; WIDTH: 60px; COLOR: #336699; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #336699; font-FAMILY: Geneva, Arial, Helvetica, san-serif; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; HEIGHT: 20px; BACKGROUND-COLOR: #ffffff; BORDER-RIGHT-COLOR: #306898; BORDER-BOTTOM-STYLE: solid } .forms { BORDER-RIGHT: #3868a0 1px ridge; BORDER-TOP: #336699 1px ridge; font-SIZE: 12px; BORDER-LEFT: #3868a0 1px ridge; COLOR: #336699; BORDER-BOTTOM: #3868a0 1px ridge; font-FAMILY: Geneva, Arial, Helvetica, san-serif; BACKGROUND-COLOR: #ffffff } </STYLE> <script language=JavaScript><!-- if ((navigator.appVersion.indexOf("Mac") != -1) && (navigator.appVersion.indexOf("MSIE") == -1)) {document.write("<link rel=stylesheet href=\"/int/CSS/m.CSS\" type=\"text/CSS\">"); }else {document.write("<link rel=stylesheet href=\"/int/CSS/w.CSS\" type=\"text/CSS\">"); }function goB(){h=window.name.split("_");h[0]=parseInt(h[0])-1;window.name=h.join("_");history.back();}function goF(){h=window.name.split("_");h[0]=parseInt(h[0])+1;window.name=h.join("_");history.forward();}fun ction goL(s){h=window.name.split("_");if(parseInt(h[0])<parseInt(h[1])){h[1]=h[0];}h[0]=parseInt(h[0])+1;h[1]=parseInt(h[1])+1;window.name=h.join("_");location.href="/u/"+s;}function initcharsleft() {charsleft(document.forms["frm"].text);}function charsleft(feld) {var anz = feld.value.length;if (anz> 87 ) {feld.value = feld.value.substring(0,160);frei = 0;} else {frei = 87 -anz;}document.forms["frm"].num.value = frei;}//-->// --> </script> <META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD> <BODY text=#000000 bgColor=#ffffff> <TABLE cellSpacing=0 cellPadding=0 width=445 border=0> <TBODY> <TR> <TD width=88 height=210 valign="top" align="right"><font color="#336699"><b><br> <br> <font face="Verdana, Arial, Helvetica, sans-serif" size="2">Name:<br> Message:</font> </b></font></TD> <TD width=11></TD> <TD vAlign=top width=285> <form name=frm onsubmit="return goL('')" action=action.PHP method=post> <INPUT type=hidden value=Sms name=page> <INPUT type=hidden value=send_sms name=action> <INPUT type=hidden value=Robouk name=nickname> <INPUT class=forms name=email> <BR> <TEXTAREA class=forms onkeypress=charsleft(this); onkeydown=charsleft(this); onblur=charsleft(this); onkeyup=charsleft(this); onfocus=charsleft(this); name=msg rows=3 wrap=VIRTUAL onchange=charsleft(this);></TEXTAREA> <BR> <font color="#336699" size="2" face="Verdana, Arial, Helvetica, sans-serif">Characters Left </font> <INPUT onfocus=this.blur size=4 value=87 name=num class="forms"> <br> <INPUT class=button type=submit value="Send " border=0 name=submit height="5" width="10"> </form> </TD> <TD width=61></TD> </TR> </TBODY> </TABLE> </BODY></HTML>
__________________
Sana Uzatılan Elleri Görmek İstemesen De Birgün O Eller Üstünde Bu Dünyadan Göçmek Varya |
|
|
|
|
|
#30 (permalink) |
|
Üyelik Tarihi: 28.12.2001
Yer: istanbul
Yaş: 30
Mesaj: 742
|
bu sms scripti aslında basit bir email gonderme scripti, mesaj gönderdiğin zaman you@orange.net (buraya senin email adresin gelecek) adresine email atıyor, bilgisayarına da bir cookie atıyor, ve scriptin basında bu cookienin değerini kontrol ediyor, her mesaj da cookienin değeri bir sayı artıyor, eğer değeri 2 ise daha fazla mesaj göndermene izin vermiyor, burda önemli olan
www.orange.net adresinin sağladığı hizmet, anladığım kadarıyla (su an Hotmail ve turkcell de böyle bir hizmet veriyor) email adresine gelen mesajları sana sms olarak gönderiyorlar, turkcell bunu paralı yapıyor, ama orange.net için birsey söyleyemem, eğer ücretsiz ise orange.net e uye olman lazım, ordan aldığın email adresini scriptteki you@orange.net adresi ile değistireceksin bu kadar, alttaki javascriptle yazılmıs kod yığınında da text alanına 160 karakterden fazla yazıp yazmadığını kontrol ediyor. |
|
|
|
| Sponsorlu Bağlantılar | |
|
Zoque.Forum
Reklam
|
|
Zoque'a hoşgeldiniz!|
En popüler ilk 100 etiket
Tag Cloud
|
| acil adsl ajax almak arama araniyor ariyorum ariyoruz asp bilen bilgi bilgisayar blog calisma canon css dijital div domain dosya eleman film firefox flash font form forum fotograf freelance google gore grafik grafiker hakkinda hangi hata hatasi hosting html ilgili ilk image internet istanbul istiyorum java javascript karakter kayit kisisel kullanimi link logo mac mail menu muzik mysql nasil neden nedir online photoshop php problemi program programi reklam resim satilik sayfa script server ses sistemi site sitesi son soru sorun soru |