Jump to content

DenArt Designs

Legendary Member
  • Posts

    432
  • Credits

  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    100%

Everything posted by DenArt Designs

  1. https://subversion.assembla.com/svn/L2JLisvus/trunk/Lisvus_GameServer/lib/ you use many old version libraries you can make mmocore inside the server and many of those jars can be removed too :)
  2. if it was to guess this else if (_command.startsWith("DropListNpc")) { is to go in the command handler and the rest of the method to be called inside.
  3. looks nice!
  4. that is indeed nice!
  5. I accept payments in kind so I need your computer for start and we will see.
  6. Get the panel https://shop.denart-designs.com/product/l2-auto-donate-acp/
  7. DEMO: https://www.denart-designs.com/demo/Shop_2/ login: test/test
  8. o.O I cannot help you then sorry I recommend you find a better website.
  9. did the PHP version 5.6 not help if you switch it it will solve your problem but you will have issues in future, I have no scripts I paid free lancer to make them for me I just know basics
  10. Hi will you make me a video and a logo 70€ it will be ready in 1 week ooo this is so expensive i have a friend that did this video for me (very unique with dance/epic music) will you make a video small for my brother 10€ ok give me details and info (... after a few days) I open tomorrow I need the video ok give me details and info it will be ready in 1 week. oooo you fucked me oooooo you suck (... after a few days) will you make me a logo for 10€ no (... after a few days) do you sell smartguard files? no (... after a few days and still to this day) he is still asking for things (everything 10€) PS: * Whenever I ask for info the conversation ends there he never say what is the info what the logo name will be or what the video will have as text and he is Greek.
  11. mysql_connect is deprecated use PDO instead or change php 5.6 plus this script will lag your server, if 50 players open the top50 there will be heavy load in your database/gamserver and if you get a ddos in your website then your server will die too use cache take this as example has cache per xx minutes gets data from database
  12. then there is a problem with the script that you use, your database is ok your user is also ok the script that has the website has problem
  13. Connection failed: SQLSTATE[HY000] [2005] Unknown MySQL server host '4564561515' (-2) it says that you have wrong ip added you added 4564561515 as IP
  14. $servername = "server_ip"; add the server's IP address 22.22.22.222
  15. <?php $servername = "server_ip"; $database = "databasename"; $username = "username"; $password = "password"; try { $conn = new PDO("mysql:host=$servername:3306;dbname=$database", $username, $password); // set the PDO error mode to exception $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); echo "Connected successfully"; } catch(PDOException $e) { echo "Connection failed: " . $e->getMessage(); } ?> try this and then google the error :)
  16. canyouseeme.org to verify port open if you are not sure, if you have full priviledged user to have access and its not working print error message from mysql error 2 possibilities: 1) connection refuse by server 2) connection has error in order to connect to server so you split the problems in what side they are (server or host) first and then you know what fault is.
  17. intelligent blond or...?
  18. I have updaters starting from 10€ each month and the first month is free check them if you want: https://updater.denart-designs.com
  19. good luck with your server your forum needs a bit of work
  20. Checkout my New Auto Donate Panel + ACM 

    JOIN MY CLUB!!!!!!!!!!!

  21. you did not contact him since that day?
  22. just dont make eye contact!
  23. do as kara said and check if you succed here canyouseeme.org
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock