Complete Banner MOD

Discuţii legate de instalarea şi funcţionarea unor MODificări vechi sau noi ale forumului phpBB 2.0.x.
Avatar utilizator
dorin
Fost coleg
Mesaje: 4620
Membru din: 24-Iun-2003, 23:23:29
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Puţin experimentat
Contact:

Mesaj de dorin »

Fabbritzio scrie:MS Dorin pt link, eu cu Firefox vad bine bannerul de pe phpbb.ro, al meu in schimb il vad aiurea...nu am gasit nici o explicatie la ei pe forum. Am plugin de flash instalat, se poate sa fie de la o eroare de instalare de la CompleteBannerExchange?

Nu, pentru ca si eu il vad cu Firefox-ul altfel decat cu IE, deci nu are legatura cu instalarea ci cu vizualizarea in Firefox.
Avatar utilizator
crew
Utilizator înregistrat
Mesaje: 19
Membru din: 31-Iul-2005, 12:31:58
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Constanta
Contact:

Banner exchange

Mesaj de crew »

Am instalat Banner Exchange Version: 1.2.2. Vreau ca atunci cand dau click pe un banner sa il deschida in alta fereastra si nu in aceeasi cu forumul meu ( http://crew.lx.ro ) Ce si unde sa modific ?
Avatar utilizator
dorin
Fost coleg
Mesaje: 4620
Membru din: 24-Iun-2003, 23:23:29
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Puţin experimentat
Contact:

Mesaj de dorin »

Asta tine de html, vezi pe unde pui target = _new, nu stiu MODificarea asta, dar cred ca poti pune undeva asa ceva.
Avatar utilizator
crew
Utilizator înregistrat
Mesaje: 19
Membru din: 31-Iul-2005, 12:31:58
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Constanta
Contact:

Banner Exchange

Mesaj de crew »

Cineva care cunoaste Banner Exchange MOD poate sa ma ajute in privinta asta ?
Marius Damian
Nou venit
Mesaje: 3
Membru din: 25-Aug-2005, 08:02:39

SQL Error

Mesaj de Marius Damian »

Am instalat Easy MOD apoi am instalat MOD-ul complete_banner_1.3.7em. Cand am accesat site-ul mi-a aparut
mesajul:Eroare generală

Couldn't get banners data

DEBUG MODE

SQL Error : 1146 Table 'epsilon_xhost_ro.phpbb_banner' doesn't exist

SELECT DISTINCT banner_id, banner_name, banner_spot, banner_description, banner_forum, banner_type, banner_width, banner_height, banner_filter FROM phpbb_banner WHERE banner_active AND IF(banner_level_type,IF(banner_level_type=1,2<=banner_level,IF(banner_level_type=2,2>=banner_level,2<>banner_level)),banner_level=2) AND (banner_timetype=0 OR (( 1702 BETWEEN time_begin AND time_end) AND ((banner_timetype=2 OR (( 4 BETWEEN date_begin AND date_end) AND banner_timetype=4) OR (( 20050825 BETWEEN date_begin AND date_end) AND banner_timetype=6) )))) ORDER BY banner_spot,banner_weigth*SUBSTRING(RAND(),6,2) DESC

Line : 359
File : page_header.php

Imi poate spune cineva ce e de facut? Multumesc anticipat (sunt un incepator).

[edit="BuGsY"]Subiect lipit cu un altul care dezbate aceeaşi problemă.[/edit]
Avatar utilizator
pushtyu
Utilizator înregistrat
Mesaje: 300
Membru din: 22-Iul-2005, 17:29:15
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Craiova
Contact:

help me!

Mesaj de pushtyu »

This list is a result of the SQL queries needed for mod


Banner mod
[Added/Updated] line: 1 , CREATE TABLE bb_banner ( banner_id MEDIUMINT(8) UNSIGNED NOT NULL, banner_name TEXT NOT NULL, banner_spot SMALLINT(1) UNSIGNED NOT NULL, banner_forum MEDIUMINT(8) UNSIGNED NOT NULL, banner_description VARCHAR(30) NOT NULL, banner_url VARCHAR(128) NOT NULL, banner_owner MEDIUMINT(8) NOT NULL, banner_click MEDIUMINT(8) UNSIGNED NOT NULL, banner_view MEDIUMINT(8) UNSIGNED NOT NULL, banner_weigth TINYINT(1) UNSIGNED DEFAULT "50" NOT NULL, banner_active TINYINT(1) NOT NULL, banner_timetype TINYINT(1) NOT NULL, time_begin INT(11) NOT NULL, time_end INT(11) NOT NULL, date_begin INT(11) NOT NULL, date_end INT(11) NOT NULL, banner_level TINYINT(1) NOT NULL, banner_level_type TINYINT(1) NOT NULL, banner_comment VARCHAR(50) NOT NULL, banner_type MEDIUMINT(5) NOT NULL, banner_width MEDIUMINT(5) UNSIGNED NOT NULL, banner_height MEDIUMINT(5) UNSIGNED NOT NULL, banner_filter TINYINT(1) NOT NULL, banner_filter_time MEDIUMINT(5) DEFAULT "600" NOT NULL, INDEX (banner_id))
[Added/Updated] line: 2 , CREATE TABLE bb_banner_stats ( banner_id MEDIUMINT(8) UNSIGNED NOT NULL, click_date int (11) NOT NULL, click_ip char(8) NOT NULL, click_user MEDIUMINT(8) NOT NULL, user_duration int (11) NOT NULL)




dupa ce am sters complete_banner_db_update.php ,m-am logat ca administrator si din ACP am apasat pe functia banner si mi-a aparut chestia asta


Couldn't obtain ranks data

DEBUG MODE

SQL Error : 1146 Table 'xxxxx_lx_ro.BANNERS_TABLE' doesn't exist

SELECT * FROM BANNERS_TABLE order by banner_spot

Line : 667
File : admin_banner.php
Avatar utilizator
pushtyu
Utilizator înregistrat
Mesaje: 300
Membru din: 22-Iul-2005, 17:29:15
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Craiova
Contact:

Mesaj de pushtyu »

Sunt idiot rau.........modificarile dupa update nu le-am facut in fisiere..... :D merge
Avatar utilizator
pushtyu
Utilizator înregistrat
Mesaje: 300
Membru din: 22-Iul-2005, 17:29:15
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Craiova
Contact:

tot eu

Mesaj de pushtyu »

cum fac sa il pun sub numele forumului. Momentan imi apare deasupra pagini si dedesubtul paginii........ma puteti ajuta?
]
Avatar utilizator
pushtyu
Utilizator înregistrat
Mesaje: 300
Membru din: 22-Iul-2005, 17:29:15
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Craiova
Contact:

Mesaj de pushtyu »

incerc sa rulez http://www.xxx/complete_banner_db_update.php mentionez ca asta e calea corecta si imi zici ca nu sunt autorizat sa execut acea comanda. Care e cauza??????
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

pushtyu scrie:incerc sa rulez http://www.xxx/complete_banner_db_update.php mentionez ca asta e calea corecta si imi zici ca nu sunt autorizat sa execut acea comanda. Care e cauza??????
Pune CHMOD pana la 777 pe fisierul complete_banner_db_update.php.
Închis

Înapoi la “2.0.x Suport pentru MODificări”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator