Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   Kinokpk v3.30 (http://www.bvlist.com/showthread.php?t=6539)

McNaccken 4th June 2011 15:16

Kinokpk v3.30
 
1 Attachment(s)
attention

Attention

One little note:

- Template needs to be editted!






------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Installation:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

1) Upload all contents from "upload" folder to the root of your site
2) Go to http://yoursite.com/install and follow instructions


So, I'm proud to present your attention new Kinokpk.com releaser 3.30. Key changes and features in this build:

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- Template system based on Smarty (+ cache)
- Optimization of the rating system
- Improved system tray
- New system languages
- Support for DirectConnect
- The possibility of transferring periodic tasks to cron
- Support CNC
- Refactoring
- Numerous edits
- Built-in forum
- Retrackers updated
- Simplified registration form
- Updated the test for XSS and TinyMCE
- Updated the system blocks
- Improved send email
- Enhanced debugging
- Graffiti
- Ability to check remote tracker to curl, sockets, etc.





kp380lv 5th June 2011 10:12

1 Attachment(s)
Dude i know that because i tested it from it's first version 1.00 - i know much more about this source.

SEE DEMO HERE: www.torrentsbook.com - Also next version of this source will be with:

XBT support
privilege system and classes
improved security
some database tweaks (queries)

This source english translation is maybe 50% or less. If you want made it 100% english then you must edit all source files (also SMARTY template) and should use API system which is created for this source.

Also i added NEWEST Kinokpk 3.30 version (This is the lastest - release date March 21, 2011) Few bugs FIXED

Recounter fix
cleanup use_ttl fix
TinyMCE updated & takesignup url fix
Installation and update scripts fix due memcache support added before Block-helpseed fix & release anonymizer fix
Sitemap generation fix & SEO-urls added to RSS/ATOM


$ REL_CONFIG - an array of configurations, an associative view table cache_stats (cached)
$ REL_CRON - an array of variables for the crowns, associative view table cron
$ REL_CACHE - object cache system in more detail in this thread
$ REL_DATABASE - connection object to mysql, more - at the docks to the function mysql_connect
$ REL_SEO - SEO friendly URL (This is for language translation - API)
$ REL_LANG - the object of languages
$ REL_TPL - an object of class Smarty, documentation here
REL_AJAX - a constant that determines whether the page is loaded with AJAX
WYSIWYG_REQUIRED - constant defined when he was made the first call WYSIWYG-editor in the script.
$ REL_DB - object database

smoky28 6th June 2011 19:22

Englis langs?

kp380lv 6th June 2011 20:02

Quote:

Originally Posted by smoky28 (Post 28362)
Englis langs?

This source hasn't english language files...

McNaccken 6th June 2011 20:32

You're wrong, man (sorry even if you're staff member on this site - you're wrong)!
There're ENG files even in installer...

If you don't trust me- i'll do live demo for it right now. For others:

If you want me to install this source with ENGlish lang, just wright in PM!

kp380lv 6th June 2011 21:17

Quote:

Originally Posted by McNaccken (Post 28364)
You're wrong, man (sorry even if you're staff member on this site - you're wrong)!
There're ENG files even in installer...

If you don't trust me- i'll do live demo for it right now. For others:

If you want me to install this source with ENGlish lang, just wright in PM!

LOL dude! SOURCE CODE ISN'T 100% TRANSLATED! As i say before if you want it 100% english then you must edit all files. Real example is details.php files - It's not really translated. Also real demo is www.torrentsbook.com (using Kinokpk 3.30) - check this out and you will see who has right! I had my own demo tracker alpha version of version Kinokpk 3.40 with XBT and memcached.

File translation example:

Wrong variant- without language API system.

Account settings

Correct variant- using language API system for lang files.

{$REL_LANG->_('Account settings')}

If you do not know what you are talking about then -please don't talk anymore.

smoky28 6th June 2011 21:35

Code:

Fatal error:  Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\classes\database\database.class.php on line 36

McNaccken 6th June 2011 21:37

ok... i've only posted it for people...
This is not my project. My own projects are - Tesla TT and PpkBB3cker, so this one i've posted just for others to test and of course i didn't use it too much time.

kp380lv 6th June 2011 21:42

Quote:

Originally Posted by smoky28 (Post 28367)
Code:

Fatal error:  Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\classes\database\database.class.php on line 36

Dude it won't work for you on Windows

Setup tracker on Linux and it working perfect

Kr1sKa 10th July 2011 04:19

Quote:

Originally Posted by kp380lv (Post 28369)
Dude it won't work for you on Windows

Setup tracker on Linux and it working perfect

You're absolutely wrong, the problem isn't in the OS, it's in the query.

You should look the queries performed in the file where the problem occurs.

kp380lv 10th July 2011 11:59

Quote:

Originally Posted by Kr1sKa (Post 28971)
You're absolutely wrong, the problem isn't in the OS, it's in the query.

You should look the queries performed in the file where the problem occurs.

Ou really? Okay try fix this query problem on Windows. Edit that file and then try use this tracker on WINDOWS LOL. And you will see it won't work ON WINDOWS. We will see who has right. I know this source developer - he writes torrent trackers only for LINUX based systems. Using windows also TinyMCE do not work why? Because it's windows and Windows sucks. For example TinyMCE can fix in this way using: PHP DS PATH'S instead of require_once.

What i wanted to say - This tracker source code is written for LINUX ONLY. Understand IT? Any questions?

Kr1sKa 11th July 2011 02:03

http://img94.imageshack.us/img94/6387/worthlessi.png

It was very easy to fix, i just added

Code:

set_time_limit(0);
after the reason why that error showed up was because of the language
this tracker stores language data in the database and to get all that data (2689 records) in the database takes some time. for me it took 1 minute.

kp380lv 11th July 2011 11:44

Quote:

Originally Posted by Kr1sKa (Post 28989)
It was very easy to fix, i just added

Code:

set_time_limit(0);
after the reason why that error showed up was because of the language
this tracker stores language data in the database and to get all that data (2689 records) in the database takes some time. for me it took 1 minute.

Lol i can too setup source code without installer using manually phpmyadmin on Windows. Well if you setup it using installer then okay i do not try it. But now try the TinyMCE editor - it won't work. As i said this source code was designed for Linux. You can try fix and correct all and so on.

But why you need this if this tracker is written for Linux???:D About language - yes it store language in db and so? It's even better. Any language can import and that's very cool. I use Linux and i have no problem's with this code.

Kr1sKa 12th July 2011 13:03

Quote:

Originally Posted by kp380lv (Post 28994)
Lol i can too setup source code without installer using manually phpmyadmin on Windows. Well if you setup it using installer then okay i do not try it. But now try the TinyMCE editor - it won't work. As i said this source code was designed for Linux. You can try fix and correct all and so on.

But why you need this if this tracker is written for Linux???:D About language - yes it store language in db and so? It's even better. Any language can import and that's very cool. I use Linux and i have no problem's with this code.

it's obvious that you didn't even look at the source code and you didn't fully read what i wrote. I wrote that the languages are stored in the database and if you would ever looked in the install.sql file, languages aren't there, you would need to import them manually.

If you still don't get it, I installed the source code using the installer.

http://img221.imageshack.us/img221/3673/ws2r.png


As you can see, TinyMCE editor does work and i didn't edit anything.

If the source code would be only for Linux and i think that the creator would be smart enough to actually write it in the installer.

kp380lv 12th July 2011 16:17

Quote:

Originally Posted by Kr1sKa (Post 29016)
it's obvious that you didn't even look at the source code and you didn't fully read what i wrote. I wrote that the languages are stored in the database and if you would ever looked in the install.sql file, languages aren't there, you would need to import them manually.

If you still don't get it, I installed the source code using the installer.

As you can see, TinyMCE editor does work and i didn't edit anything.

If the source code would be only for Linux and i think that the creator would be smart enough to actually write it in the installer.

