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

Reply
 
Thread Tools Display Modes
  #1  
Old 05-20-2004, 03:31 PM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Quality of Hacks <-> Source Code improvements

Hi @LL,

i would like to open a survey for the following question:

Do you think a new section for PHP/VB Code could be usefull ?

Why i am asking this ?

Because i am looking at the history of unix itself. Some users sat down and wrote some c/c++ functions and compiled them. More users joint the team and optimized their code. This continued and continued and in the end they brought the first version of linux to the market.

This could have been done by some people but due to the teamwork of all people and having the sources available to everyone the quality of the source code was improved, the performance was improved and people could focus more on enhancements rather then reinventing the wheel.

So what i am suggesting in detail is:

How about creating a new section for public free available functions/source codes for VBulletin integration. At the moment many people are struggling with things like:

- How do i convert the unix time to a readable time format ?
- How can i read out to which group a user belongs ?
- How can reduce my MySQL queries on my forumhome ?

These are typical questions which can be found in 80% of all threads for new hack developers.

All of them have one thing in common. They have a good idea and they are struggling to bring out their hack due to not knowing all the background. Due to this i would like to build a center of information with functions or code parts which are publicly available to all people.

Benefits for the end users:
- requested Hacks can be produced in a quicker time frame
- the quality of the source code will be improved because all the codes will be reviewed periodically

Benefits for the hack creators:
- new Hacks will be created faster
- the quality of the source code will be improved
- performance overheads will be reduced due to using standard code parts

Benefits for VBulletin:
- if the source code meets the appropriate quality some of the functions can be used for further releases of VBulletin
- if more hacks will be produced Vbulletin can choose between multiple hacks to integrate them into later releases

Please give me some feedback what you think about this idea. I would like to have a small discussion about this.

I personally think that this could be a big improvement for this site. But what do other people think ?

Thanks for your answers in advance.

Cheers,
Reply With Quote
  #2  
Old 05-20-2004, 03:48 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm sure such an area would be useful because of the reasons you mentioned.

However the concern with such forums are that everybody likes to get codes from there but not too many people like to contribute codes. This is the case with out hints forum or hack requests forums.

So I think the question we should ask is not whether it would be useful or not because I'm sure everybody would agree that it is useful. Rather the question is to ask is how many people are willing to contribute in such a forum on a regular basis. If we can have enough number of volunteers, we can open the forum. Otherwise our hints forum can still be used for this request.
Reply With Quote
  #3  
Old 05-20-2004, 03:54 PM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Valid point. What is your experience from the members here ? Are they open to share source codes or are they so introverted to hide their code from everyone ? This would help all of them to improve source codes but if no one joins in, it would make no sense. I agree with you totally.

Cheers,
Reply With Quote
  #4  
Old 05-20-2004, 04:02 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pseudomizer
Valid point. What is your experience from the members here ? Are they open to share source codes or are they so introverted to hide their code from everyone ? This would help all of them to improve source codes but if no one joins in, it would make no sense. I agree with you totally.
Hacks are open source so I believe most hackers do not have any problems with sharing their code. But I guess most can not easily commit time to put the codes in a shape and release them in a forum. This sometimes becomes a problem even with hacks. So I believe such a forum will be deserted. But I wish I'm wrong on this so if people are willing to contribute, I'd be happy to hear their voices here.
Reply With Quote
  #5  
Old 05-21-2004, 11:26 PM
maximux1's Avatar
maximux1 maximux1 is offline
 
Join Date: Mar 2002
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Logician
Hacks are open source...
Actually, Logician, this is under debate in the following thread.

according to Steve Machol,
Quote:
A copyright is needed on any page that is using vB code.
The copyright issues start on page 2;
https://vborg.vbsupport.ru/showthrea...t=65233&page=2
Reply With Quote
  #6  
Old 05-22-2004, 12:03 AM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by maximux1
Actually, Logician, this is under debate in the following thread.

according to Steve Machol,


The copyright issues start on page 2;
https://vborg.vbsupport.ru/showthrea...t=65233&page=2
Hi Maximux1,

this is not the topic of this survey. Your argument is valid but we should not discuss about integration hacks or independant hacks for VB. The terms and conditions of this domain are clearly defined. If you have a problem with the copyright then please continue in your thread.

I read your thread and you should continue your discussion. We discuss something else here.

But thank you for pointing this out.

Cheers,
Reply With Quote
  #7  
Old 05-31-2004, 04:42 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting idea. Bear in mind that you were describing the development of open source software in your first post - vBulletin is not open source software. A collaborative approach to improving vBulletin makes copyright and intellectual property issues complicated.
Reply With Quote
  #8  
Old 05-31-2004, 03:51 PM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm. This is true. But to be honest ? 13 responses in that time frame ? I think that there is not much interest in something like that.

I am personally disappointed that people do not care about a general improvement. But ok. If they want it like this ...

Can be closed.

Cheers,
Reply With Quote
  #9  
Old 05-31-2004, 05:41 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pseudomizer
Hmm. This is true. But to be honest ? 13 responses in that time frame ? I think that there is not much interest in something like that.

I am personally disappointed that people do not care about a general improvement. But ok. If they want it like this ...
Don't get discouraged. The problem here is about finding expert users who can devote time to build such a library and this is usually the most important problem in this site. All of our members can benefit from this site but unfortunately few can contribute highly to build the content of this site (hacks, codes, hints, answers to questions etc.) so sometimes we get stuck in certain issues like this. Your idea was great.
Reply With Quote
  #10  
Old 05-31-2004, 09:25 PM
Regs Regs is offline
 
Join Date: Oct 2001
Location: Vancouver BC
Posts: 322
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The idea IS great. Jelsoft would be wise to put a few dollars/resources to this exact project... more tools for 3rd party developers to extend functionality isn't anything new...

Cheers,

~Regs.
Reply With Quote
Reply


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 10:17 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04395 seconds
  • Memory Usage 2,259KB
  • 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
  • (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
  • (1)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