Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 20 of 33
  1. #1
    George's Avatar
    Join Date
    Jun 2008
    Location
    Greece
    Posts
    4,046

    Reputation: 1893

    Default Idea: Avoid Duplicate Video Threads?


    Register on the forums to remove this ad!
    K so..i was browsing the video section when i saw another thread about the american soldiers shooting those guys..Collateral Murder/ when this idea came to me:

    What if an admin (the baconator) or ownage created a database table where youtube etc video links would be stored (only when a new thread-1st post) and after the user hit the Submit Button you would query that table to check for duplicates, echo an error message and prevent the user from creating a duplicate thread?


  2. #2
    OP Legend Lamb_of_God's Avatar
    Join Date
    Jun 2009
    Location
    NJ
    Posts
    8,170

    Reputation: 1412

    Default

    This is a great idea, if it can be done.
    Quote Originally Posted by SheepShank View Post
    On a scale of 1 - 10, why are you such a faggot?

  3. #3
    SuperMega Ultra Moderator
    Purdy's Avatar
    Join Date
    May 2008
    Location
    Belfast, Ireland
    Posts
    10,029

    Reputation: 4723

    Default

    hmm.. would be useful if possible..
    but what if there's 2 youtube videos uploaded by 2 different people..?


  4. #4
    George's Avatar
    Join Date
    Jun 2008
    Location
    Greece
    Posts
    4,046

    Reputation: 1893

    Default

    Quote Originally Posted by purdy View Post
    hmm.. would be useful if possible..
    but what if there's 2 youtube videos uploaded by 2 different people..?

    There will be only one table containing the youtube links. It doesn't matter how many ppl and/or how many links the users will post. All links will be checked (only when a new thread is made) with the ones in the table. If a link exists in the post and in the table (duplicate) it will be removed from the user's post. If a link does not exist the table (original) it will be added in the table (for future searching) and successfully posted.


    I don't know how editable is the code in Vbullettin forums but i think that it is possible, if not sure.


    (there's a small possible future problem if that table list gets long with the server's processing time but there are solutions for that too.I doubt we will ever encounter it though..)

    Comments
      
      ur sig is funny as hell
    Last edited by George; 04-06-2010 at 05:04 PM.


  5. #5
    SuperMega Ultra Moderator
    Purdy's Avatar
    Join Date
    May 2008
    Location
    Belfast, Ireland
    Posts
    10,029

    Reputation: 4723

    Default

    Quote Originally Posted by George View Post
    There will be only one table containing the youtube links. It doesn't matter how many ppl and/or how many links the users will post. All links will be checked (only when a new thread is made) with the ones in the table. If a link exists in the post and in the table (duplicate) it will be removed from the user's post. If a link does not exist the table (original) it will be added in the table (for future searching) and successfully posted.
    do you know how to do this..?
    i cant imagine ownage knowing how to do it really, or atleast he would need some help

    its a great idea if it can be done, would definately reduce the amount of useless threads being made


  6. #6
    OP Legend
    Join Date
    Jul 2009
    Location
    New Jersey
    Posts
    2,172

    Reputation: 477

    Default

    Quote Originally Posted by George View Post
    There will be only one table containing the youtube links. It doesn't matter how many ppl and/or how many links the users will post. All links will be checked (only when a new thread is made) with the ones in the table. If a link exists in the post and in the table (duplicate) it will be removed from the user's post. If a link does not exist the table (original) it will be added in the table (for future searching) and successfully posted.


    I don't know how editable is the code in Vbullettin forums i think that it is possible, if not sure.


    (there's a possible future problem if that table list gets long with the server's processing time but there are solutions for that too.)
    I think purdy means when there's two of the same videos but were uploaded by two different people on Youtube.
    kid cudi, lupe fiasco, wiz khalifa. <3
    R.I.P Armani

  7. #7
    George's Avatar
    Join Date
    Jun 2008
    Location
    Greece
    Posts
    4,046

    Reputation: 1893

    Default

    Quote Originally Posted by purdy View Post
    do you know how to do this..?
    i cant imagine ownage knowing how to do it really, or atleast he would need some help

    its a great idea if it can be done, would definately reduce the amount of useless threads being made
    Yes i can do it. Not right now though cuz i'm very busy with college projects.
    Someone which is familiar with the vbulletin system and a basic knowledge of php and sql can do it much faster.

    Quote Originally Posted by iKron View Post
    I think purdy means when there's two of the same videos but were uploaded by two different people on Youtube.
    Ohhhh yeah you're right that wouldn't work in that case..maybe if their Titles contained same words something could be done but not very reliable.
    Last edited by George; 04-06-2010 at 05:10 PM. Reason: Automerged Doublepost


  8. #8
    OP Legend mohaas05's Avatar
    Join Date
    Jun 2009
    Location
    Blacksburg
    Posts
    8,470

    Reputation: 2713

    Default

    Seems like a lot of work, and a lot of custom coding, if its even possible.

    What I have seen on another forum is when you create a new topic, it displays a mini list of topics with similar titles, so you can check to make sure it hasn't already been covered.

    2009 OwnagePranks Most Annoying Poster
    2009 OwnagePranks Most Talkative Poster
    2009 OwnagePranks Most Active Poster
    2009 OwnagePranks Biggest Forum Spammer

  9. #9
    I run this shit. OwnagePranks's Avatar
    Join Date
    May 2008
    Posts
    7,596

    Reputation: 5152

    Default

    Quote Originally Posted by mohaas05 View Post
    Seems like a lot of work, and a lot of custom coding, if its even possible.

    What I have seen on another forum is when you create a new topic, it displays a mini list of topics with similar titles, so you can check to make sure it hasn't already been covered.
    That's more realistic
    OwnagePranks VIP
    Try it out for only $2.47 using coupon code "078"
    http://members.ownagepranks.com

    Valid for new VIP members only

  10. #10
    George's Avatar
    Join Date
    Jun 2008
    Location
    Greece
    Posts
    4,046

    Reputation: 1893

    Default

    Quote Originally Posted by mohaas05 View Post
    Seems like a lot of work, and a lot of custom coding, if its even possible.

    No not really, the code can't be more than a page in total..
    -------
    Quote Originally Posted by mohaas05 View Post
    What I have seen on another forum is when you create a new topic, it displays a mini list of topics with similar titles, so you can check to make sure it hasn't already been covered.

    That's a good solution but it will require some extra thought from the user if that list contains 10+ titles while trying to figure out what each thread has inside.


  11. #11
    OP Legend mohaas05's Avatar
    Join Date
    Jun 2009
    Location
    Blacksburg
    Posts
    8,470

    Reputation: 2713

    Default

    Quote Originally Posted by George View Post
    -------
    I suppose one way to do it would be to somehow parse each thread for the particular youtube ID. I'm not sure if you can implement vB's search function like that though.

    2009 OwnagePranks Most Annoying Poster
    2009 OwnagePranks Most Talkative Poster
    2009 OwnagePranks Most Active Poster
    2009 OwnagePranks Biggest Forum Spammer

  12. #12
    OP Legend Armani's Avatar
    Join Date
    Jul 2008
    Location
    somalia
    Posts
    4,193

    Reputation: 489

    Default

    ownage can use his md5 hash decoder to get this done.
    Yeah! Them niggas getting scurred! Wurrd?
    All that talk was just a whole bunch of verb
    Pussy ass nigga got a whole bunch a nerve
    I have em putin' your picture on a bunch of shirts

  13. #13
    OP Legend dylan's Avatar
    Join Date
    May 2008
    Location
    Bel-Air
    Posts
    2,607

    Reputation: 638

    Default

    It is possible.
    But will cost $658.92 to complete.
    Quote Originally Posted by Armani View Post
    dylan wins.

  14. #14
    George's Avatar
    Join Date
    Jun 2008
    Location
    Greece
    Posts
    4,046

    Reputation: 1893

    Default

    meh, nothing ever gets done.
    /disappoint


  15. #15
    OP Legend mohaas05's Avatar
    Join Date
    Jun 2009
    Location
    Blacksburg
    Posts
    8,470

    Reputation: 2713

    Default

    Is this even that big of an issue? It takes like 3 steps to delete a duplicate thread anyways.

    2009 OwnagePranks Most Annoying Poster
    2009 OwnagePranks Most Talkative Poster
    2009 OwnagePranks Most Active Poster
    2009 OwnagePranks Biggest Forum Spammer

  16. #16
    George's Avatar
    Join Date
    Jun 2008
    Location
    Greece
    Posts
    4,046

    Reputation: 1893

    Default

    Quote Originally Posted by mohaas05 View Post
    Is this even that big of an issue? It takes like 3 steps to delete a duplicate thread anyways.
    No it's not. Kind of annoying though when you get into a thread and discover the same content.

    (ever got tired of the "OLD" posts? )


  17. #17
    Super Moderator The Baconator's Avatar
    Join Date
    May 2008
    Location
    The Canadian Connection
    Posts
    3,400

    Reputation: 2719

    Default

    I have a feeling this might slow loading times down a little bit because really, this check would have to be performed on every post, to see if a youtube link has been posted that is. My knowledge of VB is very minimal though and SQL is not one of my stronger points so I feel this might be a little bit over my head. I know some sites use link checker bots to determine whether rapidshare links are still active so a tweak in this code might be more reasonable. Could maybe be implemented in a language other than VB?


    2009 OwnagePrank's Most Respected Poster Award
    2009 OwnagePrank's Most Knowledgeable Poster Award
    2009 OwnagePrank's Best Avatar Award


    Sig courtesy of Razz; Love courtesy of Alexx.

  18. #18
    George's Avatar
    Join Date
    Jun 2008
    Location
    Greece
    Posts
    4,046

    Reputation: 1893

    Default

    Quote Originally Posted by The Baconator View Post
    I have a feeling this might slow loading times down a little bit because really, this check would have to be performed on every post, to see if a youtube link has been posted that is. My knowledge of VB is very minimal though and SQL is not one of my stronger points so I feel this might be a little bit over my head. I know some sites use link checker bots to determine whether rapidshare links are still active so a tweak in this code might be more reasonable. Could maybe be implemented in a language other than VB?
    Don't vbulletin forums run php too?
    It's not a good idea to perform this check in every post, only when someone first creates a thread. In both cases though, the time delay won't be noticeable...(will probably take +0.01-0.05ms to perform the query. (Assuming a database $connection variable is already active,otherwise +1~second)). I can write the code in php and the sql part (already written a sample one) but someone else will have to find and edit the specific .php file that gets called after a new thread is posted.
    Last edited by George; 04-08-2010 at 06:31 PM.


  19. #19
    Super Moderator The Baconator's Avatar
    Join Date
    May 2008
    Location
    The Canadian Connection
    Posts
    3,400

    Reputation: 2719

    Default

    Quote Originally Posted by George View Post
    Don't vbulletin forums run php too?
    It's not a good idea to perform this check in every post, only when someone first creates a thread. In both cases though, the time delay won't be noticeable...(will probably take +0.01-0.05ms to perform the query. (Assuming a database $connection variable is already active,otherwise +1~second)). I can write the code in php and the sql part (already written a sample one) but someone else will have to find and edit the specific .php file that gets called after a new thread is posted.
    It sounds completely reasonable if you have the template written. I'll keep looking to figure out what the file is called but it doesn't seem to come up when I do searches. I'll ask one of my friends over the weekend who has done some VB work.

    Even if Ownage doesn't want this I'm sure you could market it to VB as an add on.


    2009 OwnagePrank's Most Respected Poster Award
    2009 OwnagePrank's Most Knowledgeable Poster Award
    2009 OwnagePrank's Best Avatar Award


    Sig courtesy of Razz; Love courtesy of Alexx.

  20. #20
    OP Legend saw1833's Avatar
    Join Date
    Jul 2009
    Location
    Waterloo, Iowa
    Posts
    3,366

    Reputation: 702

    Default

    I think the suggestion of related threads seems more related. If the server recognizes another thread with similar keywords in the title/op body then it will stop it from being posted, suggest this/these thread(s) and ask 'Are You Sure?' and 'Are You Really Sure?' and 'Are You Really Really Sure?' just like Windows Vista! Wait...


Tags for this Thread

Posting Permissions

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