Jump to content

Pwnious

Members
  • Posts

    73
  • Joined

  • Last visited

Everything posted by Pwnious

  1. Pwnious

    MySQL

    does mandriva come with php-mysql package?
  2. Pwnious

    Apache help

    would someone happen to now what version of php came with 2005 le?
  3. Pwnious

    MySQL

    Does the MAndriva Linux 2005 le come with MySQL and PHP? If it does where do i find the database name, username, and password?
  4. Pwnious

    Apache help

    why won't directories work? like www.redtiger.game-server.cc/forums i added a forums folder in /var/www/html
  5. How would I get Linux to notice the mouse attched to it by usb?
  6. Hello, I just installed Mandriva 2005 on a laptop. An all-in-one printer, Epson Stylus CX4600, is attached to the laptop. Does anyone know of any websites that has drivers for the printer for linux? Thanks
  7. Pwnious

    Apache help

    I installed apache when I installed Linux. Where is the directory or the webpage for this Webpage?
  8. Last night, I was starting up the Teamspeak server and all was going well until the Konsole printed this ln : Error starting daemon : Abort does anyone know a solution to this problem?Teampseak website
  9. Pwnious

    DSL hook up

    Whoops, I meant this linux pc --using phone cord-->dsl filter ------>phone jack
  10. Pwnious

    DSL hook up

    I know, this is what i wanted to do. linux pc ----using phone cord--->dsl modem ------already connected------> phone jack
  11. Pwnious

    DSL hook up

    I am trying to het my Linux server connected to the internet without connecting through LAN
  12. Hi, has anyone made an extreme pong on C++, Java, or Basic? I have started on it with Java but then lost my mind over it. Here's the code so far: import java.awt.*; import java.applet.*; public class MainPong extends Applet { static int ballx = 100; int bally = 100; int radii = 20; static int velball = 10; boolean var = true; int bufferWidth; int bufferHeight; Image offscreen; static Graphics bufferGraphics; Dimension dim; int dix,diY; public static void Main() { paint(); ballmove(); } public void paint(Graphics g) { //color of ball// g.setColor(Color.yellow); //ball stat// g.fillOval (ballx - radii, bally - radii, 2 * radii, 2 * radii); } public static void ballmove() { ballx = ballx-velball; if (ballx <= 10) { ballx = 10; velball = 20; } if (ballx >= 200) { ballx = 200; velball = -20; } } } Post yours, but if you interested in making it and never have made one we should have a contest. And should we do this in C++ or java?
  13. Pwnious

    DSL hook up

    Is it possible to hook the PC with linux to the phone jack using a phone cord for DSL. If so, how would I configure the PC for that?
  14. I'm 16 right now and I started about 2 months ago. I'm using Linux for servers on one computer and deving on another with Linux
  15. Thank you, I used the DynDNS.com host. There is no need for help anymore. Iwas just wondering if you knew what that program was.(the 4th topic from the top)
  16. Isn't there a program that sets it as static or something. does anyone know what the program is?
  17. I have a teamspeak server and I was wondering how I can make my IP Address be static, stay the same. Is there some special program?
  18. Hi, I just installed Linux Mandriva 2005 to my desktop, and I've tried to set up my network settings but it havn't worked yet. Is there some kind of tutorial?
  19. Nvm about the post previous. Well anyways, I got through all that and now the screen came up with an error: "no valid devices were found on which to create new filesystems, please check your hardware for the cause of this problem." does anyone know what that is and how to fix it?
  20. Oh, :P Lol When it showed me the install screen it said install from (many choices),so I chose hard drive. Then it showed me a screen that had: choose from the following: hda1 hda2 hda5. I chose each of these. and then I had to type in the directory the iso(cd image) is in. I put the iso image in C:\mandriva. When I typed that in it said error could not find file. where should I place the cd image or what should i type on the screen?
  21. BlitzBasics?!?!?!? Not to be mean, but thats for noobs because its extremely easy and its worthless. If you decide on making a game and distribute it, then I should tell you that it won't work on most of the computers. I used it 5 years ago and made a RPG. I wanted to sell it, but no other computers could play except for two. Now I now use C++, but I don't know if I can use it in Linux, because I havn't installed it yet.
×
×
  • Create New...