Go Back   vb.org Archive > Community Central > vBulletin.org Site Feedback

Closed Thread
 
Thread Tools Display Modes
  #21  
Old 06-25-2008, 05:41 PM
Ideal Web Tech's Avatar
Ideal Web Tech Ideal Web Tech is offline
 
Join Date: Feb 2008
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Keyser S?ze View Post
not if this forum/site states in the rules anything posted here becomes the property of jelsoft
I guarantee that if that was implemented quite a few authors would pull their already released hacks off this site and I know me personally I wouldn't even consider releasing any of the code that I make for my sites which I have already started to release little pieces of it over the last few days.

Quote:
Originally Posted by nexialys View Post
hum, guys, copyleft, you know?!... everything coded with vB code in it can't have a different copyright than vBulletin until you state it in a seperate license... so until further change from all the releases here, your code follow the copyright applied to vBulletin
When you write code for vbulletin you have to adhere to the license agreement. Your new additional code does not implicitly fall under the vBulletin Copyright and is free to be copyrighted by the author with ease. That is the nature of online development. As the code is the property of its creator and as such he has the rights to it. Now the functions the code may utilize such as core vb functions are the property of Jelsoft but not the additional code / concept created by modification authors. Check any online community as that has been the general consensus given for most major modification communities. As for having to have a separate license file to be able to copyright it this is not true. You can copyright it using quite a few different methods as long as it is stated somewhere what the copyright terms are. As its the user who is working with the copyrighted material's responsibility to make sure they aren't breaking your license agreement or the copyright that you implemented. It would then after that be my job or somebody who I give the power to act on my behalf to enforce the copyright / license and handling people who are breaking the terms set forth (Such as DMCA (Digital Millennium Copyright Act)).
  #22  
Old 06-25-2008, 09:25 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Keyser S?ze View Post
ill give a good example, the mod "browser on whos online" it has a serious problem and needs to be updated, but the maker doesnt seem interested, so i dunno, i would think its better to let someone else than let it fall to a graveyard

https://vborg.vbsupport.ru/showthread.php?t=133784
We aren't here to force users to update their modifications.
  #23  
Old 06-25-2008, 11:01 PM
Ideal Web Tech's Avatar
Ideal Web Tech Ideal Web Tech is offline
 
Join Date: Feb 2008
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by King Kovifor View Post
We aren't here to force users to update their modifications.
Quote:
ill give a good example, the mod "browser on whos online" it has a serious problem and needs to be updated, but the maker doesnt seem interested, so i dunno, i would think its better to let someone else than let it fall to a graveyard

https://vborg.vbsupport.ru/showthread.php?t=133784
Usually if a modification is popular enough and worth using then problems that arise in it can typically have a patch or some code changes posted in the thread to help people out who are having the problems. I know I have been releasing minor patches to quite a few mods I have been working with lately to help the author out as well as the users in the meantime while we wait on the original author to update it. As for it going to the graveyard I believe that is usually reserved for mods that authors have pulled as well as modifications that have had security exploits found in them where it is unsafe to let them be used all over the internet (correct me if im wrong here).

------Some more thoughts I had after I wrote that reply------

Im just amazed at how some people take the coders right for granted and the fact that we were kind enough to release the code in the first place when we just could have held onto it. If you dont like the fact that a coder may not update his work and it may just sit there then try to get ahold of him and find out if you can get the rights to have somebody update it. Not to mention coders have lives to. We aren't hear to just provide you with stuff you want just because you want it. We create concepts and code them out whether it be a concept we developed for our site or something we were hired to make or something we made out of generosity for the community, and these concepts have our names attached to them as well as took our time to make them. Now yes sometimes we have things in life that come up and we may not update a mod for quite some time or we may change focus of what we are working on to focus on more important things such as client work or additional code modifications that we need ourselves. When this happens after a while its reasonable to want to take over one of these mods but there is a proper way todo this and that would involve contacting the original author as only he can wave the rights he owns over the code and thats how it should be. He may chose to let you have the rights to the code or he may very well say no. I know I am very picky about what code of mine I give the rights away on even if its for say a modification that I havent updated in say 6 months as I may just not have had time to update it and still have plans to update the code and since I already spent so much time on the work why would I want to give somebody else the work when i have every intention on updating it again and don't like the idea of my code being taken over by others for a few reasons (see list below).

Reasons Coders Chose not to give rights away to code they have created:
1) I created it and plan on updating it (this usually means the coder is extremely busy)
2) I don't want just anybody taking over my code as it has my name attached to it and there are quite a few coders out there that don't write code that I would call Clean, Easy to understand (self documenting, well structured code), Optimized, and or Secure code.
3) I spent a considerable amount of time on it and may feel that there are currently no updates which I need to make at the time.
4) Not saying I wont give you the rights if I trust you will do good things with the code I have created and know that you will give credit where credit is due.

and finally the most important

5) I created it and its my code to do what I want with.


If you ever want to take over a modification from somebody and they say no or are unreachable you should have the knowledge and ability to create the mod from scratch so feel free to make a new one but it has to be your own code (dont reference the original in the process of making it as then you aren't creating your own ideas for it). If you don't have the talent to make the modification from scratch then you shouldn't even be asking to take it over.
  #24  
Old 06-26-2008, 01:57 AM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ideal Web Tech View Post
Usually if a modification is popular enough and worth using then problems that arise in it can typically have a patch or some code changes posted in the thread to help people out who are having the problems. I know I have been releasing minor patches to quite a few mods I have been working with lately to help the author out as well as the users in the meantime while we wait on the original author to update it. As for it going to the graveyard I believe that is usually reserved for mods that authors have pulled as well as modifications that have had security exploits found in them where it is unsafe to let them be used all over the internet (correct me if im wrong here).
Yes, you are correct. They are also removed if they violate vBulletin.org Rules.
  #25  
Old 06-26-2008, 03:17 AM
Ideal Web Tech's Avatar
Ideal Web Tech Ideal Web Tech is offline
 
Join Date: Feb 2008
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by King Kovifor View Post
Yes, you are correct. They are also removed if they violate vBulletin.org Rules.
Thank you for confirming that and I also should have mentioned that but I forgot as I was in math class so thank you for pointing that out.
  #26  
Old 06-26-2008, 05:07 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It really doesn't matter in the end as a user can take a hack, add a few options, rename a few variables and release it as their own, which has happened to me in the past.
  #27  
Old 06-26-2008, 05:55 AM
Ideal Web Tech's Avatar
Ideal Web Tech Ideal Web Tech is offline
 
Join Date: Feb 2008
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
It really doesn't matter in the end as a user can take a hack, add a few options, rename a few variables and release it as their own, which has happened to me in the past.
Yes it does matter as doing so is unethical as well as illegal in most countries as it violates copyright acts that most countries have in place.

I know I am always on the lookout for it and don't hesitate to send out a DMCA abuse notification to users who are abusing the content copyright for code of mine. Which most countries are more then willing to help enforce (Sweden not included as their laws are still a subject I am researching since I know with careful distribution in Sweden the law will help protect you (example: piratebay (I wont list the url here since its a torrent site but im sure most of you have probably heard about it))).
  #28  
Old 06-26-2008, 03:18 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
It really doesn't matter in the end as a user can take a hack, add a few options, rename a few variables and release it as their own, which has happened to me in the past.
Let's not turn this discussion into past occurrences with your hacks.
  #29  
Old 06-26-2008, 03:30 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You mean past and present.
  #30  
Old 06-26-2008, 06:33 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
You mean past and present.
Yes, they should be discussed in private with Staff.
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:53 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04667 seconds
  • Memory Usage 2,264KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete