Search results

  1. N

    New design

    Hi guys some of you may have seen this. This is my new design for my cs modding template i haven't got much time developping the other ones I onlyl don't like the navbar, maybe someone has a suggestion? http://img209.imageshack.us/my.php?image=amxx3ui6.jpg
  2. N

    cs modding template(project)

    Some of you know that i'm working on my site, a portal. and i think i have the first portal finished it has to do with counterstrike mods, this is the template i made, i think it's finished but if you think something should change or something you don't like please tell me...
  3. N

    how do i put ad banner on wordpress

    I closed my site and now i have only a blog on my webhost and I don't know how to put adds on a wordpress blog can anyone help me how to do it, i want corporate banner. ty in advance
  4. N

    New Signature

    this is my sig it has been a while that I made one, what do you think?
  5. N

    Interface

    This is the interface I want to put on my page, because i'm going to close for a while to update everything and such, new design, blah blah. what do you think and what should i add?
  6. N

    [PHP] How to create a simple contact form

    Ok lets create a simple contact form. First create a .php file, You can choose the name. First we create the php part. <?php if (isset( $_POST['Send'] )) { // Check if Submit button is Clicked // Get data from Form // This are sescriptions of the variables the script...
  7. N

    [PHP] Pages with ids Tutorial

    Ok i'll post the first tutorial here, I hope it's a good one If you are wondering how people do the url/index.php?id=News this is the tutorial for it :) I hope you understand what I say in this tutorial, I'll try to make it easy. Create your main file, index.php create your menu, no links yet...
  8. N

    [Sug] Add a advertise thread

    Maybe add an advertise thread where we can adverise our x10 website? Just an idea because I need some members on my forum
  9. N

    Creative Skins Design

    I made this one for a friend. What do you think, how can i improve it http://iwek.x10hosting.com/nightscream/graphics/templates/CreativeSkins.jpg Link to website: www.creativeskins.co.uk
  10. N

    Counter won't increase problem

    Can someone tell me what's wrong with this code, this is a counter it files 3 counts in one file begin file looks like 0||0||0 but it won't increase when i click a link then it will become || <?php $fileid = $_REQUEST['fileid']; $rhandle = fopen("counter.txt", "r"); $rcontent...
  11. N

    Need Romantic/quiet music artist names

    I need some names of artist that sing romantic music, something quiet, something nice for my girlfriend I want to have a nice date with me with some music i have some like Mandy Moore, Maria Mena that kind of stuff
  12. N

    What Banner Color?

    I'm stuck at choosing a banner colour cause i don't really like the gray background, I want something else. Should i brush some background or what color, gradient or multi color perhaps. Banner image: http://img240.imageshack.us/my.php?image=site2bx6.jpg Thx in advance!
  13. N

    Webdesign

    what do you think about this webdesign, it's for sale if you want it
  14. N

    New signature

    What about my new sig I think it's nice but what do you think
  15. N

    file upload script

    I'm creating my own upload script but It won't work if I want to upload something i get File '' not uploaded It's something with the $_FILES i think but don't know how to fix it if( isset( $_POST['Upload'] )) { $upload_dir = $_SERVER['DOCUMENT_ROOT'] . "images/"; $MaxFileSize = 800000000...
  16. N

    change password?

    Is there a way to change your password?
  17. N

    inactivity suggestion

    I noticed that you have to open your cpanel every 14 days but maybe you can create something if a member is going on vacation he can say how many days so it won't be set as inactive
  18. N

    Bid for cs source splash

    I don't use this splash anymore. If you buy you get full rights(psd+jpg) http://img67.imageshack.us/my.php?image=splashje8.jpg Bid start: 100 Bid raise 25 Buy: 350 I hope this is clear bid ends on 21july
  19. N

    div layout messed up in firefox

    I got div problem in firefox i did like <div style="float: left;">text</div> and on some i only did <div style="float: none;">text</div> now it will show the one with the float: left on the with float: none how can i fix it link: http://iwek.x10hosting.com/nightscream/index.html it will show...
  20. N

    compile .php to image?

    I thought this was the best place for posting this How can i convert a .php into a .png, .gif or something Maybe some more info like i have in my php fuction to show viewer browser, windows version, etc in a php file. And i wan't that exactly in a image extension because not every forum allows...
Top