Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   TBDev Bravo Edition (http://www.bvlist.com/showthread.php?t=858)

kp380lv 19th August 2008 19:10

Viperia - Phpbb no! Better upgrade default forum.php safer and add some cool features than use Phpbb as forum!:) Tracker goes faster without that forum!

What need to add this source?! I think:

Default forum

Lot AJAX functions

Source who can kick ass [url=http://bit-torrent.kiev.ua/]

Viperia 19th August 2008 19:58

Well ofcourse if you make the internal default forums equally good as the phpbb3 version then no need to add it, but it would be cool to integrate with such a board which also has lots of own mods etc. :)

No need to reinvent the wheel you now! ;)

And Yuna is on of the most promising looking torrent trackers out there except for the part that it can not use XBT Tracker from what i have seen. Would be a great function especially if you plan to run a big tracker and don

kp380lv 19th August 2008 20:11

Offcourse Viperia but I do not reinveint wheel - i just wanna help with theme:)

Viperia 19th August 2008 20:49

Quote:

Originally Posted by kp380lv (Post 3572)
Offcourse Viperia but I do not reinveint wheel - i just wanna help with theme:)

Hehe theme? Thats old stuff now days we have ehum yeah we have templates! :P haha

Regards,
Viperia

kp380lv 19th August 2008 21:07

In nowadays steal templates or use it for tracker isn't cool anymore;) Better make them own cuz you now that your theme is only in the world;)

I can support tracker modifications - export from other russian,latvian,english forums and translate it in english so that is my stuff:)

Viperia 19th August 2008 22:05

Well to add some more things here!

I could help to translate to Swedish since thats my native language, and spell check and look over English language since i think i can handle that quite good also. ;)

As i mentioned earlier i maybe will be able to donate money but also since i have a server standing here besides me connected to a 10mbit FD line i could even think about lending out an account for more hard testing and playing around. Maybe ill put up some VPS stuff and i can give you full root access to the server, but only to be used for developing and testing a torrent tracker. Nothing else okay! (I need the bandwidth for my porn!)

Other than that i have some skills in web design, but think some other guys around here are even better than me on it. Have limited skills in mysql and php but may come in handy, who knows? XHTML, HTML and CSS1/2 are not to much of a trouble for me so making good HTML code i can help with. But now days who can not make good html code? :P

And of course i could be around helping with beta-testing or what ever things that may need to be tested out i guess.

Another good idea would be to make some checking around with friends and on other forums and similar places to see if some other people with good skills in different things like coding, design, translations etc. The more people that are interested the bigger chance to find more help and get closer to the project goal!

Regards,
Viperia

wMan 19th August 2008 22:59

be nice :)

djlee 19th August 2008 23:27

there really wouldnt be any need for a one click install module system .. your just thinking too posh now .. its a simple case of PHP includes ... rather than having lets say the "x last forum posts" block on the home page .. you would instead have

Code:

if($show_lastposts)
  include("modules/index/lastposts.php");

then you'd have a config file which is editable from the staff panel and in that config file you'd have

Code:

$show_lastposts = true;
no need for some complex module system .. and no need to worry about coding styles .. all the mods that would fit hard coded into a source would drop in such a module system in the same way .. the only problem you;d have it where a mod needs you to change the values of things outside of teh main block of the module or even change the placement of things .. but with a little thought thats easy enough to overcome using IF statements and ternary operators where needed


All times are GMT +2. The time now is 06:53.

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