Jump to content

Danny

Community
  • Content Count

    31
  • Joined

  • Last visited

  • Days Won

    3

Danny last won the day on April 30 2019

Danny had the most liked content!

Community Reputation

31 Neutral

8 Followers

About Danny

  • Rank
    Pirate

Recent Profile Visitors

42,524 profile views
  1. Danny

    PO

    When you can't make scripts work so you try and make threads about other servers... l m a o
  2. Danny

    LuaSQL

    Bro, enable tcp connection in sql with 1433 port. at LUASQL connection put ip 127.0.0.1,1443 and it will connect.
  3. Try (local) or localhost and see if it works. If not you should enable TCP in SQL Tools and try 127.0.0.1,1433
  4. Give me a bit to test, I'll get back to you in a couple of hours. EDIT: I was able to do it easily just by changing some little things. First of all you need to make a CSS box to hold your information when you hover. After that, you need to edit the function GetItemHintHttpHeader to the following: public function GetItemHintHttpHeader() { $header = '<script src="'.BASE_URL.'js/jquery.cluetip.js" type="text/javascript"></script>'; $header.= '<script type="text/javascript">'; $header.= '$(document).ready(function() {'; $header.= '$("img").cluetip({tracking:true,showTitle:false,cluetipClass: "CSS BOX CLASS",dropShadow: false, sticky:false});'; $header.= '});'; $header.= '</script>'; $header.= '<link rel="stylesheet" href="'.BASE_URL.'css/itemHint.css" type="text/css" />'; return $header; } ATTENTION: You have to edit inside cluetipClass: "" the css to match your box css so it is something like this - After that, modify your icon img source to something like this: <img src="BASE_URL/icons/icon.png" rel="BASE_URL/itemhint?id=ITEMID" title="" width="32px" height="32px" /> And once you hover your icon, in theory it should work and give you the box. The only part I'm not actually giving you is the CSS code since I can't do all the work for you :P Its easy enough though. GL!
  5. But what do you want to do? Make it so it shows the tooltip when you hover the icon?
  6. When its a autoincrement field that behaviour is normal. If you have the column ID as auto increment, and the first record is 1 once you delete it it will automatically go to 2. So basically those IDS that are missing were deleted and since its auto incrementing you can't "get" them back. That is a normal behaviour.
  7. Danny

    LuaSQL

    Whats your SQL Logins? Screenshot your login + screenshot your sql server management studio login.
  8. I would actually love to see something really custom made. Something for example that is quest based, not heavy but to get you started in Gear, a gear system like BLADE & SOUL that you get a weapon at start and upgrade it thru your journey , a masterwork system for better STATS, a PVE map like Instances to get gems or something if you're not into PVP, idk.. stuff like that but without like Azz , Gr8 gems cause those are just retarded gems to have in game. But some ideas like that would be actually a bomb server.
  9. Hey, you need theese extensions, then add them to your php.ini and restart xampp. (theese dlls go to ext folder in php & use the 32 bit ones normally for xampp) https://github.com/Microsoft/msphpsql/releases download here, it should be windows 7.x , x beeing the version of php so lets say you use 7.2 it will be windows 72 zip. gl.
  10. He was searching for a web solution. Your solution is never convinent for a big player base.
  11. @gatero Why would you allow remote connection ? that is not needed lol....
  12. First of all Pirates Online was never owned by Zanzka. The Pirate Club function was made for Pirates Online by me. The website is custom for Pirates Online so unfortunately you can't get it unless someone makes one similar to it.
  13. Make a connection with it through a custom launcher, change the startgame args even if its easy to figure it out they will still need the connection to be accepcted else you can't login . you need authentication via the firewall.
×
×
  • Create New...