Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

Dr R.I.P

Użytkownik
  • Postów

    1 111
  • Dołączył

  • Ostatnia wizyta

Treść opublikowana przez Dr R.I.P

  1. Webd znane jest ze szczodrości opóźnienia.
  2. Usuń zapytaniem SQL i dodaj na nowo tym samym sposobem czyli zapytaniem SQL. To są tylko sesje logowań, po prostu każdy będzie musiał zalogować się na nowo. Nie zadziała naprawianie z poziomu ACP? Zaawansowane Diagnostics Database Checker
  3. Po prostu. Ma okolo 100 fizycznych postów, a chce żeby pokazywało mu w statystykach 700 ;D
  4. Dobra czyli nie wiem co jest grane, jak napisałem 2 posty wcześniej tylko admin.php nie ogarnia serwer, ale dalsze już tak.
  5. Doszedłem do czegoś nowego, wywala takie coś. Any ideas?
  6. Mnie też to dziwi, bo wszystko poza tym panelem działa. Zauważyłem coś. Biała strona pokazuje się tylko na "Informacje o systemie". czyli, http://cmc.cybernet.swidnica.pl/amxbans/admin.php a na przykład: http://cmc.cybernet.swidnica.pl/amxbans/admin.php?site=sm_bg# działa.
  7. Tak, sprawdziłem i mam. Bardzo dziwne. Dawałem Ci kiedyś dane do ftp DawPi na gg, pamiętasz ten skrypt do demek? To było w nocy. Jak znajdziesz czas to rzuć okiem, bo wtedy był problem ze skróconym znacznikiem php.
  8. Tak, nie czyta tego pliku jako php i pokazuje zawartość.
  9. Dalej zero komunikatu: <?php ini_set('error_reporting', E_ALL); /* AMXBans v6.0 Copyright 2009, 2010 by SeToY & |PJ|ShOrTy This file is part of AMXBans. AMXBans is free software, but it's licensed under the Creative Commons - Attribution-NonCommercial-ShareAlike 2.0 AMXBans is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You should have received a copy of the cc-nC-SA along with AMXBans. If not, see <http://creativecommons.org/licenses/by-nc-sa/2.0/>. */ session_start(); if( $_SESSION['level'] == NULL || !$_SESSION['loggedin']==true) { header("Location: index.php"); exit; } require_once("include/config.inc.php"); require_once("include/access.inc.php"); require_once("include/menu.inc.php"); require_once("include/logfunc.inc.php"); require_once("include/functions.inc.php"); require_once("include/sql.inc.php"); if(!$_SESSION["loggedin"]) { header("Location:index.php"); } $site_start = "so_in"; //Admin Start Page //Seiten Verwaltung wm_ms //UserLevel Verwaltung wm_ul //Webadmin Verwaltung wm_wa //AMXX Admin Verwaltung sm_av //Server Verwaltung sm_sv //Server Admins Verwaltung sm_sa //ban reasons verwaltung sm_bg //server info so_in $admin_site = "default"; $user_msg = ""; $smarty = new dynamicPage; //modul page loader $modul=basename($_GET["modul"]); if(isset($_GET["modul"]) && file_exists("include/modules/modul_".$modul.".php")) { include("include/modules/modul_".$modul.".php"); $modul_exists=1; } //admin page loader $site=basename($_GET["site"]); if(!$modul_exists) { if(isset($_GET["site"]) && file_exists("include/admin/admin_".$site.".php")) { include("include/admin/admin_".$site.".php"); } else { include("include/admin/admin_".$site_start.".php"); } } //get module menu (only active) $modules_menu_count=0; $modules_menu=sql_get_modules(1,$modules_menu_count); // Template generieren $smarty->assign("meta",""); $smarty->assign("title",$title2); $smarty->assign("version_web",$config->v_web); $smarty->assign("banner",$config->banner); $smarty->assign("banner_url",$config->banner_url); // amxbans.css available in design? if not, take default one. if(file_exists("templates/".$config->design."/amxbans.css")) { $smarty->assign("design",$config->design); } $smarty->assign("dir",$config->document_root); $smarty->assign("current_lang",$config->default_lang); $smarty->assign("this",$_SERVER['PHP_SELF']); $smarty->assign("menu",$menu); $smarty->assign("modules_menu",$modules_menu); $smarty->assign("modules_menu_count",$modules_menu_count); $smarty->assign("msg",$user_msg); if($modul_exists==1) { $smarty->assign("site",$modul_site); } else { $smarty->assign("site",$admin_site); } $smarty->display('main_header.tpl'); $smarty->display('admin_index.tpl'); if($modul_exists==1) { $smarty->display('modul_'.$modul_site.'.tpl'); } else { $smarty->display('admin_'.$admin_site.'.tpl'); } $smarty->display('main_footer.tpl'); ?>
  10. http://cmc.cybernet.swidnica.pl/amxbans/phpinfo.php
  11. Faktycznie mój błąd, bo nie dałem spacji po ten funkcji którą miałem dodać do pliku. Mimo dodania jej, dalej białą stronę pokazuje. <?php error_reporting(E_ALL); /* AMXBans v6.0 Copyright 2009, 2010 by SeToY & |PJ|ShOrTy This file is part of AMXBans. AMXBans is free software, but it's licensed under the Creative Commons - Attribution-NonCommercial-ShareAlike 2.0 AMXBans is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You should have received a copy of the cc-nC-SA along with AMXBans. If not, see <http://creativecommons.org/licenses/by-nc-sa/2.0/>. */ session_start(); if( $_SESSION['level'] == NULL || !$_SESSION['loggedin']==true) { header("Location: index.php"); exit; } require_once("include/config.inc.php"); require_once("include/access.inc.php"); require_once("include/menu.inc.php"); require_once("include/logfunc.inc.php"); require_once("include/functions.inc.php"); require_once("include/sql.inc.php"); if(!$_SESSION["loggedin"]) { header("Location:index.php"); } $site_start = "so_in"; //Admin Start Page //Seiten Verwaltung wm_ms //UserLevel Verwaltung wm_ul //Webadmin Verwaltung wm_wa //AMXX Admin Verwaltung sm_av //Server Verwaltung sm_sv //Server Admins Verwaltung sm_sa //ban reasons verwaltung sm_bg //server info so_in $admin_site = "default"; $user_msg = ""; $smarty = new dynamicPage; //modul page loader $modul=basename($_GET["modul"]); if(isset($_GET["modul"]) && file_exists("include/modules/modul_".$modul.".php")) { include("include/modules/modul_".$modul.".php"); $modul_exists=1; } //admin page loader $site=basename($_GET["site"]); if(!$modul_exists) { if(isset($_GET["site"]) && file_exists("include/admin/admin_".$site.".php")) { include("include/admin/admin_".$site.".php"); } else { include("include/admin/admin_".$site_start.".php"); } } //get module menu (only active) $modules_menu_count=0; $modules_menu=sql_get_modules(1,$modules_menu_count); // Template generieren $smarty->assign("meta",""); $smarty->assign("title",$title2); $smarty->assign("version_web",$config->v_web); $smarty->assign("banner",$config->banner); $smarty->assign("banner_url",$config->banner_url); // amxbans.css available in design? if not, take default one. if(file_exists("templates/".$config->design."/amxbans.css")) { $smarty->assign("design",$config->design); } $smarty->assign("dir",$config->document_root); $smarty->assign("current_lang",$config->default_lang); $smarty->assign("this",$_SERVER['PHP_SELF']); $smarty->assign("menu",$menu); $smarty->assign("modules_menu",$modules_menu); $smarty->assign("modules_menu_count",$modules_menu_count); $smarty->assign("msg",$user_msg); if($modul_exists==1) { $smarty->assign("site",$modul_site); } else { $smarty->assign("site",$admin_site); } $smarty->display('main_header.tpl'); $smarty->display('admin_index.tpl'); if($modul_exists==1) { $smarty->display('modul_'.$modul_site.'.tpl'); } else { $smarty->display('admin_'.$admin_site.'.tpl'); } $smarty->display('main_footer.tpl'); ?>
  12. 88 online linuxpl.com Test #1 completed in 148 ms. Test #2 completed in 279 ms. Test #3 completed in 148 ms. Test #4 completed in 135 ms. Test #5 completed in 152 ms. Test #6 completed in 169 ms. Test #7 completed in 130 ms. Lowest time: 130 ms , Highest time : 279 ms Average of all 7 times: 166 ms Average of middle 5 times: 150 ms Server_Software: Power MOD by linuxpl.com Date: 2011-02-24T10:41:19+01:00
  13. */ session_start(); if( $_SESSION['level'] == NULL || !$_SESSION['loggedin']==true) { header("Location: index.php"); exit; } require_once("include/config.inc.php"); require_once("include/access.inc.php"); require_once("include/menu.inc.php"); require_once("include/logfunc.inc.php"); require_once("include/functions.inc.php"); require_once("include/sql.inc.php"); if(!$_SESSION["loggedin"]) { header("Location:index.php"); } $site_start = "so_in"; //Admin Start Page //Seiten Verwaltung wm_ms //UserLevel Verwaltung wm_ul //Webadmin Verwaltung wm_wa //AMXX Admin Verwaltung sm_av //Server Verwaltung sm_sv //Server Admins Verwaltung sm_sa //ban reasons verwaltung sm_bg //server info so_in $admin_site = "default"; $user_msg = ""; $smarty = new dynamicPage; //modul page loader $modul=basename($_GET["modul"]); if(isset($_GET["modul"]) && file_exists("include/modules/modul_".$modul.".php")) { include("include/modules/modul_".$modul.".php"); $modul_exists=1; } //admin page loader $site=basename($_GET["site"]); if(!$modul_exists) { if(isset($_GET["site"]) && file_exists("include/admin/admin_".$site.".php")) { include("include/admin/admin_".$site.".php"); } else { include("include/admin/admin_".$site_start.".php"); } } //get module menu (only active) $modules_menu_count=0; $modules_menu=sql_get_modules(1,$modules_menu_count); // Template generieren $smarty->assign("meta",""); $smarty->assign("title",$title2); $smarty->assign("version_web",$config->v_web); $smarty->assign("banner",$config->banner); $smarty->assign("banner_url",$config->banner_url); // amxbans.css available in design? if not, take default one. if(file_exists("templates/".$config->design."/amxbans.css")) { $smarty->assign("design",$config->design); } $smarty->assign("dir",$config->document_root); $smarty->assign("current_lang",$config->default_lang); $smarty->assign("this",$_SERVER['PHP_SELF']); $smarty->assign("menu",$menu); $smarty->assign("modules_menu",$modules_menu); $smarty->assign("modules_menu_count",$modules_menu_count); $smarty->assign("msg",$user_msg); if($modul_exists==1) { $smarty->assign("site",$modul_site); } else { $smarty->assign("site",$admin_site); } $smarty->display('main_header.tpl'); $smarty->display('admin_index.tpl'); if($modul_exists==1) { $smarty->display('modul_'.$modul_site.'.tpl'); } else { $smarty->display('admin_'.$admin_site.'.tpl'); } $smarty->display('main_footer.tpl'); ?>
  14. Witam, instalowałem pewien skrypt, na jednym serwerze wykupionym i działa poprawnie. Następnie pliki wgrałem już po testach na serwer właściwy i wszystko wydawać by się mogło działa poprawnie, niestety, jeśli chcemy się zalogować do "Strefy Admina" to wywala Blank Page. www.amxbans.hmhost.pl/ - tutaj działa wszystko oraz cmc.cybernet.swidnica.pl/amxbans/ - tutaj nie Konto testowe do obu (ta sama baza danych) test/test
  15. Dla Ciebie może dziwne, dla mnie nie. Ok można zamknąć.
  16. Niestety nie wystarcza, chodzi o taką możliwość/wybór, bo mógłbym po prostu wywalić ten BBcode. DawPi nie pytam się z przypadku o takiego moda. Rozumiem, że coś takiego nie istnieje jeszcze?
  17. Witam, czy widział ktoś taką modyfikację, która wyłączałaby tag img podczas przeglądania tematów? Taka opcja dostępna byłaby w panelu użytkownika. Mile widziana byłaby też opcja dostosowania jej tak, aby działała tylko na forach ustawionych w ACP. Jak nie to będę się musiał do kogoś zgłosić i chyba wiem do kogo z małym pakietem modów. Pozdrawiam
  18. I sprawdzić który długo się ładuje?
  19. Można do tego jakoś dojść?
  20. Właśnie to jest dziwne, że takiego bbcodu nie mam. Jedynie obrazki userów są z innych serwerów. [ + ] Jedyne dodatkowe bbcode z listy to ramka i blink.
  21. My to rozumiem Pavulon, ale po co brać się za coś co jest problematyczne? Po co wypuszczać tandetę. Rozumiemy Was programistów, bo musicie nad tym bardzo dużo siedzieć i nawet czasami zwykłego dziękuje nie otrzymujecie co jest miejscami przykre. Ludzie mają prawo wyrazić opinię, skoro jest to upublicznione, a że nie jest to opinia przychylna to razi,
  22. 21-11 28823 0/136/95509 W 11.83 3 0 0.0 1.05 905.88 78.8.129.24[u][cenzor][/u] GET /Megamocny-Ocen-2010-t62367.html HTTP/1.1 22-11 637 0/60/96255 W 6.76 0 0 0.0 0.30 852.21 78.8.129.24[u][cenzor][/u] GET /Megamocny-Ocen-2010-t62367.html HTTP/1.1 47-11 22546 0/254/73667 W 21.75 3 0 0.0 1.48 639.95 78.8.129.24[u][cenzor][/u][u]l[/u] GET /Megamocny-Ocen-2010-t62367.html HTTP/1.1 48-11 743 0/49/76091 W 4.67 1 0 0.0 0.23 628.40 78.8.129.24[u][cenzor][/u] GET /Megamocny-Ocen-2010-t62367.html HTTP/1.1 24-11 - 0/0/94942 . 10.48 24 6082 0.0 0.00 941.98 78.8.129.24[u][cenzor][/u] GET /Megamocny-Ocen-2010-t62367.html HTTP/1.1 25-11 31220 0/61/91590 W 12.70 3 0 0.0 0.34 769.82 78.8.129.24[u][cenzor][/u] GET /Megamocny-Ocen-2010-t62367.html HTTP/1.1 Może ktoś podpowiedzieć jak postąpić? Powyłączać wszystkie hooki? Nic od 2 dni tam nie było robione - zero instalacji etc.
  23. Amfidiuszu, dziwne, że ktosia kopiuje i jest ok, a ten określmy go jako główny po 5-krotnym robieniu wg poradnika dalej z subfor robi schody.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.