Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » Development of 2.X » phpMyBitTorrent 2.0
phpMyBitTorrent 2.0 [message #1818] Sun, 24 February 2008 15:11 Go to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
Now Starting work on the Next generation

Things to come

  1. php5 compatible___________((done))
  2. New Theme_________________((done))
  3. New User features
  4. New Admin features


Things to do

  1. remove use of Domxml ___________((no need))
  2. New icons
  3. Set up private tracker settings_________((done))



Keep watching for more


http://a.imageshack.us/img831/5562/mybikes.png

[Updated on: Sun, 11 May 2008 06:54]

Report message to a moderator

Re: phpMyBitTorrent 2.0 [message #1891 is a reply to message #1818] Wed, 26 March 2008 01:02 Go to previous messageGo to next message
DrAgon  United States
Messages: 192
Registered: August 2007
Super-Seeder
Bug hunter
wow. that is a lots of work with such limited resources that is available with this project. Please take your time and use all the resources possible.

Good luck with release of version 2 of PMBT.

If I can finish my other tracker project with SMF table integration then I'll provide whatever I got by the time you finish version 2, then perhaps with some more work, we can provide SMF forum integration into version 3 of PMBT in 2009.

It ain't gonna happen in one day either, It requires everyone chipping in and working in a team environment.

If you like what PMBT provides so far, then you need to learn more and understand all the efforts that goes into it and help out.
Re: phpMyBitTorrent 2.0 [message #1926 is a reply to message #1818] Wed, 09 April 2008 17:25 Go to previous messageGo to next message
lodp is currently offline lodp  Austria
Messages: 336
Registered: June 2006
Releaser
hi people,

sorry for keeping silent on this for so long .. been very busy lately, plus my laptop is currently at the shop, and i haven't managed to set up CVS yet on my box here.

my low level of involvement actually doesn't give me much of a say, but nonetheless, there are two points i'm concerned about

do you guys really think we should be going from 1.2 right to 2.0? i think such a jump would imply a real revolution in the code, and although PHP5 compatibility is a big thing, i don't think it justifies going right to 2.0. how about going for 1.5 instead?

Quote:

New Theme_________________((done))


i don't think adding yet another theme is a smart thing to do. that would make 4 themes that are shipped with the standard version, and (at least in my experience) the number of different themes to slow down development. the reason is that everything you do that involves changing/adding CSS classes, button images etc. often is 4 times the work because you have to make it work for every theme.

how about we make Ubuntu the only theme shipped with the core version, and release the other ones as packages here on the forum? we could set up a special "pmbt styling" forum, and post the themes as stickies. when there's a new release of the core, whoever feels like it can update the packages to make it work with the newest version.

come to think of it, we could do the same for the international language files (instead of shipping defective language files with each release, which we are now doing.)

i think that would make release cycles shorter, and make it easier to get the important stuff right in the core in time.

as soon as i've set up CVS, i'll get some bugfixes and improvements in (i'm keeping a list of things that i've fixed/improved on my site and that make sense to have in the standard version as well).

[Updated on: Wed, 09 April 2008 17:28]

Report message to a moderator

Re: phpMyBitTorrent 2.0 [message #1927 is a reply to message #1926] Wed, 09 April 2008 22:07 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
There is a reason for going with 2.0 rather then 1.5
the major reason is that the base code of dom-xml is being removed.


http://a.imageshack.us/img831/5562/mybikes.png
Re: phpMyBitTorrent 2.0 [message #1929 is a reply to message #1927] Thu, 10 April 2008 07:06 Go to previous messageGo to next message
DrAgon  United States
Messages: 192
Registered: August 2007
Super-Seeder
Bug hunter
I been looking at another tracker and the way they recently moved into templates/hack(code) engines that keeps tracker logic seperate from presentation logic and better handling of styles/css classes and hack (mod) additions and removals.

code looks pretty similiar to what this guy gives as an example in here:
http://www.massassi.com/php/articles/template_engines/

but he also warns about seperations of php from html and not to confuse that with presentation vs main core app logic.

I most likely will be getting into lots of these templates/styles/hack(mod) moduling/menu addition engines stuff hopefully soon and try to pick it apart and learn how they fit it all together and put my own two cents on what we gain or lose if anything.

anyways..let's keep at it..
Re: phpMyBitTorrent 2.0 [message #1932 is a reply to message #1818] Thu, 10 April 2008 22:49 Go to previous messageGo to next message
lodp is currently offline lodp  Austria
Messages: 336
Registered: June 2006
Releaser
joeroberts wrote on Sun, 24 February 2008 16:11

There is a reason for going with 2.0 rather then 1.5
the major reason is that the base code of dom-xml is being removed.


yeah, domxml is definitely a big thing, but doesn't 1.5 express that just as well (in that we're skipping 1.3 and 1.4?). just look at phpBB -- in going from 2.0xx to 3.xx they took 6 years and basically wrote a whole new application, right?

what's your opinion on the theme thing?

DrAgon

I been looking at another tracker and the way they recently moved into templates/hack(code) engines that keeps tracker logic seperate from presentation logic and better handling of styles/css classes and hack (mod) additions and removals.


yeah, PHP and html are totally entangled. And CSS is a mess too, which I personally contributed a lot of sloppy coding to. having three themes to maintain didn't make it any easier either.

it's just too tempting to do things quickly, in a way that works and looks good on the surface, rather than planning ahead and doing it all clean and proper from the beginning.

a template engine would be wonderful, but that means a complete overhaul, right?
Re: phpMyBitTorrent 2.0 [message #1933 is a reply to message #1932] Fri, 11 April 2008 08:47 Go to previous messageGo to next message
DrAgon  United States
Messages: 192
Registered: August 2007
Super-Seeder
Bug hunter
I also suggest for all of us to post all of our little/big/smart/dumb/complex/easy mods and hacks and bug reports/fixes into the forum

and Joe will go thru them quickly and (correct/reject/include) it into cvs and possibly v2

I think , version numbering could be at will..as well...it doesn't really matter..it is just a way to keep track of cvs/branching..and used for reference and marketing more than anything..specially now a days..

from 1.2.2 there was a full modded with lots of changes/forum and now we got more fixes/mods from all pmbt trackers and members and not to mention all Joe's changes in core tracker software...that's plenty to justify v2

I actually think fullmod was 1.6 or something..

anyways..let's post all the goodies as a team..to help out the next release and possibly get them included. I already can count for 10 to 15 changes from my side (custom/fixes/enhancement/bugs)

Re: phpMyBitTorrent 2.0 [message #1934 is a reply to message #1818] Fri, 11 April 2008 15:54 Go to previous messageGo to next message
lodp is currently offline lodp  Austria
Messages: 336
Registered: June 2006
Releaser
you're probably right about the version numbering -- it doesn't really matter. i just think it's desirable to let it go on in a linear fashion, i.e. a change from 1.0 to 1.2 should reflect approximately the same amount of changes as going from 1.2 to 1.4.

there's something i've been thinking about.. how about we start a new site that runs on the phpmybittorrent core code, and where the software is kept in sync with the CVS version at all times? that would be great for testing, and people would be able see what pmbt looks acts like before they install it. content would have to be kept 100% legal of course (CC-licensed stuff, open-source software, that kinda thing).

Quote:

I also suggest for all of us to post all of our little/big/smart/dumb/complex/easy mods and hacks and bug reports/fixes into the forum

and Joe will go thru them quickly and (correct/reject/include) it into cvs and possibly v2


i've got CVS access too, so i could engage in that as well.

i don't think we should take care not to integrate too many crazy mods into the official version. we shouldn't bloat the package too much, as it's already pretty large (in terms of files and in options). many of those mods only make sense in special environments, and you would have to make people able to switch stuff on/off, which quite often multiplies the amount of work getting it into CVS.


for something completely different: is anybody else having problems logging in / staying logged in on these forums? i've had these problems for years here.. often the login form will log me in only on the second attempt, and after browsing a couple of minutes i'm often logged out without reason.

how about we switch to phpBB3 here? maybe there's a conversion script for fudforum..
Re: phpMyBitTorrent 2.0 [message #1940 is a reply to message #1934] Sun, 13 April 2008 21:46 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
should we loose fck editor and go with BBcode in PMBT it would lighten the load?

http://a.imageshack.us/img831/5562/mybikes.png
Re: phpMyBitTorrent 2.0 [message #1941 is a reply to message #1940] Mon, 14 April 2008 01:39 Go to previous messageGo to next message
DrAgon  United States
Messages: 192
Registered: August 2007
Super-Seeder
Bug hunter
sounds good to me.

so perhaps two release candidate (starting with RC1) dev staging instances...with options..to a easy method to turn stuff off and on and then we can promote or add it to RC2 staging and etc..finally release 2.0

maybe we need to have comprehensive list of features to clarify release candidates.


Re: phpMyBitTorrent 2.0 [message #1957 is a reply to message #1818] Wed, 16 April 2008 10:47 Go to previous messageGo to next message
Revan is currently offline Revan  Czech Republic
Messages: 125
Registered: April 2007
Super-Seeder
as for templates i think it would require major changes in almost everything... but i'm not sure if it would bring some better results - sure some parts would get cached so it would take less server resources, but on other hand using templates can sometimes be very very "restrictive" concerning what you can and cannot do...

as for fck editor - i think it would be cool to replace it with basic text input and bbcodes, but i'd also leave an option in administration for turning fck editor on..

and good idea about posting all mods we did - i'll look through what i did and post everything that i think can be useful in any way Smile

just my 2 cents...
Re: phpMyBitTorrent 2.0 [message #1962 is a reply to message #1957] Tue, 22 April 2008 05:12 Go to previous messageGo to next message
DrAgon  United States
Messages: 192
Registered: August 2007
Super-Seeder
Bug hunter
Yea..I think Joe already have started on a dev/staging instance for release 2 codebase candidate that include all new core changes, features and he might also be looking into adding some of the mods/hacks from this forum as he sees fit.

So we all still need to continue contributing when we get a chance to help out!

We are all sort of busy and exhausted and lazy.. ..but we'll get there eventually.. Razz
Re: phpMyBitTorrent 2.0 [message #2157 is a reply to message #1962] Tue, 29 July 2008 04:58 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
PMBT 2.0 works inprogress can be seen here http://www.moviegamesmore.net/pmbtv2/index.php
it has massif new features


  1. Ajax shout
  2. Ajax details
  3. removed FCKeditor
  4. Installed new Advanced BBcode system
  5. lightened index load
  6. lightened announce
  7. lightened scrape
  8. Completely php5 compatible
  9. New theme
  10. New user features
  11. new admin features

    1. Set Site private from admin panel
    2. Force Passkey From admin panel
    3. admin Ajax quick edit for Torrent details

  12. And many many more



http://a.imageshack.us/img831/5562/mybikes.png

[Updated on: Sat, 02 August 2008 17:00]

Report message to a moderator

icon14.gif  Re: phpMyBitTorrent 2.0 [message #2207 is a reply to message #2157] Sun, 07 September 2008 06:20 Go to previous messageGo to next message
ancraz is currently offline ancraz  India
Messages: 12
Registered: March 2008
Leecher
cant wait just looks so Shocked .i know this is not correct que when will the script will released Smile.will have external torrent support i have been waiting for it so long so i can start my own torrent site Smile
Re: phpMyBitTorrent 2.0 [message #2209 is a reply to message #2207] Sun, 07 September 2008 12:38 Go to previous message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
yes full external torrent support stell working out a few bug I have found Sad

http://a.imageshack.us/img831/5562/mybikes.png
Previous Topic:New PMBT forum testers needed
Next Topic:Need Help translating: French, German, Italian, Spanish, Portugese.. whatever
Goto Forum:
  


Current Time: Thu Feb 09 12:07:50 GMT 2012

Total time taken to generate the page: 0.01168 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software