Author |
Message |
perfect-games
Regular


Joined: Oct 28, 2004
Posts: 84
|
Posted:
Mon Jun 06, 2005 7:16 am |
|
well guys i been working on a fork of phpnuke for sometime now but only 30% of nuke code still contains and i would like to loose that well what i have sofar its not like nuke give 175+ queries i have less then 10 queries, page loads in 0.004 sec, and most nuke stuff wont work unless its ported over, a whole new design of admin, bbcode on all text areas custom security module, its a complete rewrite of phpbb and nuke gt-nextgen has also been rewrote so it has dynamic titles like seen at castle cops site, as soon i released my nuke distro imagination nuke 4 will be beta testing this,
thanks
steve |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Mon Jun 06, 2005 7:27 am |
|
Steve,
Please send what you have to me. I'd like to see it. |
|
|
|
 |
perfect-games

|
Posted:
Mon Jun 06, 2005 7:46 am |
|
will do raven i pack this up for you what i have , just note there i no docs just my notes of code changes, i send it to you as soon as my upload is done,
i take it same email as before
thanks |
|
|
|
 |
perfect-games

|
Posted:
Mon Jun 06, 2005 7:55 am |
|
maybe you could help rewrite mainfile functions and not use fb coding,
well i jot down the main features list
bbcode on all text area,
admin has its own directory which can be moved anywhere you like, like if you wanted to place it under ssl directory.
index can be renamed so if you have a flash intro etc,
all phpbb admin is now in main admin panel
admin panel now has dhml style with link images of sub categories like this menu >modules in that loads the modules frame with 3 icons install, modules config, modules cache settings
the phpbb template system and nuke template system has been removed and now it run by smart template system and 70% of the system is run by classes so it only loads what it needs, saving queries and giving more speed etc
i will update the full list later today this is just some of the features that are helpfull and the classed are very helpfull mainly in theme design like images so instead of templates/phoenix/images/downloads.gif its now {DOWN_LOGO} as the class will know the real url etc
thanks
steve |
|
|
|
 |
CurtisH
Life Cycles Becoming CPU Cycles

Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI
|
Posted:
Mon Jun 06, 2005 8:07 am |
|
Sounds EXTREMELY interesting. |
_________________ Those who dream by day are cognizant of many things which escape those who dream only by night. ~Poe |
|
|
 |
perfect-games

|
Posted:
Mon Jun 06, 2005 8:43 am |
|
here a sample how the template class works, like i said before beta testing needs to start as i have a lot planned and only can do so much on my own.
Code:$template = array(
'{THEME_NAME}' => $themecfg['theme_name'],
'{THEME_AUTHOR}' => $themecfg['theme_author'],
'{THEME_PATH}' => "{$use_dir}/themes/{$_theme['theme_dir']}",
'{THEME_URL}' => "{$phoenix['cms_htm']}/themes/{$_theme['theme_dir']}",
'{SERVER_NAME}' => $_SERVER['SERVER_NAME'],
'{SERVER_PORT}' => $_SERVER['SERVER_PORT'],
'{SERVER_IP}' => $_SERVER['SERVER_ADDR'],
'{SERVER_ROOT}' => $_SERVER['DOCUMENT_ROOT'],
'{VISITOR_IP}' => $_SERVER['REMOTE_ADDR'],
'{PHOENIX_PATH}' => "{$phoenix['cms_dir']}",
'{PHOENIX_URL}' => "{$phoenix['cms_htm']}",
'{MASTER_URL}' => $use_url,
'{PHOENIX_ICON1}' => "<a href=\"http://www.perfectgamestudios.net\" target=\"_blank\"><img src=\"{$phoenix['cms_htm']}/images/cms_icon1.gif\" width=\"152\" height=\"42\" border=\"0\" alt=\"this page was built by Phoenix Cms\" title=\"this page was built by Phoenix Cms\"></a>",
'{PHOENIX_ICON2}' => "<a href=\"http://www.perfectgamestudios.net\" target=\"_blank\"><img src=\"{$phoenix['cms_htm']}/images/cms_icon2.gif\" width=\"152\" height=\"42\" border=\"0\" alt=\"this page was built by Phoenix Cms\" title=\"this page was built by Phoenix Cms\"></a>",
'{PHOENIX_VERSION}' => $phoenix['version'],
'{SYSTEM_NAME}' => $config['system_name'],
'{DEFAULT_STYLE}' => $config['default_style'],
'{DB_PREFIX}' => $config['db_prefix'],
'{POWEREDBY_ICON}' => "<a href=\"http://www.perfectgamestudios.net\" target=\"_blank\"><img src=\"{$phoenix['cms_htm']}/themes/{$_theme['theme_dir']}/images/powered.png\" width=\"102\" height=\"47\" border=\"0\" alt=\"Powered by Phoenix Cms - Advanced Website System\" title=\"Powered by Phoenix Cms - Advanced Website System\"></a>",
);
|
so much more can be done, i hope to get some help once the imagination nuke is released  |
|
|
|
 |
