Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Display Modes
  #81  
Old 06-07-2013, 09:23 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Etrack View Post
You still do not understand or you don't want to understand or you don't want to admit that you understand you are wrong.
Not at all, I just don't think what we do "kills the competition" in any way shape or form.

If there was a way to ensure our links wouldn't show up on pages 100% generated by other peoples mods that wouldn't hurt the end user experience or cost us significant resources in man-hours I'd happily do it.

As it stands, none of the solutions anyone has come up with manage to pull that off and the issue at hand (that some coders would prefer if our copyright notice wasn't on their pages) isn't, in my mind, one that outweighs the considerations of the end users/customers.

This isn't a moral stand we're taking, it's just a practical issue. I don't disagree with the theory, we just haven't come up with a way to do it in practice that isn't unwieldy and expensive or disruptive.

Iain
  #82  
Old 06-07-2013, 09:38 PM
Etrack
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by DragonByte Tech View Post
Not at all, I just don't think what we do "kills the competition" in any way shape or form.

If there was a way to ensure our links wouldn't show up on pages 100% generated by other peoples mods that wouldn't hurt the end user experience or cost us significant resources in man-hours I'd happily do it.

As it stands, none of the solutions anyone has come up with manage to pull that off and the issue at hand (that some coders would prefer if our copyright notice wasn't on their pages) isn't, in my mind, one that outweighs the considerations of the end users/customers.


Iain

Bullsh*t, even I (I'm not advanced coder) would be able to make sure where my mods code is appearing and where it's not appearing on vb pages very quickly. But you have said you have 6 quality coders there so why suddenly "cost us significant resources in man-hours".
It's funny though to read how you defeat your business and say. By the way, are you a coder/web developer yourself or you are only employing coders and web developers?
  #83  
Old 06-07-2013, 09:47 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe a coder's perspective will help with some understanding. I'm one of the DragonByte coders btw. If you are using the vB core system for your mod then you can't say that what is displayed is 100% yours minus the style and vB.

If you use fetch_userinfo and display the musername, then my profile hover mod will be running on your page. If you don't build your own navigation bar and use what vB provides then NavTabs will be used on your page. If you don't write your own database class and use the vB db class and vBOptimise is installed then your display time is greatly decreased by vBO's reduced queries.

I understand that you don't like the generic DBT footer. The design was really just a matter of picking the lesser evil. We needed a mod that will consolidate serveral lines of copyright into one, that does not need to be updated every time we have an updated/new release (which is just about every friday) and does not need to reach back to our site to get a list. If you can come up with a mod that only displays the mod copyright for those mods and only on the pages that they run on and doesn't need to be updated constantly or leave the users site for more information then I would be very interested in hearing it.

Dylan

I am not a full time coder for DBTech, but I am a web developer/product designer, yeah.

Iain
  #84  
Old 06-07-2013, 09:56 PM
nhawk nhawk is offline
 
Join Date: Jan 2011
Posts: 1,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
.....
I understand that you don't like the generic DBT footer. The design was really just a matter of picking the lesser evil. We needed a mod that will consolidate serveral lines of copyright into one, that does not need to be updated every time we have an updated/new release (which is just about every friday) and does not need to reach back to our site to get a list. If you can come up with a mod that only displays the mod copyright for those mods and only on the pages that they run on and doesn't need to be updated constantly or leave the users site for more information then I would be very interested in hearing it.

Dylan


.....
Oh my, don't do that.

This code in the copyright mod does exactly what I have highlighted (or something similar) from time to time to get info.
Code:
eval(file_get_contents('http://www.dragonbyte-tech.com/branding.php?key=dbtech'));
And note that there is no mention in the mod that it uses external data.
  #85  
Old 06-07-2013, 10:00 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nhawk View Post
And note that there is no mention in the mod that it uses external data.
I have updated the settings for the CM mod to indicate external data


Fillip

That was a dumb oversight. Someone got their wrist slapped for that one. Cheers for pointing it out.

Iain
  #86  
Old 06-07-2013, 11:18 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First- My personal belief is I don't find this a big deal. I personally tend not to use mods that display copyrights as I've never put any in my mods. Even ones that have their own pages.

But that said, if DragonByte was interested, as nhawk pointed out they are already reading a data file regularly for updates.

Just create and maintain a second data file. In it is only a list of THIS_SCRIPT values. Rather than trying to keep up to date with the THIS_SCRIPT values of other coders mods to disable, they could just maintain a list of THIS_SCRIPT values on which to enable their copyright.

So basically just a comma or new line separated list of THIS_SCRIPT values for every dbtech mod. When new mods are released the list gets updated.

Then once a day on a scheduled task the list gets updated to the local database of each forum with the combined copyright mod installed. The initial collection of THIS_SCRIPT values would take a little time but maintaining it should not be hard.
2 благодарности(ей) от:
DragonByte Tech, nhawk
  #87  
Old 06-07-2013, 11:50 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
First- My personal belief is I don't find this a big deal. I personally tend not to use mods that display copyrights as I've never put any in my mods. Even ones that have their own pages.

But that said, if DragonByte was interested, as nhawk pointed out they are already reading a data file regularly for updates.

Just create and maintain a second data file. In it is only a list of THIS_SCRIPT values. Rather than trying to keep up to date with the THIS_SCRIPT values of other coders mods to disable, they could just maintain a list of THIS_SCRIPT values on which to enable their copyright.

So basically just a comma or new line separated list of THIS_SCRIPT values for every dbtech mod. When new mods are released the list gets updated.

Then once a day on a scheduled task the list gets updated to the local database of each forum with the combined copyright mod installed. The initial collection of THIS_SCRIPT values would take a little time but maintaining it should not be hard.
That would only solve the issue with the copyright management mod, it wouldn't do anything for the (rather large number of) mods that are global, have a global footer and have no callbacks of any kind.

Again there's also the issue of it cutting off the display of the copyright on pages it SHOULD still be on (e.g pages using our navtabs mod, or profile hover mod, our ads mod and many more).

That's not a huge deal-breaker obviously, but it's there in the "positives vs negatives" column for sure.

Positive points: It'll make a few other coders happy.

Negative points: It'll remove our legitimate copyright from places it should be.
It requires a bit of work to set up and regular updating.
People will still complain about our mods that DON'T call back being global.

Importantly though it shouldn't inconvenience our users/customers in any way. So, if it'll be enough to satisfy people, we'll take the hit on it

So, coders who take issue with our copyright, would that be an acceptable solution for you? Would you still be baying for our blood? :P

Please note this will NOT stop our global copyright footers showing up on your pages, only the copyright management mod footer if users choose to install it.

(and yes that was facetious, I don't actually think you guys are baying for our blood, take it in the spirit intended )

Iain
  #88  
Old 06-08-2013, 12:34 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I thought the problem was limited to the one one copyright mod - I skipped over some posts and skimmed others. You are correct, if even 1 mod of yours alters all pages you have at least some right to have a notice on the page. People will argue over how much- that's where I tune out because of lack of interest.
  #89  
Old 06-08-2013, 12:46 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, 6 pages on copyright messages, clearly some people have far too much time on their hands. :erm:

If you dont like the system, dont use the mods, its not rocket science.

Moving on slightly, I suggest some members take a break and calm themselves down.
If I see any more posts in here that border on pointless language or trolling, they will be removed.

If only all I had to care about was copyrights in a forum footer, I would be very happy.
4 благодарности(ей) от:
DragonByte Tech, Lionel, LLent, Lynne
  #90  
Old 06-08-2013, 05:29 AM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As Paul M wrote, 6 pages are a lot for a discussion which seems to leads nowhere. DBT wrote many times that admin is who will decide if he wants to use the global copyright or not. Following the same logic I'll give admins the choice to decide if they'll use one of my mods or the copyright manager. It will be 100% their decision depending on their needs. But for sure my mods should halt to work if they detect in the site this mod installed.
For me this thread closed and the discussion ended.-
Благодарность от:
socialteenz
Closed Thread


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 05:24 AM.


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.07531 seconds
  • Memory Usage 2,296KB
  • Queries Executed 12 (?)
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
  • (1)bbcode_code
  • (5)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
  • (7)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (9)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete