View Single Post
  #1  
Old 10-15-2002, 05:20 PM
Mystikal Mystikal is offline
 
Join Date: Apr 2002
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Content Management System System based on Vbulletin -- Anyone interested?

I've been working on a content management system in php with a vbulletin user backend. No, this isn't php-nuke. It's similair although it's much much more efficient and can be customized a LOT more.

Time to explain the cool parts.

- Everything's written in classes.

- Built in Module support (so you can add new modules whenever you need, supports parsing server commands, etc, wildcard file includes, web data grabber (if you want to get news off slashdot.org or xml stuff). You can select what mods you want to load on what pages!

- Template support like vbulletin, but uses a better caching system and let's users load templates that they want on every page to parse whatever data they need.

- Global session system and passport-styled logins. Let's you have multiple network sites linked into one user database and supports logging in to one site and having that site log you automatically into the rest, similair to MSN Passport but php style

- Tons of other stuff, themes, skins, anything Vbulletin has this has, and it's OOP style, meaning all objects get optimized by Zend. Also has gzip output and optional configuration variable loading FROM the database.. aka you edit a table called config, add an item, it'll create a variable called item with the value of whatever was in the table.. quite useful.

Is anyone interested in helping me on this? ONLY serious, very talented php programmers who have very good experience in OOP style programming need apply. Newblars are welcome to look at the code, but if you aren't a serious programmer you're going to get pretty lost pretty fast.

I'm interested in someone who can work on this while I'm sleeping, aka I come home work, post updates/changes, then those changes get done during the night and I do the changes he requests during the time I'm sleeping / at school. I live in the Eastern Coast of USA, so UK would be best.... we can use more than 2 or 3 people
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01020 seconds
  • Memory Usage 1,764KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete