Jump to content

Pleyne

Members
  • Posts

    231
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Pleyne

  1. Looking for java developer service who could code such thing as later explained or a person who coded L2Saga Arena Tournament engine (2v2). Leave a PM.
  2. Inform, when you will have spam functionality.
  3. Decompiling Vampir's work is not developing new systems, Sorin.
  4. Why do you need html's of this buffer? Almost 80% of it's html code is java coded. In-case you want to make something simple it's alright, but without knowledge only html's won't be enough. In your case i would be using HxD if the packets of html aren't encrypted.
  5. Basically, i have this code #!/bin/bash echo "Starting cript" java -cp ./libs/script.jar main.Main > log/script.log 2>&1 What i need to do is make this script self-run. I mean when i run this script in putty, it doesn't run in background, and if i want to do any command, i have to press CTRL+C(exit) - but then this program closes, maybe anyone with more bash knowledge could help?
  6. Watch out from who you're taking support for project and what they'r getting in case of that :)
  7. Is there anyone who could bypass SmartGuard Say packet protection?
  8. Does that "Game" VDS are better than usual lol? it seems it's the same, anyone could ddos who wants
  9. You want to disable all items who has id equal to 9208 and more? If you write >= 9208 it means it will disable 9208 9209 9210 till infinity, explain what's not working for you.
  10. So add an additional condition check... if ( item.getItemId() == 9208 && normalarmorscroll(idk what you using, maybe your 9208 is weapon, then use normalweaponscroll) ) { player.sendMessage(""); //send message or what ever you want to do return; }
  11. Those jars are needed for re-compiling after taking out LoadKey.init() from main class, jars, besides VGuard.jar are worthless, anyway, this is kind of outdated, but never the less, gj on sharing, i've rebinded this protection a bit other way, but if it's working for you like that - gj.
  12. So basically, you increase max level to 85, but did you add new mobs? Or players will farm on same mobs forever which is good only up to lv 79-80?
  13. Basically i want to convert UNIX timestamp to Java date in format this format "dd.mm.year hour-1 :: hour+1". I tried to make it on my own, but it seems for a newbie like me is to hard, could someone give a quick tip/guide? Thank you in advance. Edit: i CAN make it happen, but the code itself is very shitty, after taking -1 hour (for example it's 00:00, so -1 will make 23:00, but in my case it makes 0-1:00 :( ) and tone of appends
  14. Hi, i've made a streaming system that connects to twitch through JSon, but it's a bit slow (don't know if it's due to my home network connection or PC is slow or smth. ). Basically it takes time to get information from twitch api (like 1-2seconds delay, and then it shows my html). I was wondering, maybe i'm using wrong JSon jar? Currently minimal-json, i've seen google has created one, but didint test it yet. Vampir answer should be amazing, if it's not secret of Talesky, what json they'r using.
  15. Topic can be locked, coded myself.
  16. No problemo Elfooooo. I had this idea for long time, tho i have no knowledge to make it alive ;) p.s. here is your followers api link https://api.twitch.tv/kraken/channels/streamernameblablabla/follows/?limit=100 Don't know java/machine limits, you can extend string like >100 for sure.
  17. Using this https://api.twitch.tv/kraken/streams/STREAMERNAMEBLABLABLA + json. Developer can get loads of information about live stream, put it into database or somewhere else and make those streaming players receive a reward.
  18. Looking for developer to code a stream - reward system for H5. (L2Tales etc like, pm with price and contacts).
  19. It is not allowed to sell without test server ( as you mentioned no demo ).
  20. Yeah and antibot can be 'other'. World would be limited if we would only drive one model of car, have only one clothes design, don't you think?
  21. It's from antibot protection, you can't remove it
  22. So basically i have npc's effect like tales ones for example, and i want to change the logo, does anyone knows how to proper change it? Basically if i overwrite same logo in same file, the .u file has like 12kb less size of original.
  23. Maybe there is some one who could help getting and installing that certain certificate mentioned above?
  24. Basically, don't know nothing about certificates, i'm getting this error ( windows 7x64, java 1.8 x64). Exception in thread "main" javax.mail.MessagingException: sun.security.validator .ValidatorException: PKIX path building failed: sun.security.provider.certpath.S unCertPathBuilderException: unable to find valid certification path to requested target; nested exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorExc eption: PKIX path building failed: sun.security.provider.certpath.SunCertPathBui lderException: unable to find valid certification path to requested target at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:726) at javax.mail.Service.connect(Service.java:364) at javax.mail.Service.connect(Service.java:245) at main.mail.ServiceIO.<init>(ServiceIO.java:27) at main.Main.main(Main.java:23) Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.Validator Exception: PKIX path building failed: sun.security.provider.certpath.SunCertPath BuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker. java:1509) at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.jav a:216) at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl. java:1375) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403 ) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387 ) at com.sun.mail.util.SocketFetcher.configureSSLSocket(SocketFetcher.java :543) at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:348) at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) at com.sun.mail.iap.Protocol.<init>(Protocol.java:117) at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:121) at com.sun.mail.imap.IMAPStore.newIMAPProtocol(IMAPStore.java:746) at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:689) ... 4 more Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find vali d certification path to requested target at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.jav a:292) at sun.security.validator.Validator.validate(Validator.java:260) at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.j ava:324) at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerIm pl.java:229) at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustMan agerImpl.java:124) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker. java:1491) ... 18 more Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBu ilder.java:146) at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCert PathBuilder.java:131) at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) ... 24 more Press any key to continue . . .
  25. Yes, i do have a program for decoding it :)
×
×
  • Create New...