Go Back   vb.org Archive > Community Central > Community Lounge

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2006, 12:41 AM
Scrolls Scrolls is offline
 
Join Date: Mar 2006
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default how'd yall get so good and who do you thinks the best on here?

i mean damn, some of yall have extreme talent with coding, and hacking..everything. ive seen convos on here i had no clue what you meant. how did yall go about learning this stuff? and whos the best on vb.org? just curious to how yall do this stuff...for future reference. ya know? cause i own the newest vb version, and im very new to this stuff and know hardly anything about html, sql and all that mess....lol. everyone respond!!!!
Reply With Quote
  #2  
Old 04-20-2006, 12:49 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I learnt everything I know via my ACP and breaking things, or via viewing other peoples releases.
Reply With Quote
  #3  
Old 04-20-2006, 12:53 AM
Scrolls Scrolls is offline
 
Join Date: Mar 2006
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterska2
I learnt everything I know via my ACP and breaking things, or via viewing other peoples releases.
so, basically your self taught? thats awesome...
Reply With Quote
  #4  
Old 04-20-2006, 01:03 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

pretty much, along with my trusty HTML book and google.
Reply With Quote
  #5  
Old 04-20-2006, 01:09 AM
Borgs8472 Borgs8472 is offline
 
Join Date: Apr 2004
Posts: 924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The best people on this site are the active master coders like PaulM and amykhar IMO

I never knew anything about html, PHP or SQL before I started hacking vb (actually I still know nothing about PHP or SQL ^_^ ).

Developing and tweaking one's site and installing hacks you learn a lot of skills
Reply With Quote
  #6  
Old 04-20-2006, 01:17 AM
Scrolls Scrolls is offline
 
Join Date: Mar 2006
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

shit, at least yall dont have to worry about much when something goes wrong with your sites or anything. id have to run here. yall would be like...*an error for sql dialogued blah blah* and hmm...fix it doing this and this...id be like wtf?!??! lol.

and what books or websites would you recommend for me to look on how to do this kind of stuff?
Reply With Quote
  #7  
Old 04-20-2006, 01:37 AM
Roms's Avatar
Roms Roms is offline
 
Join Date: Jun 2004
Location: Witness ProtectionProgram
Posts: 1,841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Scrolls
shit, at least yall dont have to worry about much when something goes wrong with your sites or anything. id have to run here. yall would be like...*an error for sql dialogued blah blah* and hmm...fix it doing this and this...id be like wtf?!??! lol.

and what books or websites would you recommend for me to look on how to do this kind of stuff?

^ Practice makes perfect. Whenever you have a problem (this is what I do) look through the thread you got the hack from and nine times out of ten someone else has had that same problem... Here's an example, I updated the journal on my site when I went to 3.5 and added emotion smilies to it... I decided after words to delete them and kept getting an error... I went into my database, looked at things, and then looked at the thread I got the hack from. I figured out the author added a code to each area and it had a variable for those that use prefixes... That must have been the problem because I use prefixes.. Later I found out where the author forgot to add that variable to the emos and my problem was solved... So my point is practice and you will start to understand things...


My rule of thumb is too, I never add mods when they first come out... There are bound to be errors and cause you a headache... I mark it for future use then if people are installing it well I try it out. Also, only add what you really really want on your site.. A lot of people go overboard and the next thing you know they are overloading the server or just not using the extra "goodies" ad your site grows add things and see if people like them..

That's just my 2 cents..
Reply With Quote
  #8  
Old 04-20-2006, 01:44 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

Learn by doing - it's the only way IMO.
Reply With Quote
  #9  
Old 04-20-2006, 01:48 AM
Scrolls Scrolls is offline
 
Join Date: Mar 2006
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Infantrymen
^ Practice makes perfect. Whenever you have a problem (this is what I do) look through the thread you got the hack from and nine times out of ten someone else has had that same problem... Here's an example, I updated the journal on my site when I went to 3.5 and added emotion smilies to it... I decided after words to delete them and kept getting an error... I went into my database, looked at things, and then looked at the thread I got the hack from. I figured out the author added a code to each area and it had a variable for those that use prefixes... That must have been the problem because I use prefixes.. Later I found out where the author forgot to add that variable to the emos and my problem was solved... So my point is practice and you will start to understand things...


My rule of thumb is too, I never add mods when they first come out... There are bound to be errors and cause you a headache... I mark it for future use then if people are installing it well I try it out. Also, only add what you really really want one your site.. A lot of people go overboard and the next thing you know they are overloading the server or just not using the extra "goodies" ad your site grows add things and see if people like them..

That's just my 2 cents..
lol, sounds good man. ill just run to you and have you help me solve the problem, kinda guide me threw it. lol. i would love to learn this stuff, so i dont bother yall all the time. lol

Quote:
Originally Posted by Paul M
Learn by doing - it's the only way IMO.
my only problem is, i dunno where to start. otherwise, id spread my wings.
Reply With Quote
  #10  
Old 04-20-2006, 11:06 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm suprised too at some of the skill here.

As for the best? I don't know every coder on this forum but I have to say Xenon/Brad/Marco have been very good at creating some pretty complicated modifications. But there's too many good coders around here to name probably.
Reply With Quote
Reply

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 10:38 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.03914 seconds
  • Memory Usage 2,243KB
  • Queries Executed 13 (?)
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
  • (4)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
  • (2)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_postinfo_query
  • fetch_postinfo
  • 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