To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

F.A.Q. - Read it first! - Check files and new mods

Matteo - 09-09-2010, 21:53
Temat postu: Check files and new mods
If you install any modification, and you modify file to it you will see Wrong content in www.forumadress.com/check_files.php
If you want add this changes to check files, you should do this:

Look for value in parenthesis, make a new file with .php extension (any name), contains
Kod:
<?php
$mod_name[] = 'Test mod';
$add_size['file.'.$phpEx] += 111;
?>

Example:
You edit file viewtopic.php and you add to it 30 characters (value in parenthesis is +30).
Create a .php file with name edit contains
Kod:
<?php
$mod_name[] = 'Edit';
$add_size['viewtopic.'.$phpEx] += 30;
?>
and upload the edit.php file to /includes/mods_info/

(original content)



Powered by phpBB modified by Przemo © 2003 phpBB Group