Jump to content

Adamwts

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Adamwts

  1. I (and probably other people too) would prefer to be supplied with a demo account in order to test/view the member-only pages.

     

    I im sorry, but I wouldn't be able to do that for security reasons, besides it'll only take 1 minute to signup, and also give you a chance to test any bugs in the registration script that I haven't yet not found.

  2. Sorry for double posting, but I've kinda done most of the things you suggested to http://kokoskrazy.com, so give us your views, and tell us what else we can make better (note: i am trying to make a better GUI).

     

    Thanks, but keep your suggestions coming.

     

    And don't be afraid to signup and look around the site!

  3. i can't really seem to get it so it uploads the image file as it is and also get it to upload a smaller version of that image file (example: origional image file='1024x768px' origional image file thumb='200x200px'. I really do need help, as I have been trying for like 6 hours to get it to work now.

  4. Hey, I've made a simple image hosting script in PHP. What I would like it to do, say like someone uploads a 1024x768 image to the site, when uploading that image, it will automatically resize it to something like 200x200px if it is over 200x200px.

     

    For example, I have 2 images that i want to upload, one 150x150px which will stay the same size as the thumbnail, and one that is 700x473px which will be resized down to 200x200px because it is over the limit. (limit is 200x200px).

     

    I would be greatful If someone could code this script for me please.

     

    p.s. there are 4 different extensions that can be uploaded: GIF, JPG, JPEG and BMP, and will need to work for all thoes file extensions.

     

    Thanks, Adam!

  5. Thanks for your replies, keep them coming so I can improve the website. I will improve it all after I have finished the image hosting script I am creating.

     

    Sorry for the downtime, my host is upgrading their cable connection, so I complained and got a free upgrade to one of their better suervers which isn't being affected by this change. So, sorry for any inconvenience.

     

    Thanks,

    Adam! :)

  6. Hey, I am having a problem with my background in Firefox. The page code follows below:

     

    HEADER.HTM:

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <LINK REL="SHORTCUT ICON" HREF="style/images/icons/browsericon.ico">
    <link href="style/main.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    
    <div id="logo_strip">
      <a href>
      <img border="0" alt="Kokoskrazy.com" id="logo" src="images/logo.gif" width="266" height="99">
      </a>
    </div>
    <div id="nav_bar">
         <a href="/index.php">Home</a> |
        <a href="/members.php">Member Area</a> |
        <a href="/forums/">Forums</a> |
        <a href="/usercp.php">User CP</a>|
        <a href="/memberlist.php">Member List</a>
    </div>
    
    <div id="contained">
    <div id="main_body">
    
      <div id="userbar">
        <hr>
        <p><b>10/03/2007:</b> Forums have now been completed!<br>
        <b>02/03/2007:</b> Even more bugs fixed, sorry for database errors if you
        tried viewing website today, we have restored most of the website and will
        investigate that problem that we encountered.<br>
        <b>01/03/2007:</b> Fixed more bugs around the website. Sorry members who had
        already uploaded avatars, will not happen again. Also changed the colour
        scheme a bit.<br>
        <b>28/02/2007:</b> Some bugs on our recent scripts have been fixed and are
        more secure!<br>
        <b>22/02/2007:</b> Kokoskrazy has now been released and accepting
        registrations!<br>
        </p>
        <hr>
        <p>
      </div>
      <div id="container">
        <noscript>
        <strong>You will not be able to use all applications correctly
    if you do not have Javascript enabled!</strong></noscript>okfoewkfoekw
    
    </body>
    
    </html>
    

     

    MAIN.CSS:

    /* Body ***************************************************************************/
    
    body {
        font-family: 'Century Gothic', Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        background-image:url('../images/background.gif');
        margin: 0px;
        text-align: center;
    }
    
    table, tr, td {
        font-size: 10pt;
        font-family: 'Century Gothic', Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }
    
    /* HR ***************************************************************************/
    hr {
    height: 1px;
    color: #000000;
    }
    
    /* Logo Strip ***************************************************************************/
    
    #logo_strip {
        text-align: left;
        background-color: #FFFFFF; background-image:url('../images/bannerbackground.gif')
    }
    #logo {
        margin: 0px;
    }
    
    /* Navbar ***************************************************************************/
    
    #nav_bar {
        height: 26px;
        color:#FFFFFF;
        text-align: left;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        padding-top: 4px;
        padding-left: 5px;
        font-size: 12px;
        background-image:url('../images/nav_background.gif');
    }
    
    #nav_bar a{
        color: 8e8e8e;
    }
    
    #nav_bar a:hover{
        color: 5e5e5e;
    }
    
    /* Main Body Container ***************************************************************************/
    
    #main_body {
        margin: auto;
        width: 750px;
        color: #000000;
        text-align: left;
        background-color: #ffffff;
        border-left-style: solid;
        border-left-width: 2;
        border-right-style: solid;
        border-right-width: 2;
    }
    
    /* Userbar ***************************************************************************/
    
    #userbar {
        width: 167px;
        float: left;
        text-align: left;
        background-color: #ffffff;
        padding-top: 5px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
        border-right-style:solid;
        border-right-width:1;
    }
    
    /* Content Container ***************************************************************************/
    #container {
        margin: auto;
        width: 570px;
        text-align: left;
        padding-bottom: 10px;
        padding-left: 4px;
        float: right;
    }
    
    /* Footer ***************************************************************************/
    #footer {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        background-color: #F7F3F7;
    }
    
    /* Footer Links ***************************************************************************/
    #links {
        display: block;
        float:left;
        width: 100%;
        text-align: center;
        background-color: #F8F8F8;
    }
    

     

    What my problem is, is that in the DIV represented as '#mainbody', I have a white background and borders on it. In Internet Explorer, it displays 100% perfect, but in Firefox I cant get it to display the background or borders for the DIV '#mainbody'.

     

    I would be greatful if someone could help me out.

     

    Thanks

  7. Hey, I'm currently looking for a few PHP programmers for my website http://kokoskrazy.com!

     

    Here are a few points of what I'm looking for:

    - Good experience in PHP

    - Quite active on the net (GMT Standart Time)

    - Talk English

    - Work for free (as I haven't made any money from ads just yet)

    - Make some short/long scripts (some scripts maybe longer than others that we may need to work on)

    - MUST have MSN!

     

    If anyone is interested, please feel free to PM me!

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.