![]() |
Biggest coding project ever
My fingers hurt:
Code:
* includes/functions_vbms.php is 893 lines |
once its done, think about how good it will feel to have done all the work :D
|
vbms?
|
is this vb's official CMS?
|
If you looked in his signature, you'd have your answer.. :)
Quote:
|
Is that it ;)? I just finished a project with over 60k lines, and way way more in templating :)
|
Dean did you just create vB4? :)
|
No a bespoke CMS :)
|
*nods like he has a clue what your on about*
Ahhhh ive errm.......been meaning to get one of them....... *runs* |
Quote:
Quote:
|
quick question, is sais it's available for vbv2.3.x where can i get it?
also, wouldnt a hack like this take up a HELL of a lot of space in your DB? |
Bespoke = custom-made
... For those that asked :) |
Quote:
2. It doesn't take up much space at all. All it needs initially is a few new tables for storing messages, address book entries, etc. and space for the templates and other standard information. |
The contents of my command prompt today when testing stuff that requires the database to be reset every time I encounter a bug:
Code:
C:\Documents and Settings\filburt1\Desktop>\mysql\bin\mysql -uroot vb3-vbmssandbox < vb3-vbmssandbox.sql |
filburt = code minkey :)
|
I admire all the work you've put into this, many people wouldn't take something like this on solely. Keep up the good work. :)
|
RPG Inferno Version 2.0
inferno.php - 13,578 Lines Of PHP inferno_aibot_control.php - 569 Lines Of PHP inferno_auction_control.php - 109 Lines Of PHP inferno_battle_control.php - 220 Lines Of PHP inferno_battlefield_control.php - 226 Lines Of PHP inferno_battlemusic_control.php - 207 Lines Of PHP inferno_clan_control.php - 276 Lines Of PHP inferno_donate_control.php - 81 Lines Of PHP inferno_element_control.php - 326 Lines Of PHP inferno_functions.php - 65 Lines Of PHP inferno_healing_control.php - 268 Lines Of PHP inferno_help_control.php - 195 Lines Of PHP inferno_itemshop_control.php - 1,097 Lines Of PHP inferno_job_control.php - 341 Lines Of PHP inferno_lottery_control.php - 302 Lines Of PHP inferno_main_control.php - 378 Lines Of PHP inferno_rpgavatar_control.php - 460 Lines Of PHP inferno_rpgmember_control.php - 1,194 Lines Of PHP inferno_rpgworld_control.php - 845 Lines Of PHP inferno_section_control.php - 143 Lines Of PHP inferno_spells_control.php - 376 Lines Of PHP inferno_store_control.php - 266 Lines Of PHP inferno_summon_control.php - 272 Lines Of PHP inferno_synthesis_control.php - 345 Lines Of PHP inferno_tripletriad_control.php - 573 Lines Of PHP inferno_tripletriadbattle_control.php - 163 Lines Of PHP install_inferno.php - 738 Lines Of PHP upgrade_inferno.php - 854 Lines Of PHP spell_absorb_hp.php - 134 Lines Of PHP spell_cast_DAMAGE.php - 137 Lines of PHP spell_Moon_Light.php - 124 Lines Of PHP spell_MP_Burn.php - 127 Lines Of PHP spell_Rage_Blaster.php - 128 Lines Of PHP spell_Remedy.php - 115 Lines Of PHP store_Increase_DEF.php - 92 Lines Of PHP store_Increase_HP.php - 92 Lines Of PHP store_Increase_MP.php - 92 Lines Of PHP store_Increase_Rage.php - 92 Lines of PHP store_Increase_STR.php - 92 Lines Of PHP store_Increase_Summon_DEF.php - 98 Lines Of PHP store_Increase_Summon_HP.php - 98 Lines Of PHP store_Increase_Summon_MP.php - 98 Lines Of PHP store_Increase_Summon_STR.php - 98 Lines Of PHP store_Name_Color.php - 122 Lines Of PHP store_Name_Glow.php - 122 Lines Of PHP store_Steal.php - 196 Lines Of PHP inferno.xml (Templates) - 3,920 Lines Of HTML/Javascript Total Files: 47 Total Lines Of PHP: 26,533 Total Lines Including Templates: 30,453 Heh... - Zero Tolerance |
Did you use anything to produce those stats Zero :)?
|
Looks great. :) I may get a license to check it out.
|
Quote:
Btw Erwin .. i think you bought a year license for inferno .. so you can just update since your license isn't a year old yet. - Zero Tolerance |
Shame there's not a tool to do that automatically :)
|
Quote:
- Zero Tolerance |
Oh yeah, that could be done quite easily too :)
[high]* Dean C codes it[/high] |
Quote:
if you use linux/unix/mac try "wc" lko@raysrv1:/home/lko> wc bin/* 0 0 0 bin/CVS 23 41 509 bin/addop.sh 38 70 870 bin/cleanup.sh 175 677 6170 bin/create-instance.sh 23 41 509 bin/delop.sh 64 142 1360 bin/gen_email_conf.sh 26 54 559 bin/jas3-cleanup.sh 67 225 1424 bin/logrotate 76 185 1856 bin/make-httpd-conf.sh 81 259 2125 bin/remove-instance.sh 58 175 1366 bin/update-me.sh 631 1869 16748 total ;) |
Quote:
|
Upload a phps and PM me the url - I'm too lazy to code one now that I got started on coding WinterDir for the night again :)
|
Here it is (with some parts removed). It's obviously very uniquely coded to my needs.
PHP Code:
|
That's cheating - why not do it recursively and filter out any non PHP extensions ;)
|
Badda bing badda boom:
PHP Code:
|
Quote:
|
And by changing this:
PHP Code:
PHP Code:
Oh, here's uCS in its current form. uttstore ---- action.boldusername.php (Lines: 107) ---- action.forumaccess.php (Lines: 145) ---- action.admindonate.php (Lines: 103) ---- action.stickythread.php (Lines: 88) ---- action.colorusername.php (Lines: 206) ---- action.changeusername.php (Lines: 110) ---- action.secondaryusergroup.php (Lines: 139) ---- action.bank.php (Lines: 301) ---- action.denyforumaccess.php (Lines: 157) ---- action.glowusername.php (Lines: 207) ---- action.forumpassword.php (Lines: 127) ---- action.thief.php (Lines: 152) ---- action.giveforumaccess.php (Lines: 161) ---- action.italicusername.php (Lines: 100) ---- action.changetitle.php (Lines: 101) ---- action.changeothertitle.php (Lines: 130) ---- action.donate.php (Lines: 121) includes ---- functions_uttstore.php (Lines: 511) images uttstore admincp ---- uttstoreadmin.php (Lines: 519) ---- ushop_install.php (Lines: 1,184) ---- ushop.php (Lines: 531) Total Lines = 5,200 |
Quote:
This thread has become a "My code is BIGGER than yours" competition. ;) Guys, it's not how big your code is... is how you use it. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
All times are GMT. The time now is 12:25 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|