phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

FAQFAQ - PIERWSZA POMOC!!  regulaminREGULAMIN  SzukajSZUKAJ  UżytkownicyUżytkownicy  GrupyGrupy  StatystykiStatystyki
RejestracjaRejestracja  ZalogujZaloguj  DownloadDownload  katalog Forów DyskusyjnychKatalog Forów   FAQ Video tutoriale

Poprzedni temat «» Następny temat
Jak zainstalowac forum
Autor Wiadomość
opor

Posty: 13
Wysłany: 10-02-2004, 00:55   

rew2 napisał/a:
i ty chcesz ja wgrac do bazy by przemo :?: :?: :?:
to raczej bedzie ciezko poniewaz roznia sie :!:


uuuu...szkoda:-(
A spore problemy beda zeby to przeniesc?
 
     
Gadatliwa Kasia 

   
rew2


Pomógł: 8 razy
Posty: 157
Wysłany: 10-02-2004, 00:58   

hmm...raczej tak chyba ze przemo uwaza inaczej
_________________
..:: TORRENT FORUM ::.. :) ;)
 
     
Jachu

Posty: 2
Wysłany: 25-02-2004, 20:30   

Template->make_filename(): Error - file /install.tpl does not exist


a mi sie takie coss pojawia
 
     
rew2


Pomógł: 8 razy
Posty: 157
Wysłany: 27-02-2004, 00:48   

prosze wpisz w wyszukiwarke ten blad i zobacz bo juz bylo o tym.
_________________
..:: TORRENT FORUM ::.. :) ;)
 
     
Adamikos

Posty: 2
Wysłany: 28-02-2004, 17:45   

Witajcie.

Na wstepie chcialbym zaznaczyc ze forum Przema jest the best i nikt go nie przebije :) .

Moj problem polega na tym. Kiedy wibjma w wyszukiwarce install.php to pojawia sie cos takiego.

lor; $df_select .= 'lways make an odd) $temp .= $tokens[$j] . $delimiter; // save memory. $tokens[$j] = ""; } } // for.. } // else } } return $output; } ?>ALBUM_RATE_TABLE', $table_prefix.'album_rate'); ?>?>efine('VOTE_USERS_TABLE', $table_prefix.'vote_voters'); define('ANTI_ROBOT_TABLE', $table_prefix.'anti_robotic_reg'); define('LOGS_TABLE', $table_prefix.'logs'); define('LOG_ACTIONS_VERSION', '1.0.5'); ?>tpldata'; // Build up the string with everything but the last child. for ($i = 0; $i < $blockcount; $i++) { $varref .= '[\'' . $blocks[$i] . '.\'][$_' . $blocks[$i] . '_i]'; } // Add the block reference for the last child. $varref .= '[\'' . $blocks[$blockcount] . '.\']'; // Add the iterator for the last child if requried. if ($include_last_iterator) { $varref .= '[$_' . $blocks[$blockcount] . '_i]'; } return $varref; } } ?>; $sql = "SELECT COUNT(post_id) AS posts FROM " . POSTS_TABLE . " WHERE topic_id = $topic_id AND poster_id = $user_id"; if ( !($result = $db->sql_query($sql)) ) { message_die(GENERAL_ERROR, "Could not obtain poster topic posts information", '', __LINE__, __FILE__, $sql); } $poster_posts = ( $row = $db->sql_fetchrow($result) ) ? $row['posts'] : ''; return $poster_posts; } function get_posts_last_reply($topic_id, $user_id) { global $lang, $db; $sql = "SELECT post_id FROM " . POSTS_TABLE . " WHERE topic_id = $topic_id AND poster_id = $user_id ORDER by post_id DESC LIMIT 1"; if ( !($result = $db->sql_query($sql)) ) { message_die(GENERAL_ERROR, "Could not obtain poster topic posts information", '', __LINE__, __FILE__, $sql); } $poster_last_post = ( $row = $db->sql_fetchrow($result) ) ? $row['post_id'] : 0; $sql = "SELECT COUNT(post_id) AS posts FROM " . POSTS_TABLE . " WHERE topic_id = $topic_id AND poster_id != $user_id AND post_id > $poster_last_post"; if ( !($result = $db->sql_query($sql)) ) { message_die(GENERAL_ERROR, "Could not obtain poster topic posts information", '', __LINE__, __FILE__, $sql); } $poster_replies = ( $row = $db->sql_fetchrow($result)) ? $row['posts'] : ''; $poster_replies = ( $poster_replies > 0 ) ? $poster_replies : ''; return $poster_replies; } function ignore_topics($user_id) { global $db; $sql = "SELECT topic_id FROM " . TOPICS_IGNORE_TABLE . " WHERE user_id = $user_id"; if ( !($result = $db->sql_query($sql)) ) { message_die(GENERAL_ERROR, 'Could not obtain ignore topics', '', __LINE__, __FILE__, $sql); } $topics = array(); while( $row_topics = $db->sql_fetchrow($result) ) { $topics[] = $row_topics['topic_id']; } $ignore_topics = ( count($topics) ) ? implode(', ', $topics) : ''; unset($topics); return $ignore_topics; } function gg_send($tresc, $tresc2, $adresat) { global $board_config; require('includes/funkcje-gg.inc'); $tresc = iso2cp($tresc); for ($i = 1; $i <= 3; ++$i) { znajdz_serwer($board_config['numer_gg'], $host, $port); switch (gg_login($board_config['numer_gg'], $board_config['haslo_gg'], $fp, $host, $port)) { case GG_LOGIN_OK: wyslij_wiadomosc($adresat, $tresc, $fp, $pokaz); if ($tresc2 != '') wyslij_wiadomosc($adresat, $tresc2, $fp, $pokaz); gg_logoff($fp); break 2; case 0: } } } ?>ID, $HTTP_SERVER_VARS; if ( !empty($SID) && !preg_match('#sid=#', $url) && !strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'Googlebot') && !strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'sss@i.com;')) { $url .= ( ( strpos($url, '?') != false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID; } return$url; } else { global $SID; if ( !empty($SID) && !preg_match('#sid=#', $url) ) { $url .= ( ( strpos($url, '?') != false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID; } return $url; } } ?>

Dopiero pdo spodem jest instalka. Kiedy wypelniam wysztsko i daje install pojawia sie cos takiego.

