Search results

  1. javajenius

    Some help with apache..

    I have my own virtual linux server up and running and i came across a problem. I created a couple of users, and I need to make each user have his/her own apache web directory root. Is there anyway to do this automatically or will I have to write my own script? Like here: Listen 80...
  2. javajenius

    Funny Pictures

    Post one funny picture and 3 words to describe it: (this picture might take a long time to load..) Robot, Funny, Future. lol
  3. javajenius

    Create databases with php

    Why is my access denied to create a database with php? $con = mysql_connect("localhost","cpusername","cppassword"); if (!$con) { die('Could not connect: ' . mysql_error()); } if (mysql_query("CREATE DATABASE my_db",$con)) { echo "Database created"; } else { echo "Error...
  4. javajenius

    Php/MySQL user authentication help

    I am trying to authenticate users with MySQL and php instead of using php and a text file. The problem im having is that i do not understand how users are supposed to connect to the mysql database. For example it says mssql_pconnect("localhost","mssqluser","password") If I am correct, you...
  5. javajenius

    50 Credits for Bash Script/Php Script

    I need a bash script that will install phpMyAdmin automatically, like editing the config file, chmoding it, then changing directories. Its all pretty easy. Here are the directions for phpMyAdmin: http://www.phpmyadmin.net/documentation/#quick_install You may also do it in PHP, if you can...
  6. javajenius

    I think this will shock you!

    http://www.friends.hosted.pl/redrim/Reading_Test.jpg It kind of shocked me that i could read it.
  7. javajenius

    Php Level 3

    I would really like to have the level 3 version of php for test of the program im trying to build. (Php web hosting panel) I dont know if i am allowed to apply for it. I read the info next to it and it said that you need to have an extremely good reason to apply. Should I apply for it, or will i...
  8. javajenius

    Post nice sites.

    Please post some of the sites that you really like, here are mine. 1. http://www.musicovery.com- very nice music site.. 2. http://www.google.com- very nice search engine.. 3. http://uncyclopedia.org- very good waste of time..
  9. javajenius

    Php Disk Space Usage

    Offer: 150 credits. I need a php script that shows disk space usage, similar to the one cPanel uses. It should have graphics, and does not need to be too complex. Thanks.
  10. javajenius

    Html Login Page

    I will give away 150 credits to a person who makes a login form for me. It has to be like the cPanel login but instead the logo should be PhPanel. The form action should be secure.php <p>Please Log In: <form action=secure.php method=post> <p>Login: <input type="text" name="username">...
  11. javajenius

    Php Authentication

    Could someone tell me how to protect a site using php and md5 authentication. I've looked through alot of google pages but i am truly confused. Please explain or give me a link that explains php authentication with md5 (or the most secure way to secure a site with php)
  12. javajenius

    Has anyone actually been successful with their site?

    If you are successful with your site, (alot of viewers/customers), please post me some information on how you did it. Thanks.
  13. javajenius

    Ipod nano commercial (funny)

    I was browsing through youtube (yes people do that), and i found an old ipod nano commercial: http://www.youtube.com/watch?v=8qP79rRzzh4 Then i found this remake of it :biggrin: http://www.youtube.com/watch?v=2i32NkW0s94 While we're on apple look at this lol: (iRack-lol think about it)...
  14. javajenius

    Is Safari better then all other browsers?

    Recently ( I think) I downloaded safari for my pc. It was faster then firefox and explorer combined, and it was pretty good looking also. The question is, has apple come up with the best browser ? To answer my own question, I think safari is the best browser, and im using as i write this post...
  15. javajenius

    cPanel Alternative! (written in php)

    I was looking at other free hosts (no offence to x10, they're the best), and they all seemed to be missing cPanel. Since php is a popular language, and many hosts have it installed, i decided to try to create my own "free" web hosting panel in php. I know its crazy,:nuts: but i think i can DO...
Top