Search found 104 matches

by Afterlife(69)
26 Apr 2009, 07:37
Forum: Library
Topic: functions_cute_url.php
Replies: 24
Views: 88364

Re: functions_cute_url.php

This reminds me of a lib I wrote back in '07. Good work :) <?php/** * Breadcrumb Url Rewrites *  * This class is used for a created "breadcrumb" style url structures * for dynamic web applications, each "bit" or "directory" of the url * is read in to an array inside this class and accessed via the r...
by Afterlife(69)
26 Apr 2009, 07:33
Forum: MOD Feedback
Topic: phpBB Project
Replies: 14
Views: 19913

Re: phpBB Project

Ahh competition, excellent. Maybe you guys can get together and share some ideas/code then on the final product just split up and go your different directions to create 2 similar but very different products :)
by Afterlife(69)
26 Apr 2009, 07:31
Forum: phpBB Development discussion
Topic: A questions MOD related and non MOD related
Replies: 2
Views: 2061

Re: A questions MOD related and non MOD related

Both can be acomplished with simple templating changes, if you are confident with HTML/XHTML, just open up your template files and it is mostly HTML code. If you are not so confident, your best bet is to hire a designer (or get your existing designer) to make the changes. I do freelance if you are i...
by Afterlife(69)
25 Apr 2009, 02:56
Forum: phpBB Development discussion
Topic: MODX Creation Tool?
Replies: 1
Views: 1928

MODX Creation Tool?

Hey guys,

Just wondering if anybody ever got around to creating a MODX creation tool, I know myself and Leroy were working on one for phpBB Project quite a while ago. Did it ever go anywhere?

I really don't like writing RAW XML when creating mods, the old template was great for this.

Cheers,
Dean
by Afterlife(69)
25 Apr 2009, 02:53
Forum: Tools for MOD authors
Topic: SQL Query script
Replies: 19
Views: 24719

Re: SQL Query script

To anybody considering using this, I would suggest additional security using a .htaccess password protection, and if not already, modify it with the "admin" login that is required for the admin cp (dual login).
by Afterlife(69)
25 Apr 2009, 02:50
Forum: Tools for MOD authors
Topic: [BETA] AutoModX STEROIDUS ModX installer/uninstall/simulator
Replies: 6
Views: 12229

Re: [RC] AutoModX automated ModX installer and simulator

Yes, it's like easymod. One thing I found when looking through the code: $this->phpbb_path = dirname($_SERVER['PHP_SELF']); You should never use PHP_SELF, it's not secure. The user can change it by calling an url such as: /automodx/index.php/somethingelse/ I've not really tested it yet though. ;) C...
by Afterlife(69)
25 Apr 2009, 02:45
Forum: MOD Feedback
Topic: phpBB Project
Replies: 14
Views: 19913

Re: phpBB Project

Leroy, a thought just occured to me on this. On the package creation tool (the one that creates the ZIP on the fly with all the MOD directives and attachments). Unless a CAPTCHA or timeout system is implemented we are opening up a possible DOS attack vurlerabilty due to the amount of processing invo...
by Afterlife(69)
25 Apr 2009, 02:31
Forum: MOD Feedback
Topic: [MODDB] phpBB Code Repository 1.0.x "Juno"
Replies: 31
Views: 39798

Re: [Release] phpBB Code Repository

Hmm, long time no see round here. Look interesting, but what does it offer over a simple .htaccess with a stripped directoryindex and forcetype directives? ie. DirectoryIndex noindex <Files *.php> ForceType application/x-httpd-php-source </Files> <Files *.inc> ForceType application/x-httpd-php-sourc...
by Afterlife(69)
14 Apr 2007, 05:42
Forum: General Discussion
Topic: Post your REAL desktop
Replies: 13
Views: 4605

Hehe, I added to my setup a bit.

[shot]http://img412.imageshack.us/img412/8969/pic0026rc5.jpg[/shot]
by Afterlife(69)
22 Mar 2007, 15:11
Forum: phpBB 3.0.x "Olympus" discussion
Topic: proSilver not semantic
Replies: 23
Views: 9560

I still don't see any reason for using definition lists instead of lists...
by Afterlife(69)
22 Mar 2007, 06:52
Forum: phpBB 3.0.x "Olympus" discussion
Topic: proSilver not semantic
Replies: 23
Views: 9560

To add to that, if there are issues with tables why not use multi-dimensional lists like your average tableless set of data.
by Afterlife(69)
22 Mar 2007, 05:43
Forum: phpBB 3.0.x "Olympus" discussion
Topic: proSilver not semantic
Replies: 23
Views: 9560

What is wrong with using divs or multi-dimentional lists where they are deserved... I don't see any [url=http://en.wikipedia.org/wiki/Definition] definition [/url] in the example that you provided, I only se data* , there is no terms being defined there. Also, how would you justify the following? Do...
by Afterlife(69)
22 Mar 2007, 02:56
Forum: phpBB 3.0.x "Olympus" discussion
Topic: proSilver not semantic
Replies: 23
Views: 9560

Even so they can display multiple definitions for each title doesnt mean they should within semantics a definition value is to be used to define its title however this is not happening, and HTML just as any other computer programming and markup language is set by the rules of computer science.
by Afterlife(69)
22 Mar 2007, 01:01
Forum: phpBB 3.0.x "Olympus" discussion
Topic: proSilver not semantic
Replies: 23
Views: 9560

Your entire view on what "tabular data" is appears to be a little mixed up, in computer science context a "list" is a single array of data without columns and only rows, however tables are lists with multiple columns, therefore the index and viewforum are body tabular data as the...
by Afterlife(69)
20 Mar 2007, 07:39
Forum: phpBB 3.0.x "Olympus" discussion
Topic: proSilver not semantic
Replies: 23
Views: 9560


Go to advanced search