Pagina 1 van 1

link hack

Geplaatst: 20 aug 2004, 19:39
door marrucc
heej, ik was bezig de link hack te installen van niels, gevonden op deze link:

http://www.phpbbhacks.com/viewhack.php?id=2048

maar ik krijg deze error:

Parse error: parse error, unexpected T_VARIABLE, expecting '(' in /home/marrucc.com/www/phpBB2/admin/admin_db_utilities.php on line 698

dit is regel 698:

Code: Selecteer alles

			$tables = array(
// Start add - Links MOD
$tables[] = 'links';
// End add - Links MOD
'auth_access', 'banlist', 'categories', 'config', 'disallow', 'forums', 'forum_prune', 'groups', 'posts', 'posts_text', 'privmsgs', 'privmsgs_text', 'ranks', 'search_results', 'search_wordlist', 'search_wordmatch', 'sessions', 'smilies', 'themes', 'themes_name', 'topics', 'topics_watch', 'user_group', 'users', 'vote_desc', 'vote_results', 'vote_voters', 'words');

Geplaatst: 20 aug 2004, 19:42
door Luuk
verander eens in

Code: Selecteer alles

         $tables = array('auth_access', 'banlist', 'categories', 'config', 'disallow', 'forums', 'forum_prune', 'groups', 'posts', 'posts_text', 'privmsgs', 'privmsgs_text', 'ranks', 'search_results', 'search_wordlist', 'search_wordmatch', 'sessions', 'smilies', 'themes', 'themes_name', 'topics', 'topics_watch', 'user_group', 'users', 'vote_desc', 'vote_results', 'vote_voters', 'words');
// Start add - Links MOD 
$tables[] = 'links'; 
// End add - Links MOD 
met zoek $tables = array( bedoelt ie de hele regel, anders staat er INLINE, FIND of iets dergelijks, in ieder geval met INLINE erbij :wink:

Geplaatst: 20 aug 2004, 19:47
door marrucc
thnx luuk :P het is weer gelukt :d, maar anders staat er toch iets van de the full line is longer ofzo?, maar nu stond er niets

Geplaatst: 20 aug 2004, 20:01
door Luuk
staat er inderdaad wel eens bij, maar nu dus niet :twisted: