Jump to content

ThA_FiLeR

Member
  • Posts

    960
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by ThA_FiLeR

  1. Goto my controls on the top of the page and then goto my profile (sumthin like that) and should be there, if u havnt changed it b4 it should be blank and should change after u updated it..

  2. Right, just got done creating my script that allows me and someone else to add a portfolio item to site, it allows u to upload pic from hd, then creates thumbnail also for it and makes thumbnail link to original image with a title above it.. it shows fine and everything, only problem is that I would like it to show 4 items across (columns) and then start a new row underneath, and so on.. now it keeps on making new columns or rows for it, and keeps going I can make it go across or down but it keeps going.. so I need it to show just 4 across then start new line, heres my code...

    <html>
    <head>
    <title>Portfolio site</title>
    </head>

    <body>
    <?php
    // Connect to the database
    $db = mysql_connect("localhost","****","****");
    mysql_select_db ("****");
    // Request info from Portfolio table
    $result = mysql_query("SELECT * FROM portfolio");
    // Start showing results
    echo "<table border = '0' width = '780' align='center'><tr>";
    while ($rows = mysql_fetch_row($result))
    // keeps looping till all items from DB are shown
    {
    echo "<td>$rows[1]<BR><a href='$rows[2]'><img src=$rows[3]></a></td>";
    }
    echo "</tr></table>";
    ?>

    </body>
    </html>

    **** = hidden

    rows[1] = title
    rows[2] = original image
    rows[3] = thumbnail image

    Script in action: http://www.toe-art.com/QualityCreations/portfolio.php

    -the TF avater pic looks not right since it got resized b/c it was too small and it then got resized bigger instead..

    Thanks for any help/suggestion.. :)

  3. My sig was offensive to XPerties so I removed it, no idea why, I guess if I put Versace on it, he'd prefer that.

    Mr. Psychomerc, From what I see you are no use to anyone on this board and even tho you have been banned 2-3 times you still like to push your luck. When will you learn you are not above the rules here or any where else.

    Hope he gets banned again, for good along with his ip range :rolleyes::)

  4. Mostly right when I step outa bed I turn it on, then im on it till 2am mostly, and I eat in between in living room not at comp.. lol.. its like this 80% of the time since their aint jack s*** to do out here.. (bahh me needs car)

    so bout 13-14hrs a day with food time counted off..

  5. Actually, on my router, I had to set my DMZ Host IP Address to 192.168.1.0 to disable it...Now no one can get into my shares using that procedure...

    Well, I just got a call from my cousin saying that I shouldn't do it to her boyfriend anymore, when all I did was took a look at the list of his shares, and told him that he should do something about the security of his router... :rolleyes:

    Oh yeah, now I remember that ThA_FiLeR and FthrJACK did this to me once...

    ThA_FiLeR took a look at my MP3s and FthrJACK deleted my website (don't worry, I had a backup! :D)! :)

    Anywayz, I'm going out for pie...Cya...

    What? u mean them Backstreet boys, Britney Spears, Christina Aguilera, and what other gay band songs u had on ur hd?

    lollll....I cant hack, whats hacking?

  6. I'll be buying an LCD also soon, need to make one more site and I can buy meh a $400 one, probably some 17" Samsung, also, its recommended to run it at its naive resolution, meaning the one that it is at either when u first start it or the most that it says on box

  7. It's very hard to determine fakes, you gotta look at things beside the version number, anyone can fake those version numbers, any adobe photshop or maybe even paint can just take a number from the same window and move it beside or over one another.. It's more use to look at other things beside the nubmer like changes that M$ said would come up in next release and arent there...

×
×
  • Create New...