Raven

|
Posted:
Mon Jun 06, 2005 9:12 am |
|
I have split this into a topic of its own  |
|
|
|
 |
perfect-games

|
Posted:
Mon Jun 06, 2005 9:44 am |
|
almost ready raven got like just over 200 megs togo hate moving my site well as soon as this upload done will email you a link, once i upload that next
ps what you think of that class its just a small snipit and the whole nuke is like this
thanks
steve |
|
|
|
 |
perfect-games

|
Posted:
Wed Jun 08, 2005 10:01 pm |
|
hey guys sorry for short updates i having really bad hosting problems both on my whm server and shared which is both the same company,
any suggestions on hosting going to need atlest 120gb bw and 10-15gig storage with cpanel,
thanks |
|
|
|
 |
perfect-games

|
Posted:
Thu Jun 09, 2005 10:18 am |
|
right got myself another server, 2 terrybyte server with 1 terrabyte bw, mysql, cpanel etc, once i upload any one wanting to beta test please pm me,
thanks |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Thu Jun 09, 2005 11:28 am |
|
Sounds very intriguing - just keep it the heck away from FB - thats all weneed him playing with 'classes' |
|
|
|
 |
CurtisH

|
Posted:
Thu Jun 09, 2005 11:36 am |
|
Or can you imagine him just folding it into one of the next releases, calling it his own innovation.... of course after added at least about thirty or forty security holes... *snicker* |
|
|
|
 |
perfect-games

|
Posted:
Thu Jun 09, 2005 12:42 pm |
|
as we all know what fb like, and even removes the copyright of the creator and just puts it in a text file,
then claims in to be his,
even nuke not just his its just based on Thatware. not much has changed from that aprt from fb added a hell lot more queries , leaks and security problems,
then chatserv fixes it , then he uses chatserv fixes on another nuke then puts in some feature that we dont need like tinymce just to take the new nukers money.
any nuke coder wont bother to much with these
thanks again guys
steve |
|
|
|
 |
Mesum
Useless

Joined: Aug 23, 2002
Posts: 213
Location: Chicago
|
Posted:
Thu Jun 09, 2005 10:38 pm |
|
Well this game never seems to stop, FB steals others code and calls them his and then some people steal his and call it their's. *Snickers* |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
 |
perfect-games

|
Posted:
Fri Jun 10, 2005 12:00 pm |
|
yea fb always like that look at 7.7 + 7.8 took chatserv fixes and claims them to be his, well i going off topic now, well i keep you informed, as soon i moved my site you guys can start beta testing.
thanks |
|
|
|
 |
Guardian2003

|
Posted:
Fri Jun 10, 2005 12:02 pm |
|
Looking forward to seeing the results of this. |
|
|
|
 |
|