Jump to content

Raijin

Members
  • Posts

    29
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

1923 profile views

Raijin's Achievements

Poring

Poring (1/15)

0

Reputation

  1. ok das jetzt blöd ich kann den ganzen script wegwerfen :/ zwar macht der das was ich will aber der speichert nur die letzen einträge also wenn ich 4 vote seiten eingf. habe sieht man dort nur 4. Dachte der speichert in die Datenbank alle votes die man gemacht hat müsste dann höchstwarscheinlich den skript des vote 4 points umändern naja mal gucken was daraus wird.
  2. so hab folgenden sql code: set .@nb,query_sql("SELECT account_id, count(account_id) FROM cp_vfp_logs GROUP BY account_id", .@account_id$, .@anzahlid$ ); for(set .@i,1; .@i <= .@nb; set .@i,.@i+1) mes "Acc ID: "+.@account_id$[.@i]+" Anzahl v4p "+.@anzahlid$[.@i]; close; wie kann ich machen das der die anzahl id in eine variable speichert die dann ausgegeben wird Stimmt der code überhaupt bin echt schlecht in sql EDIT: So der zeigt mir jetzt eine Liste mit allen acc + deren vote points Wie kriege ich hin das nur ein bestimmtes acc darauf zugreifen kann?
  3. THANKS /thx /thx /thx /thx /thx I was searching everywhere in modules and in themes Directory But REALY THANKS NOW I HAVE SOME CUSTOM LINKS
  4. Hallo, Ich möchte ein NPC erstellen womit ich auf die SQL DB zugreifen kann, damit ich aus der vote for points DB die Daten nehmen kann und daraus Vote Tickets bekomme. (Gibt es überhaupt sowa in der art) Ich benutze folgenden vote-for-points script: http://rathena.org/board/files/file/2849-vote-for-points-for-fluxcp-free/ Ist das überhaupt möglich mit einem NPC auf die DB zuzugreifen? Wenn ja wie? Kann man danach die einträge drinnen löschen? MfG Raijin
  5. Hello, How can i make custom Links in FlucCP?(Like in my Pictures) Greets Raijin
  6. Vielen dank für deine antwortet Sunzuke darf ich dein Skript auch verwenden? Grüße Raijin
  7. Hallo zusammen, ich hatte da mal ne frage: ich arbeite mit pre-re Ich habe ein existierenden Mob aus dem item_db zB weiter unten eingefügt und etwas stäker gemacht weiter habe ich in mob_avail: editiert. meine drops_conf ist fogendermaßen: so mein problem ist das das neue poring kein item dropt nicht mal zu 0.01% Ich weiß nicht was ich übersehe/falsch mache. Ich habe schon stundenlang gesucht aber das einzig Brauchbare was ich gefunden habe ist dass ich mit einem Script OnNPCKillEvent ein bestimmtes Item ins Inventar lagen kann, aber wie kann ich die Drops der "Custom" Mobs generell einstellen? zusatz Frage: Kann mann irgentwo eintragen, dass die Mobs ab einer betimmten ID wieder normale bzw andere rates haben? vielen dank schonmal im vorraus und LG Raijin ok gelöst... selten dähmlicher Fehler ich bin in der mob_db um eine stelle verrutcht und dafür habe ich edliche Stunden verschwendet...
  8. Hello, top from tur_dun04 100 100 (where turtle general is) are no chairs. Is there missing a file or something like that? I just found it accidently couse its my favorite mvp. Could be there more places like that where files are missing? Greets Raijin
  9. There is a unidentified symbol in Defence Rate in Buyer/Seller NPCs. How can i delete it? Its really annoying /sob .
  10. thx Asura you are great /no1 EDIT: Sorry to open it again. I changed my FluxCP. But know its always wants to have ragnarok as username and ragnarok as password for mysql connection. But I already edited servers.php and i can see the changes with WinSCP.
  11. In my server EDIT: do you mean /var/www/ Where i put my folders for webpages??? Or do you mean my Server location? Its in münich Germany. EDIT: I dont know how but I get it managed it to work. But i just want to install it new so i deleted the whole folder and put the same Flux CP again. But know i cant install it via php. How can i make it to install it again? Are there still files i havent deleted?
  12. After trying diffrent sollution i just have uninstalled mysql und phpmyadmin and reinstalled again. now i have this error. Exception Details Error: PDOException Message: SQLSTATE[HY000] [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 111 File: /var/www/lib/Flux/Connection.php:81 File Line Function/Method /var/www/lib/Flux/Connection.php 81 PDO::__construct() /var/www/lib/Flux/Connection.php 94 Flux_Connection::connect() /var/www/lib/Flux/Connection.php 159 Flux_Connection::getConnection() /var/www/modules/install/index.php 17 Flux_Connection::getStatement() /var/www/lib/Flux/Template.php 337 include() /var/www/lib/Flux/Dispatcher.php 168 Flux_Template::render() /var/www/index.php 177 Flux_Dispatcher::dispatch() EDIT : think i know my error: When i use telnet 127.0.0.1 3306 its working. BUT When i use it with my server IP its not working: PHost 'hostname' is not allowed to connect to this MySQL serverConnection closed by foreign host. BUT I have edited my.cnf: [mysqld] # # * Basic Settings # user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp language = /usr/share/mysql/english skip-external-locking # # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. bind-address = 0.0.0.0 # I read some where when i put bind-address to 0.0.0.0 the mysql server will listen to everyting. I tried to open ports but its not working. EDIT2: I used this to open ports: iptables -A INPUT -p tcp --dport 3306 -s my.ip.addres -j ACCEPT Is this right? Have i do something wrong? EDIT3: Im using telnet serverip 3306 and its working. But when i try to open Flux CP its comes error again. Message: SQLSTATE[28000] [1045] Access denied for user 'xxx' (using password: YES)
  13. i cant login to mysql with my root account what happend omg 5 mins ago i could go in but now its not working ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) The password is the right one but i dont know why its not working i try it so many times and my capslock is not on EDIT: I changed the password but it still not working. I think its not the fault of the password i got denied i dont know why. Im a noob in linux :/
  14. i have done this: http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html but still not working maybe i do something wrong
  15. I get this error when im trying to configure FluxCP. I have tried to open ports but it has brought nothing. My database have grand acces. What im doing wrong? Greets Raijin Exception Details Error: PDOException Message: SQLSTATE[HY000] [1130] Host '--save' is not allowed to connect to this MySQL server File: /var/www/lib/Flux/Connection.php:81 File Line Function/Method /var/www/lib/Flux/Connection.php 81 PDO::__construct() /var/www/lib/Flux/Connection.php 94 Flux_Connection::connect() /var/www/lib/Flux/Connection.php 159 Flux_Connection::getConnection() /var/www/modules/install/index.php 17 Flux_Connection::getStatement() /var/www/lib/Flux/Template.php 337 include() /var/www/lib/Flux/Dispatcher.php 168 Flux_Template::render() /var/www/index.php 177 Flux_Dispatcher::dispatch() Exception Trace As String #0 /var/www/lib/Flux/Connection.php(81): PDO->__construct(*hidden*) #1 /var/www/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config)) #2 /var/www/lib/Flux/Connection.php(159): Flux_Connection->getConnection() #3 /var/www/modules/install/index.php(17): Flux_Connection->getStatement('SELECT VERSION(...') #4 /var/www/lib/Flux/Template.php(337): include('/var/www/module...') #5 /var/www/lib/Flux/Dispatcher.php(168): Flux_Template->render() #6 /var/www/index.php(177): Flux_Dispatcher->dispatch(Array) #7 {main}
×
×
  • Create New...