Jump to content

Danny

Community
  • Content Count

    31
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Danny

  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.
  14. "The thing about collations is that although database have it's own collation, every table, and every column can have it's own collation. If not specified it takes the default of it's parent object, but can be different. When you change collation of database, it will be new default for all new tables and columns, but it doesn't change the collation of existing objects inside database. You have to go and change manually the collation of every table and column." Taken from http://stackoverflow.com/questions/17616620/cannot-resolve-the-collation-conflict-between check there for the solution if it works on your case not sure why your database has two different collations.
  15. Awesome tool, good job @V3ct0r & @Duduf should be a must have for any server.
  16. Quite depends, if it's a big source of JS he should actually make a JS file for it, just the direct access would be an option if it was one or two lines JS codes. Or the echo in PHP also.
  17. You can put script tags and execute the Javascript inside the tags. <script language="javascript" type="text/javascript"> alert("Hello Vasil!"); </script>
  18. Danny

    Boss Respawn NPC

    what? Its saying Hook is not existent , you probably didn't load the Hook.lua file.
  19. Danny

    Boss Respawn NPC

    Ur probably missing Hook.lua file
  20. Hi, I want to make some more C# projects related to ToP, so if you have any suggestions feel free to say and I'll code if I find it interesting and useful enough! Thanks in advance for the suggestions ~Danny
  21. Danny

    Website

    I've worked and I am finishing one atm, and I'm just gonna say, only way you can pull off a secured website is with a vast knowledge on PHP, Security and how to use Frameworks because it is a hard job. Also people won't pay you much as you got pkosite with everything released now-a-days. Good luck though !
×
×
  • Create New...