Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=97)
-   -   github new version (http://www.bvlist.com/showthread.php?t=12347)

Elena 28th March 2021 19:23

github new version
 
https://github.com/lolyworlds/LoLi-v3.0

rio 29th March 2021 17:32

You really need to use a code formatting tool just looking at that gave me cancer.

Elena 29th March 2021 19:49

Quote:

Originally Posted by rio (Post 55378)
You really need to use a code formatting tool just looking at the gave me cancer.

Everything is fine there, if you want with a bunch of gaps and emptiness - these are YOUR problems, you can make them for yourself. Everything is fine there - less file weight, faster opening. If there are many spaces, the reading speed slows down. Tests were made and it is not in vain that there are services that compress codes and compact them, removing emptiness and unnecessary garbage. :coffee:

rio 29th March 2021 20:44

Minifying php code has no significant performance improvements it's negligible at best.
https://stackoverflow.com/questions/...ng-php/4079952

Elena 29th March 2021 22:02

Quote:

Originally Posted by rio (Post 55380)
Minifying php code has no significant performance improvements it's negligible at best.
https://stackoverflow.com/questions/...ng-php/4079952

I repeat once again - these are your problems. You can leave at least 100 points of emptiness. The code is well written and works fast. And you have nothing to do there, you cannot improve, because you do not know the whole picture of the work. :coffee:

DND 29th March 2021 22:36

your well written and fast code is still using mysql instead of mysqli or pdo .. enough said
but who likes it, likes it and will use it..despite the serious downfall

Elena 30th March 2021 05:25

Quote:

Originally Posted by DND (Post 55382)
your well written and fast code is still using mysql instead of mysqli or pdo .. enough said
but who likes it, likes it and will use it..despite the serious downfall

and who talked about the php7 version? There is not a word about it. Or do you think you will get what is for sale right away? Translate for yourself requests in php7, you are not forbidden. In this version, the holes were closed and the code was corrected, a new design, which Yuna does not have and did not have. And yes, many sites are still in Cyrillic, everything is done in utf8 and works faster, plus support for all languages, including Asian. :coffee:

I'll give you an example of how Yuna's script works. Bluebird and teamhd work on older versions, with mysql. Bluebird is generally in Cyrillic and do not want to switch to utf8, you can compare the speed of these sites and our test.
In addition, in defense of mysql, if the script is configured correctly on nginx, then pdo is not needed.

https://teamhd.org
https://bluebird-hd.org
https://hdclub.top

darkalchemy 31st March 2021 01:03

@Elena

It's your code and you can write it any way you like. I am not posting to criticize your choice. I would just like to provide a little information. You can take it or leave it.

Minification and compression are great for artifacts(css, js, html) that the browser downloads. The browser does not download php code. The server has to open the file, read it and compile into opcode.

Since you are not compressing the file, only removing whitespace, there is no performance loss to decompress it.

When php reads a file, all comments and white space are entirely ignored by the interpreter, so there is no benefit whatsoever to removing all of the whitespace. The only thing you are adding to it by doing so is making it nearly impossible for anyone else to read your code.

I have forked your repo, added php-cs-fixer and it fails on 12 files. If you would like, I can edit your code so that it is more easily readable and update for php 7.3 which if you're doing all this for speed, is the greatest speed improvement you can do. I may do this anyway and post it to my fork.

Here is a link to a phoronix benchmark showing in all cases a 200%-500% increase in performance and reduction in processing time.

This is just my 2 cents and you don't have to agree or even listen, but I appreciate you taking the time to read it.

Elena 31st March 2021 20:03

Quote:

Originally Posted by darkalchemy (Post 55385)
@Elena
Here is a link to a phoronix benchmark showing in all cases a 200%-500% increase in performance and reduction in processing time...

I repeat:
server: FastCGI (Nginx + PHP-FPM) PHP 5.4.16 is equivalent in speed to PHP7 in the same bundle. Do the tests themselves.
Now our test site is working on such a link, you can check the speed yourself. :coffee:

rio 31st March 2021 23:45

I don't think anything we say is going to get through to you.

Elena 1st April 2021 06:09

Quote:

Originally Posted by rio (Post 55389)
I don't think anything we say is going to get through to you.

then just don't go to github. He's not for you. And I repeat once again: write a script for yourself since you are so smart. We also have a new version of php7.3, but we don’t publish it for free. That's the point. :coffee:

joeroberts 1st April 2021 14:42

Quote:

Originally Posted by Elena (Post 55390)
then just don't go to github. He's not for you. And I repeat once again: write a script for yourself since you are so smart. We also have a new version of php7.3, but we don’t publish it for free. That's the point. :coffee:

Its called Bait and switch :lol:

linkin2007 2nd April 2021 21:03

Quote:

Originally Posted by darkalchemy (Post 55385)

I have forked your repo, added php-cs-fixer and it fails on 12 files. If you would like, I can edit your code so that it is more easily readable and update for php 7.3 which if you're doing all this for speed, is the greatest speed improvement you can do. I may do this anyway and post it to my fork.

Here is a link to a phoronix benchmark showing in all cases a 200%-500% increase in performance and reduction in processing time.

Can I have a link to yours fork? Thanks!

darkalchemy 2nd April 2021 21:41

Quote:

Originally Posted by linkin2007 (Post 55392)
Can I have a link to yours fork? Thanks!

https://github.com/darkalchemy/LoLi-v3.0

I haven't posted any updates to it, yet.

mogo 2nd April 2021 23:26

Nemezida
 
Quote:

Originally Posted by Elena (Post 55388)
I repeat:
server: FastCGI (Nginx + PHP-FPM) PHP 5.4.16 is equivalent in speed to PHP7 in the same bundle.

This is not true and everyone here knows it, stop writing nonsense. How can you ask for 700 euros for such a script.
server: FastCGI (Nginx + PHP-FPM) PHP 7.4.16 is ten times faster
PHP5 is dead understand this.
rio told you!!!

Elena 3rd April 2021 06:56

Quote:

Originally Posted by mogo (Post 55394)
This is not true and everyone here knows it, stop writing nonsense. How can you ask for 700 euros for such a script.
server: FastCGI (Nginx + PHP-FPM) PHP 7.4.16 is ten times faster
PHP5 is dead understand this.
rio told you!!!

Where did you see that we are asking that kind of money for the script? The script is not for sale. We sell mods separately, the whole script is not.

And then, I saw an example of your TBDeV2020, is there PHP7? So, slowly, very slowly he works. Open the page code in a browser and you will see a lot of empty spaces filled with garbage. I am silent about compression * .css, * .js, it is not there.. :coffee:

How small to try to make an SQL injection, will send you to the ban, guaranteed, well, and right away with this link to the FBI website, that's where you try to prove something.
Code:

/index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=HelloThinkPHP21
And such a request, there is a communication thread in the github, write your "thoughts" there, so communication and understanding of the situation will be faster.

https://github.com/lolyworlds/LoLi-v3.0/discussions/2

DND 3rd April 2021 10:58

I've seen plenty of lines in my logs with that "kind" of childish attack.. it doesnt work. Doesn't matter how many times you try and try again. And you are still using md5 as a hash encryption? That alone speaks volumes of everything about this. And want to talk about speed? My site with 25k torrents, 30k users and 100k peers loads everytime like this:


https://i.postimg.cc/Dm30rvjM/Screen...nce-Report.png

Understand this..when 3 or 4 people tell you that you are wrong..it means you are indeed wrong.
They can't be wrong and you be right.

Elena 3rd April 2021 17:04

Quote:

Originally Posted by DND (Post 55397)
And you are still using md5 as a hash encryption? That alone speaks volumes of everything about this. And want to talk about speed? My site with 25k torrents, 30k users and 100k peers loads everytime like this:


https://i.postimg.cc/Dm30rvjM/Screen...nce-Report.png

There are no problems with MD5, no one has hacked it yet, especially not knowing how everything is mixed up there and trying to select a key.

I don’t trust testers, I have my own test. The only thing that test sites can normally show is code errors - verification for HTML5.

https://i.postimg.cc/QCBjFjhT/Screenshot-1.png

Can you give a link to your site? :coffee:

antimidas 4th April 2021 07:12

Can't be cracked? God you are ignorant.....

https://www.4armed.com/blog/hashcat-crack-md5-hashes/


https://cryptokait.com/2020/02/24/pa...-with-hashcat/

l3on 4th April 2021 11:03

My god please tell me you are kidding about thinking md5 is secure , anyone with an modern gpu will use hashcat and crack most of the password with in an hour, most platforms these days use bcrypt or similar

Elena 4th April 2021 11:47

Quote:

Originally Posted by antimidas (Post 55399)

Quote:

Originally Posted by l3on (Post 55400)
My god please tell me you are kidding about thinking md5 is secure , anyone with an modern gpu will use hashcat and crack most of the password with in an hour, most platforms these days use bcrypt or similar

You will have exactly 3 attempts to log in, then a ban by your IP and disconnection of the account you want to log in + notification of a hacking attempt in Privat to the site administration (Site owner and Administrators). With a ban on the site, you are immediately thrown into the site of friendly FBI. But you try, then you will show the result.

DND 4th April 2021 12:12

sha-512 FTW

darkalchemy 4th April 2021 12:57

Quote:

Originally Posted by Elena (Post 55401)
You will have exactly 3 attempts to log in, then a ban by your IP and disconnection of the account you want to log in + notification of a hacking attempt in Privat to the site administration (Site owner and Administrators). With a ban on the site, you are immediately thrown into the site of friendly FBI. But you try, then you will show the result.

Wow, penalize the unsuspecting user for what a hacker does.

Elena 4th April 2021 14:47

Quote:

Originally Posted by darkalchemy (Post 55403)
Wow, penalize the unsuspecting user for what a hacker does.

Then let them write to the telegram channel with requests to include the account and why it happened.

Bump:
Quote:

Originally Posted by DND (Post 55402)
sha-512 FTW

What is this ? I asked for a link to your super-site, to test it with my own methods.

darkalchemy 4th April 2021 14:55

Quote:

Originally Posted by Elena (Post 55404)
Then let them write to the telegram channel with requests to include the account and why it happened.

So you force the user to try to prove a negative? Too funny.

Just how, exactly, would the user, that you banned, know what happened when a hacker tries to hack his account? Anyone can get a new ip, all day, everyday.

"Honest, it wasn't me!! You must believe me!"
"Okay, we believe you. We'll unban you."

That is utterly ridiculous.

l3on 4th April 2021 18:07

You know if they hack this platform that your so calling secure and thye dump the sql, it will take no more than 1 hour to crack all password, Md5 is not secure period...

Elena 5th April 2021 09:25

I do not understand your aggression to update the old script.

Firstly, it is laid out for those who are still on the old hardware and will work ONLY for the old PHP 5.4*, because on the higher one, other files will not work that is on the sites of the old type.
All files for the new PHP version will not be uploaded, they are paid. If you want to go fast and on a new car - buy, for free only DLE.

Hashing of passwords in the new version is (for paid) and through password_hash is done. The fact that the code is not in steps and without spaces is so convenient for us, and for those who will update to our files there is no need to dig there, you can only look at the fact that there are no holes for hackers, but they are not there. For these are almost complete copies as on the test site, except for the old version of PHP.

And then, I gave a link to the communication thread, write your claims there. And then great coders have gathered here, they cannot show their website, nor can they write the code normally without errors.

rio 5th April 2021 11:56

Php 5 has been deprecated for some time now as a developer you should encourage the site administration to update to the recommended version and maintain the site on a regular basis i can understand it's not always a easy job but instead your still patching the script for php 5 and refuse to listen to anyone.

thartley55 6th April 2021 01:00

Quote:

Originally Posted by rio (Post 55408)
Php 5 has been deprecated for some time now as a developer you should encourage the site administration to update to the recommended version and maintain the site on a regular basis i can understand it's not always a easy job but instead your still patching the script for php 5 and refuse to listen to anyone.

While I agree with everything you were saying...simply reading it gave me a headache. If you intend to be taken somewhat seriously, perhaps attempt proper grammar, punctuation, sentence structure, etc.
Thanks.
NOTE: The following would have been much better.
Quote:

Originally Posted by rio (Post 55408)
Php 5 has been deprecated for some time now. As a developer you should encourage the site administration to update to the recommended version and maintain the site on a regular basis. I can understand it's not always an easy job, but instead you're still patching the script for php 5 and refuse to listen to anyone.


Elena 2nd May 2021 09:38

In the meantime, the script is being updated on the github. Let me remind you that the script has been updated for the old server configurations:
FastCGI (Nginx + PHP-FPM) PHP 5.4.45

The script is written for the latest version and will only be paid, with the following server configuration:
FastCGI (Nginx + PHP-FPM) PHP 8.0.3 + RedBeanphp

https://github.com/lolyworlds/LoLya-v1.0

Test site for latest PHP 8.0.3: https://lolya.top

mogo 3rd May 2021 22:22

Quote:

Originally Posted by Elena (Post 55476)
In the meantime, the script is being updated on the github. Let me remind you that the script has been updated for the old server configurations:
FastCGI (Nginx + PHP-FPM) PHP 5.4.45

The script is written for the latest version and will only be paid, with the following server configuration:
FastCGI (Nginx + PHP-FPM) PHP 8.0.3 + RedBeanphp

https://github.com/lolyworlds/LoLya-v1.0

Test site for latest PHP 8.0.3: https://lolya.top


Yeah and what. Site is invite only. Are you hiding the site or what. Why not release a free registration so we can all see it
HOW MATCH MONEY OF YOUR SCRIPT 700-800 EUROS???

Elena 5th May 2021 06:05

Quote:

Originally Posted by mogo (Post 55479)
Yeah and what. Site is invite only. Are you hiding the site or what. Why not release a free registration so we can all see it
HOW MATCH MONEY OF YOUR SCRIPT 700-800 EUROS???

you are a little delirious. Where is it written that the script is being sold? Do not write nonsense, the script is actively uploaded on github, for free, as it is updated.

And the new version will not be available freely. I did not write about the prices, so there is no need to lie here. Watch yourself and your tongue.

your script is fine. It's funny to look at the attempts of a midge against a car. We run a github, support forum and write mods from scratch. What can you suggest? I will answer - pathetic attempts. push on. I’ll laugh.


All times are GMT +2. The time now is 07:11.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.