Jump to content

Brynner

Members
  • Posts

    1942
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by Brynner

  1. On 9/16/2022 at 1:41 AM, Sidy said:

    Yes, I have to connect my host pc to my webhost cause the website and mysql ragnarok_db that too is at webhost.

    I have static ip from mine net provider. Other people could connect my server.

    Now, I need allow mine static ip(home) to webhost(bought host to web) ? What you specific mean? How please?

    oh i see.just simply allow the your statis ip to your webhost.check the privileges. and put your static ip for hostname

  2. 1 hour ago, WERT said:

    CRITICAL ERROR

    An error was encountered during the lifetime of the application.

    This could be due to a variety of problems, such as a bug in the application.

    However, normally it is caused by misconfiguration.

    EXCEPTION DETAILS

    Error: PDOException

    Message: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ragnarok.woe_status' doesn't exist

    File: /var/www/html/lib/Flux/Connection/Statement.php:50EXCEPTION TRACE AS STRING

    is this the default themes or you have custom themes?

  3. 46 minutes ago, Echoes said:

    Hello once again!

    I'm trying to create a offline server for test purposes, but could not compile succesfully.

    I'm following this guide, but got stuck at step 3:

     

    I'm currently using MVS Express 2017 for Windows Desktop on Windows 10 version 21H2. Tried MVS 2012, 2013 & 2015 but with no luck.

    The errors I'm getting are two across different project files:

    image.thumb.png.fed79c905977db79f3a5d43410f3dd2c.png

    • MSB8036: I tried fixing this error by following the suggestion on error msg, and retarget the solution to both SDK versions available in my MVS, being SKD 10.0.17763.0 & 10.0.14393.0. First time I tried SKD version 10.0.14393.0 got rid of this error, but newer compiling tries made the error come back, and now changing SKD versions do not fix this error.
    • LNK1104: my MVS cannot locate and open file 'ryml.lib', supposed to be @ 'C:\Gravity\rAthena\.vs\build\', but the thing is... there is no 'ryml.lib' in such folder.

     image.png.3be2182882e3dae91a1eb6de862ea61b.png

     

    Has anybody came across those errors and have fixed them, or know how to fix them to lend me a hand and suggest what should I do to fix them?

    Thank you ?

    try the 2019 or 2022 version mvs

  4. 4 hours ago, meyraw said:

    To anyone who was still uncertain if PandRO is just a modification of AndRO and needed "STRONG PROOF".
    Let's compare the PandRO for one of the thief's clients, server RagnaLife, with AndRO for one of my clients, server MOTR.
    The RagnaLife website is ragnalife.com, let's download their "Mobile client APK":
    The file name is RagnaLifev354.apk (RagnaLife version 354). By the way, I have just released a version 354 of my AndRO a month ago: http://roworkshop.com/andro/main/changelog.html But that is only a coincidence, right? Only same version numbering, the app is different, right? Let's check...
    Oh, and just in case RagnaLife changes their APK file, I'll just re-upload it to my own hosting: http://roworkshop.com/RagnaLifev354.apk
    For server MOTR, we will use the latest APK version from this page: http://roworkshop.com/andro/main/motr.html which is http://srv2.roworkshop.com/apk/new/354/MOTR.apk
    So, after we download both APK files, what we want is to rename both .apk files to .zip files (because .apk is basically a .zip file with app resources and bytecode).
    All the bytecode of the app is contained inside a single file, "classes.dex". We can clearly see this file inside the ZIP archive contents.
    Ok, we see the classes.dex being seemingly different (PandRO is much bigger, in fact!). Does this mean that the apps are different? Let's check.
    What we want next is to open Android Studio (assuming you have one installed) and to drag and drop both "classes.dex" files into Android Studio.
    What you see here is all the APK file bytecode split into classes: http://srv2.roworkshop.com/temp/screen0.png
    These classes have both normal (human readable) and obfuscated (those strange characters) names.
    Let's analyze.
    First let's open these 2 files side by side and order classes by "size" (press "Size" in the table header) to see what's so big in PandRO: http://srv2.roworkshop.com/temp/screen2.png
    From what we see, the classes that occupy the most size are standard Android libraries: http://srv2.roworkshop.com/temp/screen3.png
    We are not interested in these, let's look further. And the first obfuscated class that we see is this one: http://srv2.roworkshop.com/temp/screen4.png
    Same name after obfuscation, 74.9 Kb in both APKs, 41 defined methods, 41 referenced methods. If you expand the class you will see that the methods themselves are pretty much the same.
    Next obfuscated class: http://srv2.roworkshop.com/temp/screen5.png
    Same name after obfuscation, 6 defined methods, 6 referenced methods, 0.1 Kb size difference.
    You can look further by yourself and find out that these two APK files are pretty much the same. The amount of code that the thief developer has wrote by himself is about 1% of the code.
    It's also easy to see if we order by Class (press "Class" in the table header) and see the class names, the situation is even easier to see: http://srv2.roworkshop.com/temp/screen8.png
    To better understand how much different applications really differ, I will show you the differentce between versions of AndRO, v354 and v351: http://srv2.roworkshop.com/apk/new/351/MOTR.apk
    Like with previous APK files, download MOTR v351, rename to zip, unzip and open classes.dex side by side with classes.dex or MOTR v354 (don't forget to order by Class): http://srv2.roworkshop.com/temp/screen7.png
    So, what we clearly see is that the obfuscated class names are different! The question is, how could the class names and functionality of PandRO be the same as AndRO? And the only answer is that PandRO is just a modification of AndRO. And RagnaLifev354.apk is a copy of MOTR v354 modified for a PandRO server.

    Anyone who is still concerned can register on both servers, try both APKs and see the "differences", or actually lack of differences.

    TL;DR code of AndRO and PandRO is 99% same, Skyzone is helping to sell a stolen app.

    im not sure if its really the PandRO. but if its true. well base on the code it looks like a copy. seems legit base on MOTR and RagnaLifev354. from your provided link and their link. they also forget to rename on their AndroidManifest. also i got another comparison for another AndRO.

    image.thumb.png.cf7d9353125bb6ee14e23d10ac408881.png

     

    • Upvote 1
  5. 54 minutes ago, meyraw said:

    The only ones that require "further evidence" is you and Skyzone. For everyone else everything is clear as a day.

    i don't see it clearly just like your saying. all i can see is an allegation and also your own mistake that's all what is clear in here. you haven't show any proof. just only blaming. btw its  still depends on the client what ever he wants to avail your AndRO or a better PandRO. im not on their sides and also not on your side as well.

  6. 1 hour ago, meyraw said:

    @Brynner  @Pride I think the main lesson that I've learnt is that not everyone in the community is fair. This thread is not to make scamzone hosting stop re-selling AndRO or to cry, or whatever. Of course they will not stop re-selling. This thread is just a warning for server owners about another scam hosting, that's all.

    not only in this community lol. that's happening every where. and all your allegation with skyzone still a heresay without strong evidence. even you keep pushing your issue with skyzone. PandRO can still keeps improving their services you cant stop them since PandRO has its own developer or maintainer. 

  7. 9 hours ago, meyraw said:

    @JinYuichi You may be right. It's much harder to protect Java bytecode than a C++ native code. Having that said, even Gravity tried to pack their EXE with Themida, but it still got cracked. Maybe I was too naive thinking that one member of a p-server community won't steal from the other.

     

    @Vy Low Thank you for your support. Don't worry, I'm not going to stop working on the project.

    i hope you learned from your own mistake always secure your files or code before releasing it. it hard to make a unique idea or project but easy to copy your idea and make a better one. it happens all the time. even on the biggest company in the world having an issue with that but it is really hard to stop it. best example is just like another game of League of Legends sue the game Mobile Legends for copying the idea of the game but nothings happen.

  8. 2 hours ago, meyraw said:

     

    So, you're having a special page on your website for re-selling my work and now you're telling that there's no money involved? What a nonsense.

    First, I think you only provide you "free" support to your PAID clients and as long as they PAY you? Oops, suddenly money become involved.

    Second, I don't really care who is re-selling: you, your brother, your friend developer, whatever. As long as you're helping him/her to distribute, while knowing that this app is a modified AndRO, you are involved. Like I said, this topic is a warning for others, that the same thing can happen to them: suddenly their work gets sold by one of your "partners", and of course you're denying everything.

    And third, stop telling me "Improve your app" or "Improve your support" or whatever else about my improvement. If you wanted to help me in improvement you would send me a message to cooperate instead of stealing the code or working with the guy who stole it.

     

    all i can see here is all allegation without any proof. show your proof if you can provide it specially the code what you are saying. but how can you compare it if Skyzone Hosting doesn't have the code for that apps. PandRO have own maintainer or developer. he/she should be the one who you talking about this matter. but before complaining secure your apps first so this issue wont happen again. if  you got issue with PandRO. its only you and the developer. the 3rd party services is not liable for this matter. 

    • Love 1
  9. Just now, Skyzone said:

    The pricy of his work is fine. I saw many of my customer in skyzone was on his License. why he losing profit for his work? feed back from my customer is his support is very very poor. I message PandRO if he accept my proposal to post his work on Skyzone without payment is fine. PandRO Developer's is no agreement about his work. I do advertising there work's and I dont care about what inside cause I Don't care about development on Android. I wrote a page for PandRO and thats all. about the Support there is a Contact Support to them. everytime there is asking about Android Support I suggest to check on the Partner's Menu on my Front Website. don't know where you get that information accusation wrong with distributing your work. every time that are looking for AndRO I always recomment Chris to email. try to ask other your customer who refered to get in your work. this was the problem on you. IMPROVE YOUR SERVICE SUPPORT AND PUT A CUSTOMER AREA'S. @meyraw I can help you on that way in the right place don't think on me that we stealing project on you. we dont care about service support of PANDRO. I always asking to direct chat on there Page it is not my obligation to answer there questions. 

    ONCE AGAIN IM NOT INVOLVING TO DISTRIBUTING OF YOUR WORK I DO MY OWN SUPPORT HERE.

    im not sure. it was only base on my own opinion and what i read. and also if there is no any issue with money involve. why he/she posted this at the first place. becase PandRO might already making profit.

    and he/she mention it already on the first post 

    Quote

    I have contacted Skyzone Hosting and gave a proposal of "30% royalty with a read-only control on payment operations" but they rejected.

    so that might be my answer on your question.

  10. In some cases your issue here is difficult to prove. you don't have any copy rights for your AndRO. and also you don't have any proof that they have access to your code. all you just saying is they just decompiled your application. decompiling application won't gave you exact codes from your source code. and also if you base depends on the interface or features that you provided. its not enough to prove that AndRO and PandRO is the same. some of features of PandRO still don't exist on AndRO. so your allegation is just a simple conclusion.

  11. 9 minutes ago, meyraw said:

    @Skyzone

    - Your so called "recommendations" are just a technical support for your clients. What you publically recommend in your website is a modified and illegally resold AndRO, not the original one. Which makes you a partner in his crime.

    - Please stop acting like you are unaware of PandRO being an illegal modification of AndRO. I am sure that with your technical knowledge you are well aware of that.

    - There was never any 3rd party partnership information on your webpage, you present this service as yours. And even if it was, the fact is that you are selling a stolen application. I don't know what you did or did not steal before and what you will or will not steal after that: after all, it's pretty hard to prove the fact that the one stole a script, because the script is fully server side by design and the thief server can just say that he wrote the script himself. But. I believe server owners must be aware of who they are dealing with. A potential thief of their information.

     

    @Brynner the fact that the code has been reverse-engineered doesn't remove the fact that Skyzone Hosting re-sells it to gain profit which makes this company a thief.

    i don't see any issue on the hosting company selling PandRO which he get from another provider or developer. if you got issue stealing your code. you should talk to the developer or maintainer of PandRO. PandRO is a 3rd party program offered by this hosting company. and also Skyzone doesn't even know the code uses for that apps. he doesn't have a direct access for the code for PandRO. he just providing services for that apps for those who wants to avail. and also you don't have a copyrights protection so he/she doesn't even need to get your approval if she made a copy of your apps. all of us here doesn't even have permission to use those files from Gravity to use their products and files. so what you are also doing is illegal.  the only thing you can do is improve your product so the client will avail of your AndRO instead of PandRO.

    • Like 2
  12. good example is Aeomin for releasing Thor Patcher. everything is secured specially the code of this project. and also Functor for his paid service Gepard. you should only blame your self for this big mistake not the others.

     

    btw we are not related and also i didn't host anything on his hosting company.i hosted my own server on another hosting company but i know Skyzone more better than you.

  13. all i can see here is maybe he started to loosing profit from his/her pricey AndRO project. thats why blaming Skyzone Hosting and PandRO for stealing his/her code. well as i can see on my part. not of all expensive or pricey project wont last long specially if its not really worth it and not good for a long term investment features. not worth it because all we know AndRO still have lots of features which is not working. still have a bugs still need to fix. the problem there is every time the owner of AndRO needs to pay for the update which is worthless because you avail a services should be needed to a fix if a bug. also if there is an updates AndRO user/owner should have also get that updates but its not.so instead of blaming this hosting company. why don't you improve your services since there is already had a competition on the market which is AndRO and PandRO. and also always secure your code or apps before releasing it on public. so you can't blame anyone for stealing your code because of your own negligence. 

  14. 4 minutes ago, meyraw said:

    >your project is nice but pricey and you forgot to secure your own paid service application. how securely this paid service of yours if they manage to decompiled those application.

    That is true but it still doesn't allow anyone to steal my code and re-sell it.

     

    >upon on checking on the website of skyzone hosting they haven't selling it at the moment. and also they have another apps called PandRO.

    This "PandRO" is really a decompiled AndRO with a modified UI.

    i think anything you release on public have a higher chance of getting modified, decompiled or rebuilt in a new one. thats you should do first is to secure your apps or codes.

    and im not sure if your code was stolen by them since i don't know PoringDevs which is the developer and maintainer of the PandRO. he/she's the one you should contact regarding on this matter. i did not know Skyzone personally but he's only selling a hosting service with additional addons or other stuff. PandRO still a 3rd party program from his offered services. and also you should have a strong proof that they use your code before posting them regarding on this matter. 

    and also the price is also matter. specially not all can afford AndRO which is totally pricey that's why they offered alternative option.

  15. your project is nice but pricey and you forgot to secure your own paid service application. how securely this paid service of yours if they manage to decompiled those application. and upon on checking on the website of skyzone hosting they haven't selling it at the moment. and also they have another apps called PandRO.

×
×
  • Create New...