Thank you man i need this bad
ok i edit the 12 line
from
$punbb_versions = array('1.2.3', '1.2.4', '1.2.5', '1.2.6');
to
$punbb_versions = array('1.2.3', '1.2.4', '1.2.5', '1.2.6', '1.2.7', '1.2.8, '1.2.9, '1.2.10, '1.2.11, '1.2.12, '1.2.13, '1.2.14,);
is that rigth as i have the new forum 1.2.14 ?? or did i do it wrong
when i go to install it i get this
http://www.psp-personalize.net/forum/install_mod.php
this the link it dead it say's
Parse error: syntax error, unexpected T_DNUMBER, expecting ')' in /hermes/web03/b49/pow.freakazo/htdocs/forum/install_mod.php on line 12
and the reset of the website is white
--------------------------------------------------------------------------------------------
with the rep mod when you edit the install_mod.pbp it look's like this
<?php
/***********************************************************************/
// Some info about your mod.
$mod_title = 'Reputation System';
$mod_version = '2.2.0';
$release_date = '06-04-24';
$author = 'hcs';
$author_email = 'hcs@mail.ru';
///Mysql error
///Error: 1062 SQLSTATE: 23000 (ER_DUP_ENTRY)
///Message: Duplicate entry '%s' for key %d
///Error: 1054 SQLSTATE: 42S22 (ER_BAD_FIELD_ERROR)
///Message: Unknown column '%s' in '%s'
///Error: 1146 SQLSTATE: 42S02 (ER_NO_SUCH_TABLE)
///Message: Table '%s.%s' doesn't exist
///Error: 1060 SQLSTATE: 42S21 (ER_DUP_FIELDNAME)
///Message: Duplicate column name '%s'
///Error: 1050 SQLSTATE: 42S01 (ER_TABLE_EXISTS_ERROR)
///Message: Table '%s' already exists
///Error: 1061 SQLSTATE: 42000 (ER_DUP_KEYNAME)
///Message: Duplicate key name '%s'
// One or more versions of PunBB that this mod works on. The version names must match exactly!
$punbb_versions = array('1.2.10', '1.2.11');
$punbb_versions = array('1.2.10', '1.2.11'); is one line 31 ???