"Modify Profile
Just a simple way to add a new field or an option to profile. "
Dit vond ik op de phpbbhack site maar dat is me eigenlijk al te moeilijk

admin/xs_main.cfg, klopt, alleen als je bepaalde mods hebt geinstalleerd.Pien schreef:admin/xs_main.cfg?? dat bestandje kan ik niet vinden :s
Het gaat dus al mis bij het maken van de back up
Ik heb trouwens een andere template, is dat bezwaarlijk?
templates/desertstorm/profile_add_body.tpl ??
templates/desertstorm/profile_view_body.tpl??
Is dat goed?[Already added] line: 1 , ALTER TABLE `USER_TABLE` ADD `profile` TEXT NOT NULL , ADD `may_profile` TINYINT( 10 ) NOT NULL , ADD `profile_on` TINYINT( 10 ) NOT NULL ;, SQL_error: Table 'caro0000.USER_TABLE' doesn't exist
[Added/Updated] line: 2 , INSERT INTO phpbb_config VALUES ('html_profile', 'br,b,i,u,a,img,font,div,span,hr,h2,h3,h4,h5,h6,h1,li,ol,sup,sub');
[Added/Updated] line: 3 , INSERT INTO phpbb_config VALUES ('cu2_version', '0.9.2');
[Already added] line: 4 , UPDATE phpbb_config SET config_value = 0.9.2 WHERE config_name = 'cu2_version', SQL_error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '.2 WHERE config_name = 'cu2_version'' at line 1
Dit stukje snap ik niet#
#-----[ SQL ]------------------------------------------
#
ALTER TABLE `phpbb_users` ADD `profile` TEXT NOT NULL ,
ADD `may_profile` TINYINT( 10 ) NOT NULL ,
ADD `profile_on` TINYINT( 10 ) NOT NULL ;
INSERT INTO phpbb_config VALUES ('html_profile', 'br,b,i,u,a,img,font,div,span,hr,h2,h3,h4,h5,h6,h1,li,ol,sup,sub');
INSERT INTO phpbb_config VALUES ('cu2_version', '0.9.2');
#
#-----[ COPY ]------------------------------------------
#
profiel.php to profiel.php
profiles/* to profile/*