New Features and Tools

Important messages and news, make sure to read these.
Post Reply
User avatar
bonelifer
Administrator
Administrator
Posts: 477
Joined: 24 Jun 2006, 17:48
Real name: William
Location: htpc.MythBuntu

New Features and Tools

Post by bonelifer »

IRC LOGS

([url=http://phpbbmodders.net/about/irclogs/]http://phpbbmodders.net/about/irclogs/[/url])


Over the last few months we have been working on fixing bugs/adding features to the IRC bot ([url=http://www.phpbots.org/]PHP-IRC[/url]) we use in our IRC chat room on Freenode. Recently we have been able to finish the online interface to these IRC logs. The web interface now supports URLS and board smilies. After selecting the room or date, the page will automatically refresh. We've been testing the online interface for several weeks. and after great initial success and reports from various users it has come along nicely and was recently formally opened up for use by board users.


The following public rooms are being monitored currently:
#modders
#phpbb-coding
#phpbb-dev

The website IRC log interface can be found at (MENU: ABOUT -->> IRC logs):
http://phpbbmodders.net/about/irclogs/


Pastebin

([url=http://phpbbmodders.net/pastebin/]http://phpbbmodders.net/pastebin/[/url])


After much work by former and current MOD team members the Modders Pastebin, which has been around a while, has been brought back to the main menu for full public consumption. Most recently all pastes by a guest have been made completely private meaning they can only be seen by staff or if the guest has the original direct URL. This has been done to stop or hinder abuse by spammers and they are therefore not index-able by search engines. For registered users that are logged in, we have implemented the ability to see both your public and private pastes at http://phpbbmodders.net/pastebin/ on the left hand side via their respective links.



New tools

([url=http://phpbbmodders.net/tools/]http://phpbbmodders.net/tools/[/url])


We're are always looking to add useful tools to the website or mods/snippets to our forums. This time around we have created two tools that can help aide both mod writers and users.


Unix time converter
([url=http://phpbbmodders.net/tools/unix_time/]http://phpbbmodders.net/tools/unix_time/[/url])

This tool allows you to convert unix timestamps (seconds since 1970-01-01, 00:00:00) to a readable date or a date to a unix timestamp. This is a fairly straight forward process where you select your timezone in the drop-down list. Then enter a timestamp or a date. The only field that is required in the date is the year, the rest can be empty. If left empty month and day will be 01 and hour, minute and second will be 00.



Password generator
([url=http://phpbbmodders.net/tools/password/]http://phpbbmodders.net/tools/password/[/url])

As the name implies this tool generates random passwords. You simply select what characteristics you want to use: lowercase letters (a-z), uppercase letters (A-Z), numbers (1-9) and/or special characters (!&%#...), then choose the number of characters in the password and click on the Generate button. The uppercase letter O and 0 (zero) are not used because of their similarity.
Post Reply