nytedo Posted August 14, 2014 Report Posted August 14, 2014 creati un cod rapid php pentru insulta , cu nickname-ul hello_world si insultele fag,faggot,fuck,kidsi un cod c++ va rog Quote
nytedo Posted August 14, 2014 Author Report Posted August 14, 2014 care sa faca ce?nimic doar unu asa la misto care sa arate bine Quote
wNNk Posted August 14, 2014 Report Posted August 14, 2014 Adica :<?php$injuratura = "Faggot";echo $injuratura;?>? Quote
zekstein Posted August 14, 2014 Report Posted August 14, 2014 Nici tu nu cred ca stii ce vrei ..Fi mai explicit! Quote
nytedo Posted August 14, 2014 Author Report Posted August 14, 2014 Adica :<?php$injuratura = "Faggot";echo $injuratura;?>?Unu cam asa :<?phpclass nickname { public $nicknameIsFaggot = true; public function isNicknameAFaggot() { /* with all my respect to you nickname which i got none of here is a function for you */ if($this->nickname == false) { print 'this is mentally nor physically possible to believe in'; } else { print 'yes this sounds like the truth, that nickname is a major faggot and he needs to be banned asap'; } return true; } public function buttons($buttonName) { if(isset($_POST[$buttonName])) { echo 'he is a fucking faggot'; } }}$faggot = new Nickname;switch(key($_GET)) { default: /* finally the momentum we all waited for */ $faggot->isNicknameAFaggot(); break; case 'buttons': $faggot->buttons('NICKNAME'); echo "<form action='' method='POST'><input type='submit' name='Nickname'></form>"; break;}?> Quote
Guest CM3D Posted August 14, 2014 Report Posted August 14, 2014 //Edit. Acum am vazut ceea ce vrei. Sorry. Quote
nytedo Posted August 14, 2014 Author Report Posted August 14, 2014 Deci din spusele tale vrei un cod php care sa injure?Find bata la php ti-l fac in html<html><body><body bgcolor="#FF0000"> </body<head><center><font size="10" color="red">Hello_World!</font></center><center><font size="5" color="blue">You are a: fag,faggot,fuckin' kid</font></center></head></html>e prea simplu frate Quote
behave Posted August 14, 2014 Report Posted August 14, 2014 Probabil omul vroia1. Faci un fisier de tipul 'fisier.php'2. Copy paste la codul de mai jos<?phpecho 'Cel mai b0$$ hacher este '.$_GET['a'].' si nimic mai mult';?>3. Salvezi si urci pe un server4. Accesezi cu http://adresa/fisierul_tau.php?a=[numele b0$$ului]Ceva de genul: ponta.homo.com Quote
awnly3jhc2g Posted August 14, 2014 Report Posted August 14, 2014 In general un programator, iti creaza un cod cat mai optimizat, cat mai mic si util. Nu iti scrie povesti. Quote
zekstein Posted August 14, 2014 Report Posted August 14, 2014 (edited) Deci vrei ceva care sa injure dar sa fie facut intr-un mod complicat?LE:<?phperror_reporting( 0 );function is_faggot( $dicky ){ if( $dicky == "" ) { echo ' this is mentally nor physically possible to believe in'; return false; } else { echo ' yes this sounds like the truth, that nickname is a major faggot and he needs to be banned asap'; return true; }}$Chilotareala = $_POST['kider'];$Chilot = $_POST['chilot'];if( isset( $Chilot ) ){ echo 'Result: '; if( is_faggot( $Chilotareala ) == true ) { echo ' and '; $wlist = file_get_contents( 'http://www.bannedwordlist.com/lists/swearWords.txt' ); $DickVagiainaAnus = file('http://www.bannedwordlist.com/lists/swearWords.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); $spermgrams = count( $DickVagiainaAnus ); echo '<b>'; echo $Chilotareala; echo '</b>'; echo ' is a '; echo $DickVagiainaAnus[rand(0, $spermgrams )]; echo ' !'; }}echo '<br><br><form action="" method="POST">Nickname <input type="text" name="kider" id="kider"><br><button name="chilot" id="chilot" type="submit">Try to lift the panties</button></form>';?> Edited August 14, 2014 by zekstein Quote