lor; $df_select .= 'lways make an odd) $temp .= $tokens[$j] . $delimiter; // save memory. $tokens[$j] = ""; } } // for.. } // else } } return $output; } ?>ALBUM_RATE_TABLE', $table_prefix.'album_rate'); ?>?>efine('VOTE_USERS_TABLE', $table_prefix.'vote_voters'); define('ANTI_ROBOT_TABLE', $table_prefix.'anti_robotic_reg'); define('LOGS_TABLE', $table_prefix.'logs'); define('LOG_ACTIONS_VERSION', '1.0.5'); ?>tpldata'; // Build up the string with everything but the last child. for ($i = 0; $i < $blockcount; $i++) { $varref .= '[\'' . $blocks[$i] . '.\'][$_' . $blocks[$i] . '_i]'; } // Add the block reference for the last child. $varref .= '[\'' . $blocks[$blockcount] . '.\']'; // Add the iterator for the last child if requried. if ($include_last_iterator) { $varref .= '[$_' . $blocks[$blockcount] . '_i]'; } return $varref; } } ?>; $sql = "SELECT COUNT(post_id) AS posts FROM " . POSTS_TABLE . " WHERE topic_id = $topic_id AND poster_id = $user_id"; if ( !($result = $db->sql_query($sql)) ) { message_die(GENERAL_ERROR, "Could not obtain poster topic posts information", '', __LINE__, __FILE__, $sql); } $poster_posts = ( $row = $db->sql_fetchrow($result) ) ? $row['posts'] : ''; return $poster_posts; } function get_posts_last_reply($topic_id, $user_id) { global $lang, $db; $sql = "SELECT post_id FROM " . POSTS_TABLE . " WHERE topic_id = $topic_id AND poster_id = $user_id ORDER by post_id DESC LIMIT 1"; if ( !($result = $db->sql_query($sql)) ) { message_die(GENERAL_ERROR, "Could not obtain poster topic posts information", '', __LINE__, __FILE__, $sql); } $poster_last_post = ( $row = $db->sql_fetchrow($result) ) ? $row['post_id'] : 0; $sql = "SELECT COUNT(post_id) AS posts FROM " . POSTS_TABLE . " WHERE topic_id = $topic_id AND poster_id != $user_id AND post_id > $poster_last_post"; if ( !($result = $db->sql_query($sql)) ) { message_die(GENERAL_ERROR, "Could not obtain poster topic posts information", '', __LINE__, __FILE__, $sql); } $poster_replies = ( $row = $db->sql_fetchrow($result)) ? $row['posts'] : ''; $poster_replies = ( $poster_replies > 0 ) ? $poster_replies : ''; return $poster_replies; } function ignore_topics($user_id) { global $db; $sql = "SELECT topic_id FROM " . TOPICS_IGNORE_TABLE . " WHERE user_id = $user_id"; if ( !($result = $db->sql_query($sql)) ) { message_die(GENERAL_ERROR, 'Could not obtain ignore topics', '', __LINE__, __FILE__, $sql); } $topics = array(); while( $row_topics = $db->sql_fetchrow($result) ) { $topics[] = $row_topics['topic_id']; } $ignore_topics = ( count($topics) ) ? implode(', ', $topics) : ''; unset($topics); return $ignore_topics; } function gg_send($tresc, $tresc2, $adresat) { global $board_config; require('includes/funkcje-gg.inc'); $tresc = iso2cp($tresc); for ($i = 1; $i <= 3; ++$i) { znajdz_serwer($board_config['numer_gg'], $host, $port); switch (gg_login($board_config['numer_gg'], $board_config['haslo_gg'], $fp, $host, $port)) { case GG_LOGIN_OK: wyslij_wiadomosc($adresat, $tresc, $fp, $pokaz); if ($tresc2 != '') wyslij_wiadomosc($adresat, $tresc2, $fp, $pokaz); gg_logoff($fp); break 2; case 0: } } } ?>ID, $HTTP_SERVER_VARS; if ( !empty($SID) && !preg_match('#sid=#', $url) && !strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'Googlebot') && !strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'sss@i.com;')) { $url .= ( ( strpos($url, '?') != false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID; } return$url; } else { global $SID; if ( !empty($SID) && !preg_match('#sid=#', $url) ) { $url .= ( ( strpos($url, '?') != false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID; } return $url; } } ?>->rowset[$query_id]); mysql_free_result($query_id); return true; } else { return false; } } function sql_error() { $result['message'] = mysql_error($this->db_connect_id); $result['code'] = mysql_errno($this->db_connect_id); return $result; } } // class sql_db } // if ... define ?>ie(CRITICAL_ERROR, "Could not connect to the database"); } ?>

Dopiero pod spodem jest podziekowanie za instalke. Kiedy daje zkaoncz instalacje pojawia sie cos takiego.

Parse error: parse error in /data/members/free/tripod/uk/a/d/a/adamikos/htdocs/login.php on line 152.

Czy wwie ktos jak to naprawic?

Pozdrawiam.
 
     
Przemo



Pomógł: 210 razy
Posty: 3148
Wysłany: 28-02-2004, 18:22   

zle wgrany plik przez ftp
 
     
Adamikos

Posty: 2
Wysłany: 28-02-2004, 18:26   

A dokladnie o tkory plik sie rozchodził Bo plik login.php wgrywalem jzu dobre 3 razy i nie chodzi :( .
 
     
Przemo



Pomógł: 210 razy
Posty: 3148
Wysłany: 28-02-2004, 18:28   

tutaj chodzi o plik includes/functions.php ale lepiej wszystkie wgraj od nowa
 
     
acmeone

Posty: 2
Wysłany: 28-02-2004, 19:36   POMOCY MAM PROBLEM

BARDZO B?AGAM O POMOC!!
Mam Problem.
Postanowiłem Za?o?y? Sobie Forum.
Ściągnąłem phpBB2 i wrzuciłem na serwer.
Jednak Gdy Wpisuje Adres Pojawia Mi Si? Błąd

Template->make_filename(): Error - file ./templates/subSilver/install.tpl does not exist

O CO CHODZI?
BARDZO PROSZ? O POMOC I O DALSZE INSTRUKCJE JAK MAM ZAINSTALOWA? FORUM.
WIELKIE DZI?KI ZA POMOC.

KONTAKT ZE MN·:
gg:1712908
e-mail: dj_przemolud@wp.pl

POZDRO FOR ALL
 
     
Przemo



Pomógł: 210 razy
Posty: 3148
Wysłany: 28-02-2004, 20:31   

nie wiesz co to znaczy: file ./templates/subSilver/install.tpl does not exist ? To wez slownik i sobie przetlumacz
 
     
Widmo



Pomógł: 180 razy
Posty: 2435
Wysłany: 28-02-2004, 20:50   

oho... cierpliwy Przemo tez juz wymiłka...
_________________
Potrzebujesz pomocy?
 
     
rew2


Pomógł: 8 razy
Posty: 157
Wysłany: 28-02-2004, 23:46   

ja postanowilem nie odpowiadac po ostatnim poprostu jak mu nikt nie odpowie to może wpadnie na pomysl zeby poszukac.
_________________
..:: TORRENT FORUM ::.. :) ;)
 
     
Widmo



Pomógł: 180 razy
Posty: 2435
Wysłany: 29-02-2004, 00:06   

Zamykaj topicki :> Nie odpowie - a jak zalozy nowy temat - kasujesz :P
_________________
Potrzebujesz pomocy?
 
     
rew2


Pomógł: 8 razy
Posty: 157
Wysłany: 29-02-2004, 01:54   

U i tak wkolo macieju , tylko zeby potem nie bylo ze zamykamy bo nie wiemy co odpowiedziec. my dobrze wiemy tylko sa takie osoby ktorym szukac sie nie chce.
_________________
..:: TORRENT FORUM ::.. :) ;)
 
     
Gadatliwa Kasia 

   
Widmo



Pomógł: 180 razy
Posty: 2435
Wysłany: 29-02-2004, 11:48   

Cytat:
i tak wkolo macieju


za kazdym nowym zbednym topiciem dajesz WARNINGA. Po 3 razach masz spokoj.
_________________
Potrzebujesz pomocy?
 
     
Wyświetl posty z ostatnich:   
Ten temat jest zablokowany bez możliwości zmiany postów lub pisania odpowiedzi
Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach
Nie możesz załączać plików na tym forum
Możesz ściągać załączniki na tym forum
Dodaj temat do Ulubionych
Wersja do druku

Skocz do:  

Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!

Powered by phpBB modified by Przemo © 2003 phpBB
Strona wygenerowana w 0,1 sekundy. Zapytań do SQL: 11
Polecane serwisy

Najlepsze oprogramowanie do prowadzenia sklepu internetowegoNajlepszy program do sklepu firmowany przez Przem'a

Sklep z gadżetami

serwis laptopów

phpbb

Polisy Ubezpieczeniowe TU Europa

Design Cart - Tworzenie sklepu internetowego

dnirozwoju.pl

Ranking Hostingów HostingOnline.pl

• Zamów reklamę