|
You last visited: Today at 11:20
Advertisement
phpmyadmin freigeben
Discussion on phpmyadmin freigeben within the Metin2 Private Server forum part of the Metin2 category.
01/09/2011, 00:44
|
#1
|
elite*gold: 0
Join Date: Dec 2010
Posts: 509
Received Thanks: 41
|
phpmyadmin freigeben
hey gibt es ne möglichkeit mein phpmyadmin für die welt freizugeben weil meine server darauf connecten sollen
phpmyadmin von xampp
|
|
|
01/09/2011, 00:47
|
#2
|
elite*gold: 0
Join Date: Nov 2010
Posts: 725
Received Thanks: 489
|
jo, port 80 freigeben im router, dann sollten sie auf deine ip connecten und /phpmyadmin hintendran hängen, glaub ich grad zumindestens  XD
|
|
|
01/09/2011, 01:39
|
#3
|
elite*gold: 0
Join Date: Dec 2010
Posts: 509
Received Thanks: 41
|
also da steht das man das in der httpd-xampp.conf (im spoiler) ändern kann.
Code:
#
# XAMPP settings
#
<IfModule env_module>
SetEnv MIBDIRS "C:/xampp/php/extras/mibs"
SetEnv MYSQL_HOME "C:\\xampp\\mysql\\bin"
SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"
SetEnv PHP_PEAR_SYSCONF_DIR "C:\\xampp\\php"
SetEnv PHPRC "C:\\xampp\\php"
SetEnv TMP "C:\\xampp\\tmp"
UnsetEnv PERL5LIB
</IfModule>
#
# PHP-Module setup
#
LoadFile "C:/xampp/php/php5ts.dll"
LoadModule php5_module modules/php5apache2_2.dll
<IfModule php5_module>
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>
PHPINIDir "C:/xampp/php"
</IfModule>
#
# PHP-CGI setup
#
<IfModule !php5_module>
<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>
<IfModule mime_module>
AddType text/html .php .phps
</IfModule>
ScriptAlias /php-cgi/ "C:/xampp/php/"
<Directory "C:/xampp/php">
AllowOverride None
Options None
Order deny,allow
Deny from all
<Files "php-cgi.exe">
Allow from all
</Files>
</Directory>
<Directory "C:/xampp/cgi-bin">
<FilesMatch "\.php$">
SetHandler cgi-script
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler None
</FilesMatch>
</Directory>
<Directory "C:/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 "C:/xampp/security/htdocs/"
<Directory "C:/xampp/security/htdocs">
<IfModule php5_module>
<Files "xamppsecurity.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
</Directory>
Alias /licenses "C:/xampp/licenses/"
<Directory "C:/xampp/licenses">
Options +Indexes
<IfModule autoindex_color_module>
DirectoryIndexTextColor "#000000"
DirectoryIndexBGColor "#f8e8a0"
DirectoryIndexLinkColor "#bb3902"
DirectoryIndexVLinkColor "#bb3902"
DirectoryIndexALinkColor "#bb3902"
</IfModule>
</Directory>
Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
<Directory "C:/xampp/phpMyAdmin">
AllowOverride AuthConfig
</Directory>
Alias /webalizer "C:/xampp/webalizer/"
<Directory "C:/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|webalizer|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>
|
|
|
01/09/2011, 01:44
|
#4
|
elite*gold: 0
Join Date: Nov 2010
Posts: 725
Received Thanks: 489
|
Order deny,allow
deny from all
tausch das mit
allow from all
aus und probiers, wenn nich, machs übers router, ist besser.
|
|
|
01/09/2011, 01:50
|
#5
|
elite*gold: 0
Join Date: Dec 2010
Posts: 509
Received Thanks: 41
|
hatte ich auch versucht aber bei der änderung der datei muss man xampp neu starten
danke für deine mit arbeit
#thx added
|
|
|
01/09/2011, 02:04
|
#6
|
elite*gold: 0
Join Date: Nov 2010
Posts: 725
Received Thanks: 489
|
naja, sofern der router den port nich öffnet, wirds nichts.
öffne den port 80 im router, evntl. auch 3306
|
|
|
 |
Similar Threads
|
PHPMyAdmin
11/22/2010 - Metin2 Private Server - 2 Replies
Hallo Leute,
ich habe gesucht und gesucht leider finde ich nichts was mir weiter hilft.
Ich suche für meinen FreeBSD-Root worüber ich unsere Metin2 Homepage laufen lasse, ein Tutoril wie man PHPMyAdmin auf FreeBSD raufkriegt!
Habe nur was englishes gefunden aber auch nichts aktuelles...
Kann mir jemand ein gutes Tutorial geben?
|
[help] phpmyadmin
06/15/2009 - CO2 Private Server - 1 Replies
Basically what the title says. I installed appserver which has php, phpmyadmin, mysql, and apache. When I try to go to localhost/phpmyadmin, basically it doesn't work (fails to connect). As for reading the documentations, in the phpmyadmin, I don't really get what it's saying on how to config the files in order to get it work and etc. So if anyone can help me, it would be appreciated.
|
[Help] PHPMYADMIN
06/10/2009 - CO2 Private Server - 3 Replies
i cant find out why, it worked for me before. I reinstalled phpmyadmin and i typed in the address bar 5.78.241.48/phpmyadmin and it asks for the password and i give it my password, and it doesnt do anything, its just blank. ne1 have a solution?
|
PhpMyAdmin Help Me!
12/06/2008 - CO2 Private Server - 0 Replies
err i cant get PhPMyAdmin To work anymore...it was working this morning but now it just doesnt work...i tried everyhting...starting it from service and all that...It just doesnt work.
Any Ideas plz?
|
phpmyadmin
08/12/2008 - Conquer Online 2 - 1 Replies
Any1 know why when i install Appserver i cant access Http://localhost/phpmyadmin until a day after i install it.
Any1 know why this happens.Or a way to fix it
|
All times are GMT +1. The time now is 11:20.
|
|