Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Mano klausimai (phpbb2)

Parašė Spyware· 2008 Gru. 3 18:12:45
#1

Sveiki,
įnsaliuoju modą rep, ir ten reik atsiadryt viewtopic.php failą ir parašyta


:

#
#-----[ FIND ]------------------------------------------
#
//
// Go ahead and pull all data for this topic
//
$sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid

Ir nesuprantu ką čia man daryti, ar kažką keisti ar.. ?

Parašė blist· 2008 Gru. 3 18:12:22
#2

tau cia panasu i phpbb suporta?

Parašė Lukšius· 2008 Gru. 3 18:12:49
#3

Čia Php-Fusion Supportas. www.phpbb.lt ten rašyk savo klausimus.

Parašė ---· 2008 Gru. 3 18:12:22
#4

Jei akli esat tai forumo kategorija Kitos TVS

Parašė blist· 2008 Gru. 3 18:12:35
#5

Jei akli esat tai forumo kategorija Kitos TVS


manau jam tikrai geresne pagalba butu suteikta www.phpbb.lt o ne cia.

Parašė Neformal· 2008 Gru. 3 18:12:12
#6

Kam čia visi kartojat vieną ir ta patį ? W0lf jei nieko gero tau nepasakys, tai pabandyk į uzdarbis.lt parašyt ten labai gretai ir aškiai atsako ;]] Kategorija Tinklapių kurimas.

Parašė deivukx· 2008 Gru. 5 17:12:13
#7

Čia labai paprasta, readme.txt faile turėtų būt

FAILO_PAVADINIMAS.php
#-----[ FIND ]-------
(surandi) pvz. $sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from,

toliau turėtų būt šito kodo eilutė pvz. u.user_yim,
ir txt faile turėtum rasti ką įpastint į tam tikra vieta..

Parašė Spyware· 2008 Gru. 6 19:12:44
#8

ten rašo :

#-----[ FIND ]------------------------------------------
#
//
// Go ahead and pull all data for this topic
//
$sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid

Parašė Spyware· 2008 Gru. 6 21:12:37
#9

kai įnstliuoju yra toks :
-----[ FIND ]------------------------------------------
#
//
// That's all Folks!
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Reputation mod v.1.0.0
$lang['Reputation'] = 'Reputation';
$lang['Reputation_Config_Title'] = 'Reputation System Configuration';
$lang['Reputation_Config_Explain'] = 'Here you can set the options for Users Reputation System.';
$lang['Rep_config_updated'] = 'Reputation System config updated';
$lang['Click_return_rep_config'] = '%sReturn to Reputation System config%s';
$lang['Disable_rep'] = 'Disable Reputation System';
$lang['Graphic_version'] = 'Graphic version';
$lang['Show_stats_to_mods'] = 'Show the stats of given points only to administrators/moderators';
$lang['PM_notify'] = 'Notify users through PM when they receive new reputation points';
$lang['Posts_to_earn'] = 'Amount of posts to earn 1 reputation point (0 - to disable)';
$lang['Days_to_earn'] = 'Amount of days on forum to earn 1 reputation point (0 - to disable)';
$lang['Flood_control_time'] = 'Minimum amount of minutes between reputation givings by the same user (no use for admins and mods)';
$lang['Medal1_to_earn'] = 'Amount of reputation points to earn the 1st size medal';
$lang['Medal2_to_earn'] = 'Amount of reputation points to earn the 2nd size medal';
$lang['Medal3_to_earn'] = 'Amount of reputation points to earn the 3rd size medal';
$lang['Medal4_to_earn'] = 'Amount of reputation points to earn the 4th size medal';
$lang['Given_rep_to_earn'] = 'Amount of given reputation to earn 1 reputation point (0 - to disable)';
$lang['Repsum_limit'] = 'Limit of giving reputation points to a user (0 - no limits)';
$lang['Default_amount'] = 'Turn the simple version on and set the default amount of every giving to this number (0 - to disable)';


#
# STEP 3/3: Updating the database
#
Run:
   reputation_mod_install_db_v100.php
   reputation_mod_install_users_v100.php
Then delete them!

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#




tai čia :#
# STEP 3/3: Updating the database
#
Run:
reputation_mod_install_db_v100.php
reputation_mod_install_users_v100.php
Then delete them!


ką man čia daryt ?

Parašė deivukx· 2008 Gru. 8 20:12:11
#10

w0lf parašė:
kai įnstliuoju yra toks :
-----[ FIND ]------------------------------------------
#
//
// That's all Folks!
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Reputation mod v.1.0.0
$lang['Reputation'] = 'Reputation';
$lang['Reputation_Config_Title'] = 'Reputation System Configuration';
$lang['Reputation_Config_Explain'] = 'Here you can set the options for Users Reputation System.';
$lang['Rep_config_updated'] = 'Reputation System config updated';
$lang['Click_return_rep_config'] = '%sReturn to Reputation System config%s';
$lang['Disable_rep'] = 'Disable Reputation System';
$lang['Graphic_version'] = 'Graphic version';
$lang['Show_stats_to_mods'] = 'Show the stats of given points only to administrators/moderators';
$lang['PM_notify'] = 'Notify users through PM when they receive new reputation points';
$lang['Posts_to_earn'] = 'Amount of posts to earn 1 reputation point (0 - to disable)';
$lang['Days_to_earn'] = 'Amount of days on forum to earn 1 reputation point (0 - to disable)';
$lang['Flood_control_time'] = 'Minimum amount of minutes between reputation givings by the same user (no use for admins and mods)';
$lang['Medal1_to_earn'] = 'Amount of reputation points to earn the 1st size medal';
$lang['Medal2_to_earn'] = 'Amount of reputation points to earn the 2nd size medal';
$lang['Medal3_to_earn'] = 'Amount of reputation points to earn the 3rd size medal';
$lang['Medal4_to_earn'] = 'Amount of reputation points to earn the 4th size medal';
$lang['Given_rep_to_earn'] = 'Amount of given reputation to earn 1 reputation point (0 - to disable)';
$lang['Repsum_limit'] = 'Limit of giving reputation points to a user (0 - no limits)';
$lang['Default_amount'] = 'Turn the simple version on and set the default amount of every giving to this number (0 - to disable)';


#
# STEP 3/3: Updating the database
#
Run:
   reputation_mod_install_db_v100.php
   reputation_mod_install_users_v100.php
Then delete them!

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#




tai čia :#
# STEP 3/3: Updating the database
#
Run:
reputation_mod_install_db_v100.php
reputation_mod_install_users_v100.php
Then delete them!


ką man čia daryt ?


// That's all Folks!
#
#-----[ AFTER, ADD ]------------------------------------------
#


surask ta zodi ir idek tas eilutes, uzdarai ir issaugai.
--
# STEP 3/3: Updating the database
#
Run:
reputation_mod_install_db_v100.php
reputation_mod_install_users_v100.php
Then delete them!
--
eini adresu
http://tavo_forumas.lt/reputatio...b_v100.php
ir
http://tavo_forumas.lt/reputatio...s_v100.php
kai sudeda sql istrini tuos failus:)

Parašė Spyware· 2008 Gru. 11 13:12:36
#11

ačiū, o gal žinot kaip domeną nusipirkti , nors hostingas yra hostingas,in

Perku iš tinkalapis.lt

Ar ten pirma sumokėt ar kaip ?

Parašė Spyware· 2008 Gru. 18 14:12:59
#12

Kai įrašinėju phpbb2 meta :

Atnaujinant duomenų bazę įvyko klaida
Table 'phpbb_auth_access' already exists

ką tai reiškia ?

Parašė GooUn· 2008 Gru. 18 14:12:48
#13

Matai already exists tai reiskia kad jis yra mysql

Parašė Spyware· 2008 Gru. 18 14:12:33
#14

Tai tai aš suprantu.. :|

Parašė Spyware· 2008 Gru. 18 16:12:16
#15

kas čia gali būti ?

Parašė mckenzie· 2008 Gru. 18 17:12:50
#16

Nu ple jau susinstaliot tvs nesugebi.. :| :[

Parašė Spyware· 2008 Gru. 18 17:12:16
#17

suinstaliavau :D , išpradžių sql normaliai nebuvau pratrynęs ;D