anpera.net https://anpera.dyndns.org/phpbb3/ |
|
Ich weiß, ich bin noch ein Anfänger... https://anpera.dyndns.org/phpbb3/viewtopic.php?f=25&t=3728 |
Seite 1 von 1 |
Autor: | craazyben [ Mi 20 Jun, 2007 19:56 ] |
Betreff des Beitrags: | Ich weiß, ich bin noch ein Anfänger... |
Also, ich bin noch nicht soooo erfahren mit Mysql und Php..aber ich verstehs schon halbwegs Ich hab mir von anpera.net die Daten für den Ftp-Server und für die MySql-Datenbank runtergezogen. Nun hab ich die Daten auf meinen Server hochgeladen und die Mysql-Datenbank auch schon fertig gemacht. ausserdem hab ich noch die dbconnect.php-Datei für meine Datenbank angepasst. Doch irgendwie schaff ichs nicht die index.php-Datei zu öffnen --> Ich komm nicht auf meine Seite. Okay, ich bin mir ziemlich sicher dass das nicht alles war was man machen muss. Doch ich hab es so verstanden. Vielleicht kannst du mir ja helfen oder mir zeigen wo es eine ausführliche Anleitung gibt? Danke im Vorhinein! |
Autor: | Naria [ Mi 20 Jun, 2007 21:02 ] |
Betreff des Beitrags: | |
Eigentlich war das alles, was du tun musst. Dateien hochladen Datenbank anlegen/*.sql importieren dbconnect anpassen danach solltest du dich einloggen können... mit admin und CHANGEME passiert gar nichts...? Weiße Seite? Fehlermeldung? was mir spontan einfällt: evtl. muss du an deine URL ein /logd dranhängen, wenn du den gesamten entpackten Ordner hochgeladen hast... |
Autor: | craazyben [ Mi 20 Jun, 2007 21:16 ] |
Betreff des Beitrags: | |
Ein Error ersccheint: "To" translation combinations. Only one translation per output() or addnav() call will occur, so if you have multiple translations that have to occur on the same call, place them in to their own array as an element in the $replace array. This entire sub array will be replaced, and if any matches are found, further replacements will not be made. If you are replacing a single output() or addnav() call that uses variables in the middle, you will have to follow the above stated process for each piece of text between the variables. Example, output("MightyE rules`nOh yes he does`n"); output("MightyE is Awesome $i times a day, and Superawesome $j times a day."); you will need a replace array like this: $replace = array( "MightyE rules`nOh yes he does`n"=>"MightyE rulezors`nOh my yes`n" ,array( "MightyE is Awesome"=>"MightyE is Awesomezor" ,"times a day, and Superawesome"=>"timez a dayzor, and Superawesomezor" ,"times a day."=>"timez a dayzor." ) ); */ //output(output_array($session['user']['prefs'])); $language = $session['user']['prefs']['language']; if ($language=="") $language=$_COOKIE['language']; if ($language=="") $language=getsetting("defaultlanguage","en"); if (file_exists("translator_".$language.".php")){ require_once "translator_".$language.".php"; }else{ require_once "translator_en.php"; } function replacer($input,$replace){ $originput = $input; if (!is_array($replace)) return $input; while (list($s,$r)=each($replace)){ if (is_array($r)){ $input = str_replace(array_keys($r),array_values($r),$input); }else{ $input = str_replace($s,$r,$input); } if ($originput!=$input) return $input; } return $input; } ?> Warning: session_register() [function.session-register]: Cannot send session cookie - headers already sent by (output started at /srv/www/httpd/phost/p/com/pytalhost/pinkdragon/web/logd/translator.php:1) in /srv/www/httpd/phost/p/com/pytalhost/pinkdragon/web/logd/common.php on line 1715 Warning: session_register() [function.session-register]: Cannot send session cache limiter - headers already sent (output started at /srv/www/httpd/phost/p/com/pytalhost/pinkdragon/web/logd/translator.php:1) in /srv/www/httpd/phost/p/com/pytalhost/pinkdragon/web/logd/common.php on line 1715 Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/phost/p/com/pytalhost/pinkdragon/web/logd/translator.php:1) in /srv/www/httpd/phost/p/com/pytalhost/pinkdragon/web/logd/common.php on line 1833 Fatal error: Call to undefined function translate() in /srv/www/httpd/phost/p/com/pytalhost/pinkdragon/web/logd/common.php on line 37 Pytal.deIn neuem FensterPytal.de - Kostenloses Webhosting, FTP, PHP5, MySQL5 |
Autor: | anpera [ Do 21 Jun, 2007 06:18 ] |
Betreff des Beitrags: | |
Lies dir am besten erstmal die Regeln des von dir ausgesuchten Webhosters durch. Dort findest du eine Antwort, die dir nicht gefallen wird. Zitat: Browser-Games, sowie jeglieche Tools dazu (z.B. Galaxytool) sind nicht erlaubt.
Solche Regeln existieren aus gutem Grund. Deshalb gibt es hier keinen Support für Regelverstöße. |
Seite 1 von 1 | Alle Zeiten sind UTC + 1 Stunde |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |