problem mit hp buffer

11/04/2009 22:48 DeadmansTheory#1
Hallo liebe elitepvpers

ich habe ein problem

in der config,php habe ich alles eingegeben schon hamachi ip statt localhost probiert, aber nichts hat funktzt

bitte um hilfe
ps
ich habe die datein in www reingetan

<?php
/**
* @author JuZTiFY
* @copyright 2008
* @Shop edited to Buffer by Ashtor
*/
$sqlserv = "localhost"; # localhost
$sqluser = "root"; # root
$sqlpass = "yourpassword"; # ******
$flyffdb = "yourdatebase"; # flyff3
$buffduration = '5400000'; /* duration=(minutes*1000)*60 | 5400000 = 1,5h */
$servername = 'Final Rage';
?>




das is der inhalt der config.php
***** steht führ das passwort


bitte nicht als noob oda dumm beschimpfen hab schon alles probiert und ich kenn mich nicht schlecht mit computern aus
11/05/2009 19:27 Mark-#2
Code:
<?php
/**
 * @author JuZTiFY
 * @copyright 2008
 * @Shop edited to Buffer by Ashtor
 */
$sqlserv = "localhost";
$sqluser = "root";
$sqlpass = "******";
$flyffdb = "flyff3";
$buffduration = '5400000'; /* duration=(minutes*1000)*60 | 5400000 = 1,5h */
$servername = 'Final Rage';
?>
glaube fast das gehört so..

#dopplepost mergerequest
Quote:
Originally Posted by DeadmansTheory View Post
Hallo liebe elitepvpers

ich habe ein problem

in der config,php habe ich alles eingegeben schon hamachi ip statt localhost probiert, aber nichts hat funktzt

bitte um hilfe
ps
ich habe die datein in www reingetan
Quote:
Originally Posted by DeadmansTheory View Post
<?php
/**
* @author JuZTiFY
* @copyright 2008
* @Shop edited to Buffer by Ashtor
*/
$sqlserv = "localhost"; # localhost
$sqluser = "root"; # root
$sqlpass = "yourpassword"; # ******
$flyffdb = "yourdatebase"; # flyff3
$buffduration = '5400000'; /* duration=(minutes*1000)*60 | 5400000 = 1,5h */
$servername = 'Final Rage';
?>




das is der inhalt der config.php
***** steht führ das passwort


bitte nicht als noob oda dumm beschimpfen hab schon alles probiert und ich kenn mich nicht schlecht mit computern aus
11/06/2009 11:44 DeadmansTheory#3
thx
werds gleich mal ausprobieren
11/06/2009 11:55 DeadmansTheory#4
jez hab ich immer noch problem mit xampp
wenn ich meine hamachi ip eingebe kommt
ugriff verweigert!

Neues XAMPP Sicherheitskonzept:

Der Zugriff auf das angeforderte Verzeichnis ist nur aus dem lokalen Netzwerk möglich.

Diese Einstellung kann in der Datei "httpd-xampp.conf" angepasst werden.

Sofern Sie dies für eine Fehlfunktion des Servers halten, informieren Sie bitte den Webmaster hierüber.
Error 403
5.64.66.25
06.11.2009 11:53:48
Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0


ich weis aber nicht was ich in der .config verändern soll

hier is der inhalt

#
# XAMPP settings
#

<IfModule env_module>
SetEnv MIBDIRS "/xampp/php/extras/mibs"
SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
SetEnv OPENSSL_CONF "/xampp/apache/bin/openssl.cnf"
SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
SetEnv PHPRC "\\xampp\\php"
SetEnv TMP "\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
LoadFile "/xampp/php/php5ts.dll"
LoadModule php5_module modules/php5apache2_2.dll

<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
# SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
# Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
PHPINIDir "/xampp/php"
</IfModule>

<IfModule mime_module>
AddType text/html .php .phps
</IfModule>

ScriptAlias /php-cgi/ "/xampp/php/"
<Directory "/xampp/php">
AllowOverride None
Options None
Order deny,allow
Deny from all
<Files "php-cgi.exe">
Allow from all
</Files>
</Directory>

<Directory "/xampp/cgi-bin">
<FilesMatch "\.php$">
SetHandler cgi-script
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler None
</FilesMatch>
</Directory>

<Directory "/xampp/htdocs/xampp">
<IfModule php5_module>
<Files "status.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
Alias /security "/xampp/security/htdocs/"
<Directory "/xampp/security/htdocs">
<IfModule php5_module>
<Files "xamppsecurity.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
</Directory>

Alias /licenses "/xampp/licenses/"
<Directory "/xampp/licenses">
Options +Indexes
<IfModule autoindex_color_module>
DirectoryIndexTextColor "#000000"
DirectoryIndexBGColor "#f8e8a0"
DirectoryIndexLinkColor "#bb3902"
DirectoryIndexVLinkColor "#bb3902"
DirectoryIndexALinkColor "#bb3902"
</IfModule>
</Directory>

Alias /phpmyadmin "/xampp/phpMyAdmin/"
<Directory "/xampp/phpMyAdmin">
AllowOverride AuthConfig
</Directory>

Alias /webalizer "/xampp/webalizer/"
<Directory "/xampp/webalizer">
<IfModule php5_module>
<Files "webalizer.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
</Directory>
</IfModule>

#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalize r|server-status|server-info))">
Order deny,allow
Deny from all
Allow from ::1 127.0.0.0/8 \
fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
fe80::/10 169.254.0.0/16

ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
11/06/2009 11:57 .MaisKolben™#5
xampp deinstallen und neu installen wens net geht hast du einen fehler an deinen bauteilen der HP das ist bei Metin2 so änlich nicht alle HP teile lässt xampp durch ... oder probier einfach mal etwas an der sicherheitskonzept config datei rum zu schrauben erstelle aber vorher lieber eine sicherheitskopie.
11/06/2009 12:45 DeadmansTheory#6
^^ wie heist diese sicherheitskonzept config??

und die müssen normalerweise gehen andere haben sie ja zum laufen gebracht

ich brauch ja nicht die files sondern meine hamachi ip website
11/07/2009 12:13 DeadmansTheory#7
ich wollte jez nicht nen neuen Thread Aufmachen also schreibe ich das jez hier rein^^

ich hab probleme mit den dialogen
wenn ich auf einen npc mit dialog stöße und dialog dahabe kommt so ein fenster mit sonderzeichen und dem Filenamen des npc´s

bitte um hilfe