Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: Point System

  1. #11
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Point System

    They must also have some kind of cookies set on the views too, because, again, I could sit there and mash the F5 key quite a few times...

    My guess is that you'll have to hire a freelancer.
    If it's not fun, stop doing it!

  2. #12
    Join Date
    Aug 2008
    Posts
    21

    Default Re: Point System

    if i were to have the point script, then i would find a way to limit the ips.

    do you have aim or msn i can talk to u on?

  3. #13
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Point System

    Me? Not sure what I could help you with since I'm not a programmer but yeah I have MSN. You can contact me thru my web site and I'll give it to you.
    If it's not fun, stop doing it!

  4. #14
    Join Date
    Aug 2008
    Posts
    21

    Default Re: Point System

    just to disscuss this together, brain storm as some people call it.

  5. #15
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Point System

    Well, I think that it would best be discussed here in the forums so that everyone can benefit from our ideas. :wink:
    If it's not fun, stop doing it!

  6. #16
    Join Date
    Aug 2008
    Posts
    21

    Default Re: Point System

    ok well lets start off with this... WERE ARE THE PROGRAMMERS!!!

  7. #17

    Default Re: Point System

    This is easy just track incomming ip adresses:

    Code:
    $_SERVER['REMOTE_ADDR']
    and referers:

    Code:
    $_SERVER['HTTP_REFERER'];
    Update the database on unique hits and add a point to that vid

    Also to prevent cheating add a timestamp:

    Code:
      //** Make sure it's been 24 hours since they last visited**//
    
     $timestamp = //database row here;
      $current_timestamp = time();
      if($timestamp and (($timestamp + 86400) < $current_timestamp))
      {
    //query here
      }
      elseif(!$timestamp)
      {
    //query here
      }
    The rest is preference

  8. #18
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    You know...now that vShare is opened up, a lot of the things on these old wish lists can finally come true! w00t!
    If it's not fun, stop doing it!

  9. #19

    Default

    Im using a rewards system for my site.
    When a user is logged in and surfs around a bit, uploads vids, comments etc. They get a free HD video based on what categories they have most viewed

  10. #20
    Join Date
    Jan 2008
    Posts
    216

    Default

    If that mod will be created, I'll buy it! ;)

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Rating system/?
    By k3lvin in forum Template Modifications
    Replies: 4
    Last Post: 04-02-2011, 04:49 AM
  2. Plugin System
    By nitramf in forum Feature Requests
    Replies: 1
    Last Post: 06-16-2009, 06:19 PM
  3. [add-on] Advert system - Only $15!
    By pepio in forum Template Modifications
    Replies: 28
    Last Post: 07-20-2008, 04:28 PM
  4. Link Point Payment System
    By wajdi in forum Sales Questions
    Replies: 0
    Last Post: 02-19-2008, 08:12 PM

Bookmarks

Posting Permissions

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