Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 09:29

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



problem mit hp buffer

Discussion on problem mit hp buffer within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2009
Posts: 24
Received Thanks: 0
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
DeadmansTheory is offline  
Old 11/05/2009, 19:27   #2
 
elite*gold: 271
Join Date: Mar 2008
Posts: 9,461
Received Thanks: 2,082
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
Mark- is offline  
Old 11/06/2009, 11:44   #3
 
elite*gold: 0
Join Date: Nov 2009
Posts: 24
Received Thanks: 0
thx
werds gleich mal ausprobieren
DeadmansTheory is offline  
Old 11/06/2009, 11:55   #4
 
elite*gold: 0
Join Date: Nov 2009
Posts: 24
Received Thanks: 0
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>
DeadmansTheory is offline  
Old 11/06/2009, 11:57   #5

 
.MaisKolben™'s Avatar
 
elite*gold: 24
Join Date: May 2009
Posts: 1,165
Received Thanks: 1,223
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.
.MaisKolben™ is offline  
Old 11/06/2009, 12:45   #6
 
elite*gold: 0
Join Date: Nov 2009
Posts: 24
Received Thanks: 0
^^ 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
DeadmansTheory is offline  
Old 11/07/2009, 12:13   #7
 
elite*gold: 0
Join Date: Nov 2009
Posts: 24
Received Thanks: 0
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
DeadmansTheory is offline  
Reply


Similar Threads Similar Threads
Hp buffer
02/21/2009 - Flyff Private Server - 2 Replies
Könnte mir einer von euch erklären wie ich einen hp buffer auf meine hp bekomme (leuft mit appserv)
bot buffer
01/09/2009 - RO Bots & Macros - 4 Replies
hi there, good day to all, i read about the macro.txt im very thankfull that some one share it. if anyone can post here a config of bot buffer im very thankfull who will post i badly need the config and im hoping someone post it here thank you very much
Bard buffer problem!
08/01/2008 - Silkroad Online - 1 Replies
hi, i have a problem with the bard buffer i have....it does not buff when i teleport to town, i have moving march and noise, it has timer so it buffs when the timer finishes, that is ok.....but it doesn't buff when i teleport to the town...... so is there any other way that if it teleports to town and buffs.. thanx for reply!



All times are GMT +2. The time now is 09:29.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.