Search results

  1. 2

    MySQL error

    Code: if (eregi('^[[:alnum:]\.\'\-]{4,30}$', stripslashes(trim($_POST['password']))) ) { $password = $_POST['password']; $password = mysql_real_escape_string($password); $result = mysql_query("SELECT * FROM users WHERE username= '$username', password =...
  2. 2

    [php] Login

    I have problems with my login script you can see the problems here: http://2k8.x10hosting.com/test_area/login.php And the code: <?php include ('config.php'); if (isset($_POST['submitted'])) { $errors = array(); } if (eregi('^[[:alnum:]\.\'\-]{4,30}$'...
  3. 2

    Equaling in php

    I am trying to make sure that when people enter a password and re-type it, it is the same password. Here is the code: <html> <head> </head> <body> <table> <tr> <td>Username:</td><td><input name=user></td> </tr> <tr> <td>Password:</td><td><input type="password"...
  4. 2

    New Styling: 2K8 Group

    Hey, I have created a new style for my site, could you give me feedback on the new styling. Old: http://www.2k8.x10hosting.com New: http://www.2k8.x10hosting.com/test.php Let me know what you think! Thanks, 2K8 Group
  5. 2

    Logo - 250 Credits

    Yeah, yeah I know it isn't alot of crediets seeing as someone is offering 1.5k creds! :nuts: That said I need a new logo which MUST have a white background. It has to say 2K8 in big letters with the Group being smaller. The colors can be #0099FF, black and gray (like the color used in...
  6. 2

    Free Listing on my website!

    Get listed on my site for FREE! Complete the form here. Any questions just ask!
  7. 2

    Background - 75 credits

    Hey, Could someone create a really simple background for me. It has to be black with white strips going diagonally please. Thanks!
  8. 2

    Rounding Corners in HTML

    Hey, Im want to round the corners on my page, I think you can do it using HTML but im not sure. If you know the code please could you post it or direct me to relevent web pages Thanks!
  9. 2

    A-Z Listings

    I am thinking of setting an A-Z listing up of websites and I am wondering how many people would be intrested in joining it. So please only vote on the poll until I create the page and so on. Thanks
  10. 2

    Sign up on my forum and get 10 creds

    Easy way to earn creds it to sign up on my form and MUST post aleast once! That is the only condition. Once you have done that post you forum user name and I will send you the 10 creds. I only have enough for 16 people at the momment so only 16 people please post! You have to accept the rules...
  11. 2

    Unable to extract .rar

    An error on page keeps coming up when I try to extract a .rar file. I have tried several times now but it still wont work. I am using the File Manager v3 not the legacy one. Could someone please sort this out. Thanks, 2K8 Group
  12. 2

    What do you think?

    What do you think of my site, I know the forums aren't sytled yet. I simply have not got round to it now. Just finnished the index page so please just tell me what you think of that page! :cool: http://2k8.x10hosting.com
  13. 2

    Best Way To...

    Which is the best way to show the local time of someone visiting the site. Example: Code works out that the person is viewing from France and then shows the French time. Anyone?
  14. 2

    Web template.

    Could someone create a web template which I could base all my pages on, Could it be done in HTML and using CSS. I can edit and add what I wish then. I only wish for it to be a template, the colors i was thinking of was a silver looking site. I only have 650ish creds to spend on this. I would...
  15. 2

    Html =s

    I can't get the fieldset to be in the middle, I have tried <div> and even <center> yet none of it works :dunno: So heres the code: <html> <head> <title> 2K8 Group | Home Page </title> <style type="text/css"> fieldset { clear: left; float...
Top