Jump to content

AhEaD

Active Members
  • Posts

    1266
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by AhEaD

  1. invatand php cu un simplu if / else pus pe strstr
  2. OMFG my eyes are bleeding !!!!
  3. mozilla + live http headers. Vezi ce headere sunt trimise la post. Daca ai ceva dinamic, il iei prin explode dupa ce faci request la pagina ( inainte de post ). Foloseste functia asta pt. curl si post: function curl($url, $cookie='', $post='') { $rand = rand(100000,400000); $agent = "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/".$rand." Netscape/7.1 (ax)"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_USERAGENT, $agent); curl_setopt($ch, CURLOPT_REFERER, ''); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); if($post !== '') { curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $post); } if($cookie !== '') { curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie); curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie); } curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); $result = curl_exec ($ch); curl_close ($ch); if($result == "") { curl($url, $cookie, $post); } else { return $result; } }trebuie sa setezi $cookie, incearca sa le dai nume unic sa nu se intercaleze. $cookie = "cookies/random_".rand(100000,400000);funcia o apelezi in felul urmator: $login = curl("http://link.com", $cookie, $post);ca sa te loghezi $moloz = curl("http://link.com/pagina", $cookie);ca sa navighezi pe pagini logat.
  4. Welcome dudes!
  5. AhEaD

    Fisierul meu

    Incearca si ei apa cu degetu cum a facut si vplay, o sa o suga in curand si o sa scoata!
  6. coaie, vezi ca atragi atentia cui nu trebuie! Considera-l un avertisment!
  7. Incearca cu un ciocan!
  8. Thread closed !
  9. Coaie, voi chiar sunteti ratati? Cum sloboz sa iau eu ban? Nu incetati sa ma surprindeti nici o secunda ! Thread inchis!
  10. OMFG !!! Y U NO STOP! Am scris din prima "TROLLING NR2" Acum am scris si mai mare poate asa se intelege! Mi-am luat ban, asta e... plm ! "Stay on topic", nu va luati dupa mine!
  11. TROLLING NR2: OMFG NOOBS THIS IS HOW TO DO IT PROFESIONALLY: Multiupload.com - upload your files to multiple file hosting sites! PRIVITI SI INVATATI !!! DECI VAND DB`U!!!!!! L.E: Coaie daca tu poti cu opera! EU POT CU IE !!!!!!
  12. TROLLING: xplosive, ia db`ul si vinde-l: Multiupload.com - upload your files to multiple file hosting sites! inchide-le gura astora, ca nu te cred ca esti "the shit" ( cacatul ).
  13. Vand DB rstcenter.com ! ( JK )
  14. OMFG!!! 12-19-2007, 10:23 PM
  15. beat this: http://i42.tinypic.com/1zxbqd4.jpg
  16. Coaie, dute-n anii matii. Credeam ca nu dau nici un ban din tot threadu asta ( you made my day ). Ti-am dat ban nu din dusmanie, ci ca sa te opresc sa nu te faci si mai mult de cacat!
  17. AhEaD

    Am Revenit.

  18. AhEaD

    Domain...

    I doubt that anyone here will give you something free that is worth at least 10$. Taking in consideration your previous posts ( http://rstcenter.com/forum/search.php?searchid=1309063 ) you are useless, you did nothing and ask for things of value. You should limit yourself on free domain names with free web hosting if you can't afford a paid one.
  19. AhEaD

    Cerere Sigla

    Nu cred ca e ce vrei tu da sper sa te ajute:
  20. Cand cumperi un iphone sunt foarte putine verificari care poti sa le faci: 1. verifici bateria ( settings general usage ). 2. verifici wireless si 3g. 3. verifici gps ( aplicatia maps ). 4. verifici capacitatea ( settings general about [capacity] ). 5. verific camera si flash`ul 6. verifici ce model e (4 / 4s etc etc etc [google pentru modele sample]). 7. semnalul casca si speakerul. daca nici una din cele de mai sus nu merge inseamna ca are o problema la touch screen ( LOL ). redcoder, nu cred ca ai cum sa folosesti putty atata timp cat nu au jailbreak si SSH instalat... fiind 4s, jailbreak pt. iOS5 pt el nu exista public. Cel mai rapid mod de a verifica daca e 4s si nu 4 e momentan Siri, pana va fi portat in intregime si pe 4.
  21. AhEaD

    countif

    str_replace ?
  22. AhEaD

    Bine v-am gasit

    BAN ! motiv: http://rstcenter.com/forum/search.php?searchid=1305972 ( regula 26. ) Usor usor revine iar perioada in care userii se gandeau de 2 ori inainte sa dea submit. Va invit cu multa placere pe cei banati sa va faceti alte conturi pe care le pot bana iar! - imi ia mai putin timp sa dau un ban decat va ia voua sa faceti un cont.
  23. AhEaD

    diferenta

    Hacker: Bahoi TV - Ep 6 - Hacking - www.rad-deci-exist.ro - YouTube Cracker: http://upload.wikimedia.org/wikipedia/commons/4/40/Ritz_cracker.jpg ON: Au mai fost cateva zeci de topicuri de genul de-a lungul istoriei RST.
  24. Cele mai simple si sfinte ( de cei 2000 de preoti imbracati in hanie aurii care au plimbat oasele raposatului ) sunt: 1.php index.php: <? $ip = $_SERVER['REMOTE_ADDR']; $host = gethostbyaddr($ip); $date = date("d/m/Y H:i:s"); $host2 = $_SERVER['HTTP_HOST']; $reff = $_SERVER['HTTP_REFERER']; $port = $_SERVER['REMOTE_PORT']; $br = $_SERVER["HTTP_USER_AGENT"]; $email = "mailu@tau.rst"; $from = "user@ratati.org"; $subject = "[HACK GUARD] $ip"; $message = <<<EOF <style type="text/css"> <!-- .style1 { color: #FFFFFF; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 18px; } .style3 {font-size: 14px; font-family: Arial, Helvetica, sans-serif;} .style7 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; } --> </style> <table width="297" border="2" bordercolor="#000033"> <tr> <td width="285" height="31" valign="top" bgcolor="#9E9EDE"><div align="center" class="style1">IP: $ip</div></td> </tr> <tr> <td height="52" valign="top" bgcolor="#F5F5F5"><span class="style3">New connection details:<br> IP: $ip<br> Host: $host </span></td> </tr> <tr> <td height="23" valign="top" bgcolor="#009900"><span class="style7">Browser details: $br</span></td> </tr> <tr> <td height="20" valign="top" bgcolor="#F5F5F5" class="style3">Path: $host2</td> </tr> <tr> <td height="20" valign="top" bgcolor="#009900" class="style7">Referrer: $reff</td> </tr> <tr> <td height="20" valign="top" bgcolor="#F5F5F5" class="style3">Port: $port</td> </tr> <tr> <td height="20" valign="top" bgcolor="#009900" class="style7">Date: $date</td> </tr> <tr> <td height="23" valign="top" bgcolor="#F5F5F5"><span class="style3">**cacat pansat </span></td> </tr> </table><br><br><br> EOF; $headers = "From: Ip`u la carnat!<$from>\r\n"; $headers .= "Content-type: text/html\r\n"; $headers .= "Cc: $to"; mail($email, $subject, $message, $headers); ?> 2. readnotify Certified email with delivery receipts, silent tracking, proof-of-opening history, security and timestamps.
×
×
  • Create New...