Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    WickedZealot is offline
    Banned

    Join Date:
    18 Mar 2011
    Posts:
    272
    Thanked:
    105 in 46 Posts
    Donations:
    $420.00
    Quote Originally Posted by SpikedRocker View Post
    Part of the steam link system that I've been working on actually has a forum rewards program so where we can set it up to do stuff like this. Can this check the validity of 10 post? No, you can't really do that. You can set up a system of variables to check that they have done more than just spam post however.
    If you got that part, I can do the variable (will work outside of the forum but pull what it needs from the database to do it and send it back) - right after the project i'm on here with, August likely can look at this.

  2. Thanked by 1 user:
    Tweezy (8 Jun 2015)

  3. #12
    Mudkip™ is offline
    SG Addict
    Mudkip™'s Avatar
    Join Date:
    16 Jan 2012
    Posts:
    637
    Thanked:
    164 in 103 Posts
    can we lower the quality post count down to like 1 or 2? i still haven't made 10


    this sounds cool tho, could get a lot of people on here

  4. #13
    floffypus is offline
    * Have a baby with me!
    floffypus's Avatar
    Join Date:
    25 Feb 2009
    Location:
    Norway
    Posts:
    4,794
    Thanked:
    1,151 in 797 Posts
    Donations:
    $35.00
    Quote Originally Posted by Octa View Post
    Not to speak for Pan or anything here, but I know he wants to keep the download for the servers to a minimum, and I tend to agree with him. I'm not saying its a bad idea, but you have to keep in mind, if the download times get too long, it will hurt us instead of help us. Adding skins for everything we can think of isn't a good idea, so we have to consider: Is this something that will actually help?

    In this case, I think it could bring people onto the forums, but with the post count at only 10, I think we would have a lot of people joining, spamming for 10 posts, then never coming back
    I agree with Octa on this, people dont want to wait forever to connect to a server. I dont know how many skins we currently have on our servers, but keeping everything to the most basic like: Registered Skin - Subscriber Skin - Admin Skin - And maybe one more. that leaves us with 6-8 skins in total maybe, if there is one version of the skin for each team. How much extra this is to download i have no idea, but im pretty sure the percentage of the players who would register to get a skin is VERY high!

    Forgot about the store, where theres probably a few more skins :/
    Last edited by floffypus; 8 Jun 2015 at 03:15pm.



    YOU CAN VOTE ONCE EVERY 24 HOUR!


  5. #14
    Tweezy is offline
    Subscriber
    Tweezy's Avatar
    Join Date:
    8 Aug 2009
    Location:
    Derbyshire! UK
    Posts:
    3,686
    Thanked:
    530 in 347 Posts
    Donations:
    $30.00
    Quote Originally Posted by WickedZealot View Post
    If you got that part, I can do the variable (will work outside of the forum but pull what it needs from the database to do it and send it back) - right after the project i'm on here with, August likely can look at this.
    This could be done automatically using most of the database and functions that the forum already use.

    Could possibly setup two different tables that house two different things about the user:

    table1
    UserID | Username | MonthlyPass |

    table2 (Post lookup table / membership table - what ever people call them these days)
    UserID | Post |


    The UserID on table1 is a primary key - this is the uniqueID the user on the forum gets setup with when they register
    Username - Just the username of the person, might not even need this really
    MonthlyPass - Bool value that gets set to true / false is the user has met the monthly post count - this can get searched for in the server

    UserID on table2 - This is a Foreign key that links to the UserID in table 1
    Post - House one post the user has done (Can use the autospam thing to make sure the post is worthwhile before entering into the database)

    Each time the user does a successful post, this gets added as a new field in table2. Could have an automatic script running which checks the postcount of the user when they next visit the forums - if it is equal or greater then 10, then tick that monthlyPass to yes.

    Do able...


  6. Thanked by 1 user:
    WickedZealot (8 Jun 2015)

  7. #15
    WickedZealot is offline
    Banned

    Join Date:
    18 Mar 2011
    Posts:
    272
    Thanked:
    105 in 46 Posts
    Donations:
    $420.00
    Quote Originally Posted by Tweezy View Post
    This could be done automatically using most of the database and functions that the forum already use.

    Could possibly setup two different tables that house two different things about the user:

    table1
    UserID | Username | MonthlyPass |

    table2 (Post lookup table / membership table - what ever people call them these days)
    UserID | Post |


    The UserID on table1 is a primary key - this is the uniqueID the user on the forum gets setup with when they register
    Username - Just the username of the person, might not even need this really
    MonthlyPass - Bool value that gets set to true / false is the user has met the monthly post count - this can get searched for in the server

    UserID on table2 - This is a Foreign key that links to the UserID in table 1
    Post - House one post the user has done (Can use the autospam thing to make sure the post is worthwhile before entering into the database)

    Each time the user does a successful post, this gets added as a new field in table2. Could have an automatic script running which checks the postcount of the user when they next visit the forums - if it is equal or greater then 10, then tick that monthlyPass to yes.

    Do able...
    Yes with Spiked part that can shoot to the Steam so skins become active based on that

  8. #16
    Turtlefiish is offline
    Server Administrator
    Turtlefiish's Avatar
    Join Date:
    23 Oct 2009
    Location:
    England, South West
    Posts:
    475
    Thanked:
    115 in 64 Posts
    If you really want to keep downloads low, could just allow them to use any CT/T skin instead of just being locked the map's current skin. Not a great incentive, but it's something.

  9. #17
    Maxwelldon is offline
    SG Addict
    Maxwelldon's Avatar
    Join Date:
    15 Feb 2008
    Location:
    Finland
    Posts:
    963
    Thanked:
    36 in 22 Posts
    Donations:
    $10.00
    Quote Originally Posted by floffypus View Post
    I agree with Octa on this, people dont want to wait forever to connect to a server. I dont know how many skins we currently have on our servers, but keeping everything to the most basic like: Registered Skin - Subscriber Skin - Admin Skin - And maybe one more. that leaves us with 6-8 skins in total maybe, if there is one version of the skin for each team. How much extra this is to download i have no idea, but im pretty sure the percentage of the players who would register to get a skin is VERY high!

    Forgot about the store, where theres probably a few more skins :/
    Well it's always nice to have downloads to a bare minimum with the load that it gives to bandwidth and loading times, some people prefer to it over everything.
    I wouldn't leave the requirements too low for anything that's "bonus" or similar, just would have spammers come in indeed. Registering, posting a few times and then going inactive just won't do and that should be self-explanatory reason enough.

    Quote Originally Posted by Turtlefiish View Post
    If you really want to keep downloads low, could just allow them to use any CT/T skin instead of just being locked the map's current skin. Not a great incentive, but it's something.
    I second this, having the games original skins would make a small difference, but a difference which could drag in some attention. Myself for one, i would enjoy having the choice to select different looks at times.. Same skins sort of start to bore you quite quickly too. :P

    "Just let me bhop!"
    "NO!"
    "I'll do it anyway!"
    "- X *Shot* Maxwelldon -"

  10. #18
    Tweezy is offline
    Subscriber
    Tweezy's Avatar
    Join Date:
    8 Aug 2009
    Location:
    Derbyshire! UK
    Posts:
    3,686
    Thanked:
    530 in 347 Posts
    Donations:
    $30.00
    Quote Originally Posted by WickedZealot View Post
    Yes with Spiked part that can shoot to the Steam so skins become active based on that
    Just been thinking about it, don't even need the first table, just add another column on the user table that has MonthyPass, then at the start of each month cycle run through each user and set it to false!


  11. Thanked by 1 user:
    WickedZealot (9 Jun 2015)

  12. #19
    Zaraki is offline
    SG Addict
    Zaraki's Avatar
    Join Date:
    28 Oct 2009
    Location:
    :)
    Posts:
    3,386
    Thanked:
    392 in 279 Posts
    Donations:
    $155.00
    Quote Originally Posted by Tweezy View Post
    Just been thinking about it, don't even need the first table, just add another column on the user table that has MonthyPass, then at the start of each month cycle run through each user and set it to false!
    Can we make this Brit TA now?



  13. #20
    Drox is offline
    SG Addict
    Drox's Avatar
    Join Date:
    17 Dec 2008
    Location:
    North Carolina
    Posts:
    7,905
    Thanked:
    1,209 in 750 Posts
    The idea of "Get people more involved on the forums by giving them something" was what multiple forum ranks was for. Since people used to have our SG ranks in the game servers. Now it seems that isn't as big a deal as it used to be, however I don't think offering different skins for registering on the forums would do any good. Plus it overloads when we have too many.
    Last edited by Drox; 9 Jun 2015 at 03:43pm.

Page 2 of 3 FirstFirst 123 LastLast

User Tag List

Posting Permissions

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