Search found 5 matches

by kilkenny
Thu Nov 13, 2008 1:29 pm
Forum: The Hacker's Server
Topic: c++ applications
Replies: 4
Views: 7107

offtpic: are you using the google translator?
by kilkenny
Thu Nov 13, 2008 1:26 pm
Forum: The Hacker's Server
Topic: Linux
Replies: 6
Views: 6927

Well, I would say it depends on what you wanna do... If you wanna play games (that are made for ms windows) a lot then it will be a hard piece of work getting them working. Everthing else can be done with a linux aswell but keep in mind that you will have to read a lot and things might not just work...
by kilkenny
Thu Oct 30, 2008 3:53 pm
Forum: The Hacker's Server
Topic: newbie
Replies: 30
Views: 20572

just start the programm from your cmd to see its output
or use getchar() to make the programm wait for an input before it closes
by kilkenny
Tue Oct 28, 2008 9:26 pm
Forum: The Hacker's Server
Topic: Latest Hacker Game 2007
Replies: 39
Views: 30987

Yeah right it says it in its name: WINE - Wine Is Not an Emulator...
by kilkenny
Sun Oct 26, 2008 7:46 pm
Forum: The Hacker's Server
Topic: html problems :(
Replies: 10
Views: 9763

What u r tryin to do requires either PHP or AJAX. PHP is a server-sided scripting language and ajax is based on java-script. The simple PHP-code to include a file would be <?php include('file.htm'); ?> You could also do it with the C-like functions fopen(), fgets() and fclose(). BUT: PHP requires a ...