Dude nope - try use TinyMCE plugins like graffiti or kinopoisk and others. Then you see that'they not working :)

Kr1sKa 12th July 2011 19:27

Quote:

Originally Posted by kp380lv (Post 29018)
Dude nope - try use TinyMCE plugins like graffiti or kinopoisk and others. Then you see that'they not working :)

Well, even so, that doesn't matter, because you said that the source won't work on Windows OS, but it did and TinyMCE did work, plugins which were created by the tracker source creator didn't work, because he used stupid method to get the tracker base path. Those errors can be easily fixed.

kp380lv 12th July 2011 19:35

Pffff are kidding me?:D He is one the best russian coders. TinyMCE do not work not only the author created MCE plugins but also original plugins won't work. Then use this source on your Windows because i don't use that sh*t:)

Kr1sKa 14th July 2011 00:37

Quote:

Originally Posted by kp380lv (Post 29021)
Pffff are kidding me?:D He is one the best russian coders. TinyMCE do not work not only the author created MCE plugins but also original plugins won't work. Then use this source on your Windows because i don't use that sh*t:)

You're wrong, he's not close to the best Russian coders. The tracker code which he created is very far from perfect, I saw quite many flaws in his code which real professionals woudn't create.

Obviously you're saying that Windows is bad because you don't use it or that some other specialists or teachers said that is bad.

.. And I can see that you can't admit that you're wrong, its obvious that this is taking nowhere, you're just trying to counter any reply that i make.

kp380lv 15th July 2011 18:41

Quote:

Originally Posted by Kr1sKa (Post 29036)
You're wrong, he's not close to the best Russian coders. The tracker code which he created is very far from perfect, I saw quite many flaws in his code which real professionals woudn't create.

Obviously you're saying that Windows is bad because you don't use it or that some other specialists or teachers said that is bad.

.. And I can see that you can't admit that you're wrong, its obvious that this is taking nowhere, you're just trying to counter any reply that i make.


Show me these security flaws if you are so good CODER and PHP expert. This source codes was tested by russian security forum members. All holes which they find was fixed. So please don't talk about things which you are do not understand or DON'T know. You are jelous because some guys know more about you and you need to show off how though guy you are - but you aren't - You are TYPICAL LATVIAN looser who like's rotate all the way around and show off to all forum members. You can keep posting and perform "EXPERT" lol. I will not answer to your's silly posts anymore. :nosepick:

THIS SOURCE CODE IS STABLE AND SECURE

Kr1sKa 15th July 2011 23:47

Quote:

Originally Posted by kp380lv (Post 29051)
Show me these security flaws if you are so good CODER and PHP expert. This source codes was tested by russian security forum members. All holes which they find was fixed. So please don't talk about things which you are do not understand or DON'T know. You are jelous because some guys know more about you and you need to show off how though guy you are - but you aren't - You are TYPICAL LATVIAN looser who like's rotate all the way around and show off to all forum members. You can keep posting and perform "EXPERT" lol. I will not answer to your's silly posts anymore. :nosepick:

THIS SOURCE CODE IS STABLE AND SECURE

You can't even understand what i'm writing, i said that the code is flawed. Flaw is an imperfection.

Installer has quite many flaws. Example: The Load time error, the design and the mysql charset. Languages aren't fully functional and there are many more flaws.

Mostly, it looks like you are the one who doesn't know what are talking about.
Saying that the website is only for the Linux is quite stupid except a certain situations like if that would be somekind of server control panel that uses shell.

Quote:

You are jelous because some guys know more about you and you need to show off how though guy you are - but you aren't - You are TYPICAL LATVIAN looser who like's rotate all the way around and show off to all forum members.
It more looks like you're the one who is "Loser" and it that sentence you copied what I said and just said in different words. I know that I have better knowledge of Website Developing.

Reading this thread posts by you I can only see that you're just trying unsuccessfuly counter my posts (Like I said before) and you weren't even making a real argument that proves that you're right, you were just showing the code flaws and trying to tell me that they were caused by OS differences.


All times are GMT +2. The time now is 19:59.

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