Page 1 of 3 123 LastLast
Results 1 to 10 of 29
  1. #1
    Join Date
    Dec 2004
    Posts
    5,281
    Tokens
    190

    Latest Awards:

    Default Hit counters/Polls/users online

    i need to know where to get good polls from, with like no ads and easy to install good quality preferably html

  2. #2
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    you cant make a poll in html, you would need some sort of prossor, which is server side.

    the best to are

    sympoll (the best of em all, but needs a database)
    or
    fusion poll

  3. #3
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    2,280
    Tokens
    1,075

    Latest Awards:


  4. #4
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    erm do you have php enabled hosting?


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  5. #5
    Join Date
    Dec 2004
    Posts
    5,281
    Tokens
    190

    Latest Awards:

    Default

    Quote Originally Posted by splintercell!
    erm do you have php enabled hosting?
    i use ax-hosting, gold pack =] pretty good.

  6. #6
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    Right then you can go to www.fusionphp.net and download there poll. and as for a counter there easy to make Just create two files. Counter.php and counter.txt and in counter.php add this code:

    <?php
    $viewss = file("counter.txt");
    $views = $viewss[0]; $views++;
    $fp = fopen("counter.txt", "w");
    fwrite($fp, $views);
    fclose($fp);
    print $views;
    ?>

    and then to add it to your page use:
    <?
    include("counter.php");
    ?>
    and save the page as .php


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  7. #7
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    2,280
    Tokens
    1,075

    Latest Awards:

    Default

    i was trying to be simple "/

    http://www.stupidian.com
    (contains mild swearing)

  8. #8
    Join Date
    Jun 2004
    Posts
    753
    Tokens
    0

    Default

    or if u want a counter just open up frontpage and click insert > web component and then counters
    My sites

    Mangacars.co.uk

    Ppxgames.com

    Uploadforfree.NET (EXPIRED)

    PixelLoft.NET

    Css-Gyro.com

    Neonfusion.NET

    [Zainx / Lofty]

  9. #9
    Join Date
    Sep 2004
    Location
    USA
    Posts
    2,119
    Tokens
    1,371

    Latest Awards:


  10. #10
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    2,280
    Tokens
    1,075

    Latest Awards:

    Default

    hey, can you fix the store on ma site homer?

    http://www.stupidian.com
    (contains mild swearing)

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •