350 credits anyone?

Status
Not open for further replies.

supajason

Member
Messages
288
Reaction score
2
Points
18
hello i need somebody to put all of phpbb3 pages into a word document so

I would want a word document for each directory and headings for each file in the document. Also i have seen that erd diagram (database picture) that as well.

First one gets the points GO!
 

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
How many pages are there totally?
Where is the link?
 

Hauzer

New Member
Messages
189
Reaction score
0
Points
0
I can do all this, but what do you mean 'Also i have seen that erd diagram (database picture) that as well'.

Could you explain a bit more there, thanks.
 

supajason

Member
Messages
288
Reaction score
2
Points
18
ok sorry i will explain abit more!

so i want phpbb3

and all its files in a word document but each directory in a different document example:

root.doc
.htaccess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
common.php
<?php
/**
*
* @package phpBB3
* @version $Id: common.php 8479 2008-03-29 00:22:48Z naderman $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
* Minimum Requirement: PHP 4.3.3
*/

/**
*/
if (!defined('IN_PHPBB'))
{
exit;
}
.......................

adm.doc
index.php
blah blah......
swatch.php
blah blah........

but for all files and each folder must have a heading of the file name!

ohhh i cant find the diagram here is the joomla one if anybody can find the phpbb3 one 100 credits!!!!

so instead i want this its a list of the tables if you could out each of the tables in a different word document with all the table names in a table here is an example:

phpbb_auth_access.doc
Table : phpbb_auth_access
Comment : The base forum permissions are stored in phpbb_forums in the various "auth" columns. This table contains additional permissions or overrides based on group membership.

| Column Name | Datatype | Default | Column Description |
| group_id | mediumint(8) | 0 |Group ID (FK) associated with the group for the authorization override.|

for all of that i will up it to 450 thanks
 
Status
Not open for further replies.
Top