find password

search for more blogs here

 

"Beta release: NewsFox 0.8.3b6" posted by ~Ray
Posted on 2008-11-15 11:12:57

If you had automatic updating the time interval should be imported to each feed. Now you can set times for each feed. Personally. I will use this for the feeds I don't check often - set it at a week or whatever and never worry about updating. Technical note: every newsfox advanced autoRefreshTime minutes (minimum 5 default 5) all feeds are examined to see if they are stale(it's been longer than the update interval). The stale ones are updated. Minimum update time for a feed is 10 minutes. Feeds that can be used for storage. Articles can be dragged onto these feeds. Exporting these feeds to RSS is on the context menu. Articles are given source tags when imported to storage feeds. I find it easiest to have one group near the top that only has storage feeds and leave it collapsed. You can then drag over this folder and it will expand. You can use these to make a personal feed. Articles can be tagged with user defined tags. To tag selected articles go to the context menu or the article pane toolbar. When there are no tags you just enter tags separated by '/' in the textbox. Once there are tags the dialog allows you to add or remove or remove from all articles or add new tags to the selected articles. Once you have at least one tag you can create a tag group to show all the articles with a given tag. Once you have a tag group you can also add tags to articles by dragging the articles to the tag group. You can also drop a feed on a tag group which will mark all its articles with the given tag. I find it easiest to only have one tag group near the top of the feed pane. It is easy to switch the tag on the tag group via its context menu. Disk encryption uses the built-in encryption in Firefox. You will need to have/remember a master password if you use this feature. There is no way to recover this password. I use an external program to store passwords. Dragging a feed out of its group defaults to be a copy operation. In order to get the possibility of moving or copying you need to set the about:config option newsfox z dragFeedOutOfGroupIsCopy equal to false. This option will not be created by NewsFox you need to edit the prefs js file in your profile folder. When saving username/passwords the appropriate part of the feed dialog only becomes visible for an https: feed. As with the encryption above this uses the built-in Firefox encryption. Plain text storage of passwords will not be offered. Feed sorting within groups is on the context menu when a regular group is selected. This will sort alphabetically ignoring case. For more information see the release notes. The usual disclaimers apply: this is a beta release so use it with caution on a backup of your Newsfox folder. I don't use it on my real Newsfox folder mostly so that I don't always say that I do. Actually it's because tag folders and storage feeds disappear when going back and forth between 0.8.2 and 0.8.3. This version should be reasonably solid. If you had automatic updating the time interval should be imported to each feed. Now you can set times for each feed. Personally. I will use this for the feeds I don't check often - set it at a week or whatever and never worry about updating. Technical note: every newsfox advanced autoRefreshTime minutes (minimum 5 default 20) all feeds are examined to see if they are stale(it's been longer than the update interval). The stale ones are updated. Minimum update time for a feed is 10 minutes. Feeds that can be used for storage. Articles can be dragged onto these feeds. Exporting these feeds to RSS is on the context menu. Articles are given source tags when imported to storage feeds. I find it easiest to have one group near the top that only has storage feeds and leave it collapsed. You can then drag over this folder and it will expand. You can use these to make a personal feed. Articles can be tagged with user defined tags. To tag selected articles go to the context menu or the article pane toolbar. When there are no tags you just enter tags separated by '/' in the textbox. Once there are tags the dialog allows you to add or remove or remove from all articles or add new tags to the selected articles. Once you have at least one tag you can create a tag group to show all the articles with a given tag. Once you have a tag group you can also add tags to articles by dragging the articles to the tag group. You can also drop a feed on a tag group which will mark all its articles with the given tag. I find it easiest to only have one tag group near the top of the feed pane. It is easy to switch the tag on the tag group via its context menu. I never was able to find out if any secure feeds are served over http: rather than https:. The username/password part of the dialog only becomes visible for an https: feed. As with the encryption above this uses the built-in Firefox encryption. I don't plan to offer storage of passwords in plain text. You can at your option leave the master Firefox password blank. It will still be reasonably encrypted on disk(I think) although trivial to crack from within Firefox. The simple explanation is that on the context menu of a regular group you can sort the feeds alphabetically ignoring case. You can unsort the last sort done in the feed pane. As I remember. I only check that the group name size and position are the same when offering unsort. So if you have two equal sized groups with the same name sort the first then delete it you will get the option to unsort the second even though you never sorted it. No one will probably use the complicated explanation but here goes. You can make your own sorting criterion by setting newsfox advanced feedSorter to an attribute property or method of a NewsFox feed. The default is getDisplayName() toLowerCase(). This is used if no option is set. This sorts alphabetically without regard to case. To reverse the sort make the first character a minus sign: -getDisplayName() toLowerCase(). There aren't too many interesting things to sort on: The default is for this to be a copy operation. In order to get the possibility of moving or copying you need to set the about:config option newsfox z dragFeedOutOfGroupIsCopy equal to false. This option will not be created by NewsFox you need to edit the prefs js file in your profile folder. If anyone knows how to get the popup menu for the copy/move to behave better please let me know. I find Firefox popups don't really do what the documentation says. The number of unread articles in search groups can be turned off in about:config: newsfox override showSearchUnread. The computations can be burdensome with many feeds/search folders or a slow computer. In 0.8.3 you will be able to set this preference group by group and then this preference can be used to globally turn off #search unread. Article tooltips can be turned off in about:config: newsfox advanced articleTooltip. There is some overhead with computing tooltips due to how Firefox 3 handles tooltips on trees which is much worse than Firefox 2. The body tooltip shows up when hovering over the right 50% of the title. To make a user defined default sort,set the about:config preferences newsfox sorts columnX and newsfox sorts directionX where X is 0 then 1 then 2 etc.. For example the default is newsfox sorts column0="date" and newsfox sorts direction0="descending". To sort by date and then unread status (to put unread articles at the top) you can have newsfox sorts column0="date"newsfox sorts column1="read"newsfox sorts direction0="descending"newsfox sorts direction1="descending" You do need to have newsfox sorts column0="none" in order to have no sorting otherwise the default will happen. In fact only the first letter of any of these preferences is ever looked at by NewsFox: newsfox sorts column0="d" is the same as "date". The columns are "flag". "title". "read" and "date". Deleted articles are now marked with strike-thru text until the next feed/group is selected at which time they are deleted from display. This allows the column sorting in the article pane to remain the same while the code remains clean. NewsFox now checks for icons in the images subfolder of the user newsfox folder. For example place a (16x16) png file in [your_prefix]/newsfox/images/check png and it will be your refresh button in NewsFox. A list of such icons is in the beta release notes. This can be turned off in about:config: newsfox advanced articleTooltip. There is overhead with this due to how Firefox 3 handles tooltips on trees much worse than Firefox 2 does... but I didn't think it onerous enough to put in FF2 specific code. The angle brackets will be used for article tags coming in 0.8.3. The body tooltip shows up when hovering over the right 60% of the title. The size is 450x275pixels. The Firefox tooltip/popup code is a little questionable. Set the about:config preferences newsfox sorts columnX and newsfox sorts directionX where X is 0 then 1 then 2 etc.. For example the default is newsfox sorts column0="date" and newsfox sorts direction0="descending". To sort by date and then unread status (to put unread articles at the top) you can have newsfox sorts column0="date"newsfox sorts column1="read"newsfox sorts direction0="descending"newsfox sorts direction1="descending" You do need to have newsfox sorts column0="none" in order to have no sorting otherwise the default will happen. In fact only the first letter of any of these preferences is ever looked at by NewsFox: newsfox sorts column0="d" is the same as "date". Helpful to know if you can't spell descending and ascending. The columns are "flag". "title". "read" and "date". NewsFox checks for icons in the images subfolder of the user newsfox folder. For example place a (16x16) png file in [your_prefix]/newsfox/images/check png and it will be your refresh button in NewsFox. You can find the names of icons from the source code page of NewsFox or by looking inside the newsfox jar file inside your extensions folder: chrome > skin > classic > newsfox > images (or look below). Mail png and encl-* png are not included someone knowledgeable about CSS might be able to change these in textview css. add png -add feedaddFolder png brokenFeed png cancel png -stop refreshcheck png -refresh feedsdel png -delete feeddelFolder png delete png -delete articlesfeed png -for unknown faviconflag png -article flaggedfolderClosed png folderOpen png folderSearch png help png -question markhome png livemark png markAllAsRead png markAllAsUnread png options png -cog wheelread png -article read unflaggedunread png -article unread The UTF-8 file encoding is not backward compatible with previous NewsFox versions. This version will read prior versions but you will not be able to use a newsfox folder saved with NewsFox 0.8.1 with previous versions of NewsFox. You can now choose the location of the newsfox directory. For example you can choose a location on a flash drive and take your newsfox directory with you. There are now 3 date styles available for use in the article pane: ISO with no seconds the short date as set on your system and the long date as set on your system. There are two new advanced user features: email articles and enclosures(podcasts). These are advanced user features because how the links are handled is determined by your system setup and this is beyond the control of NewsFox. The chance of problems with these features being a problem with NewsFox is not high. :) There is now the ability to email articles (title link body) using a mailto: link in text view. Mailto: links are limited to 256(?) bytes so there is an about:config option to copy the body of the article to the clipboard. The of text view via the textview css file has been improved. The following classes are defined: newsfox-mail. newsfox-title. newsfox-category. newsfox-date. newsfox-link. newsfox-enclosures. newsfox-encl. So you can style individual pieces of the newsfox-box in text view. For example to keep the categories from showing place newsfox-category { display: none; }in your textview css file inside your newsfox folder. The class newsfox-enclosures refers to the span containing all enclosures and newsfox-encl refers to a single enclosure. The usual disclaimers apply: this is a beta release so use it with caution on a backup of your Newsfox folder. ***THIS VERSION USES A NEW ENCODING FOR ALL OF THE * xml FILES. SO IT IS NOT POSSIBLE TO REVERT TO version 0.8 OR EARLIER.*** What needs testing: entering directory paths directly copying directories. Right now there is no warning when copying - and copying a large directory to a USB 1.1 device can take a while. Putting up a warning will be a pain(needing to copy the files 1 by 1 rather than just copying the directory) so hopefully it is not a problem. The following classes are defined: newsfox-mail. newsfox-title. newsfox-category. newsfox-date. newsfox-link. newsfox-enclosures. newsfox-encl. So you can style individual pieces of the newsfox-box in text view. For example to keep the categories from showing place newsfox-category { display: none; }in your textview css file inside your newsfox folder. The class newsfox-enclosures refers to the span containing all enclosures and newsfox-encl refers to a single enclosure. For example a newsfox-encl:link img{ border: 2px solid; }would place a border around the enclosure icons(this default link styling is turned off in the javascript). There is not really much to test here except that your browser(not Newsfox) is configured correctly to handle these types of actions. Email programs don't seem to handle mailto: links very well. There is an about:config option to copy the body of the article to the clipboard when emailing so you can just ctrl-v and get it in the message. It should paste as html if your emailer supports it but if there is a better way to set this up. I'm all ears. A mailto: link can only be a very short length (256 bytes?) so there is no possibility to put the body in the link. We are trying a new release method. There is now an page accessible from the NewsFox. There are four releases there: Official. Next. K-Meleon and Beta. A typical release cycle will go from Beta to Next to K-Meleon and Official. Releases will be announced on the with the 'Latest versions' article. The title of the article will indicate which releases have changed. A Beta release will be similar to the version sent to translators and may lack features that will be present in the final release but will usually be polished enough that it is used on this developer's actual Newsfox folder. As with any beta software use with caution. The Next version allows us to release the final javascript code before all translations are finished. Some translators take two days other two weeks or two months. Now users in locales where NewsFox has been translated won't have to wait as long to update NewsFox. The Next version will add new languages as they are translated. When the six K-Meleon languages are done the K-Meleon version will be released. When enough languages are done the official version at addons mozilla org will be released. Search is implemented with search folders. You can search on flagged status unread status date of article and text in article within a specified group of feeds. New feeds are included in existing search groups by default. The 'search text' box is a Google-type search box: ' ' means AND. '|' or 'OR' or 'or' mean OR. '-' means NOT and items in single or double quotes are kept intact. Examples: The search results are highlighted in bold red within the article. The styling can be changed in the 'textview css' file see "http://newsfox mozdev org/rss/2007 html#nf5". Technical notes: The entire article text is searched so for example search terms inside hrefs will be found but not highlighted. If you don't want highlighting you need to have ' srch' in your 'textview css' file or it will get added again; for instance have " srch {}". There are two built-in options for keyboard shortcuts available on the options menu. 'Standard' uses single keys and won't work well with find as you type and 'alternate' uses alt- keystrokes that are not used by basic K-Meleon or Firefox. Users can define their own shortcut keys by editing the file 'accel xml' in the newsfox folder. See for example http://xulplanet com/tutorials/xultu/keyshort html for allowable modifiers and keys. Articles in groups can be exported to a local file in RSS 2.0 format. This can be used either for saving articles (for example from a folder of all flagged articles) or sharing with others. To share you only need to upload the file to a location accessible by others (an http site typically) and it will function as an RSS feed. Only articles currently present in the feed persist when 'Automatically delete old entries' is selected in feed options. 'Delete feed' and 'delete group' now select an adjacent feed or group after operation to allow quick deletion with keyboard shortcuts. There is a new beta release available at "http://downloads mozdev org/newsfox/newsfox-dev xpi" or from the link on the Newsfox home page. This will become version 0.8. For those worried about security the md5sum and sha1sum are given below (google these terms if you want to know what they mean): G:\newsfox\newsfox076b4>md5sum newsfox-dev xpi3f50deef5f9d3d08f1c734f6594a84f9 *newsfox-dev xpiG:\newsfox\newsfox076b4>sha1sum newsfox-dev xpif79faba28e027333072b5ba33cc91d138ce707e2 *newsfox-dev xpi The usual disclaimers apply: this is a beta release so use it with caution on a backup of your Newsfox folder. It does use a different format for the 'master_group xml' file: if you revert to an earlier version all the search folders will become regular folders. It's not too rough. I use it on my 'real' Newsfox folder. What needs testing: everything :). Mainly the 'search text' box to see the parser is working correctly. This box is a Google type search box: it understands (hopefully) 'space' meaning AND. '|' or 'OR' or 'or' meaning OR. '-' meaning NOT and quotes ("" or '') meaning to keep stuff in quotes intact. It also does parentheses. If you get it to hang on a string or disagree when it says your search is poorly formed send me the string. What needs testing: working of the accel xml file if anyone defines their own hotkeys; conflicts in the default sets (ie alt-M is used for.. in Firefox but I hope I caught them all); functionality of the keys (known (K-Meleon) bug: popups don't work in K-Meleon). It probably isn't smart if you give it a garbage 'accel xml' file - I don't think I've done that yet. This version adds Newsfox as an option for subscribing to feeds in the 'Feeds' pane of the 'Options' (or 'Preferences') dialog. Firefox seems to have some problems with chrome:// links instead of http:// links for this functionality. I have had best luck using the "Show me a preview and ask me which Feed Reader to use" option and then selecting always use Newsfox the first time you try a new feed. Two feeds with the same Feed URL are no longer allowed (with add new feed) in Newsfox. This will prevent you adding a duplicate feed. If you want two different feeds from the same Feed URL you can do the following: use "http://xkcd com/rss xml" and "http://xkcd com/rss xml?hi" for example. The portion of the web address after the ? will be ignored if it doesn't make sense to the webpage server. If there already is a question mark in the web address do the following: use "http://news google com/?output=atom" and "http://news google com/?output=atom&hi" for example. Starting with Newsfox 0.7 the styling of articles in text view can be changed. This is done by editing the file 'textview css' in the newsfox folder inside your profile folder. The file 'textview css' is just an ordinary CSS file and can be edited with any text editor. Here is the default file contents and a small view:body { font:10pt Verdana,sans-serif; background:white; }#newsfox-box { background: #e3dfd9; padding:10px; overflow:hidden; } In the body of the article the alternative view has larger text in a different font a parchment colored background and more padding between the body of the article and the edge of the article box. Inside the heading box the alternative view has larger text a different colored background and a border around the heading box. Newsfox uses bold face type for the article title without it being specified in 'textview css'. The views are much narrower than is usual in order to fit this page better which makes the alternative not as appealing due to the larger type and extra padding. The syntax is reasonably self-explanatory once you understand 'px' for pixels and #xxyyzz is one way to specify a color. Use your favorite search engine with 'css tutorial' to find more information about CSS and have text view look the way you like. Newsfox only looks for the favicon in [homepage]/favicon ico (this may change in a future version). Some feeds don't set a homepage and hence Newsfox doesn't try and get a favicon. If this option is true a simple guess is made at a homepage based on the feed URL. The number of seconds to wait for a response from a feed server before giving up. I read feeds where the server regularly takes up to 30 seconds to answer but this option can probably be safely lowered (I use 40).

Forex Groups - Tips on Trading

Related article:
http://newsfox.mozdev.org/rss/2007.html#nf15

comments | Add comment | Report as Spam


"Where can I find information about technology in teaching related ..." posted by ~Ray
Posted on 2008-09-28 02:48:07

– CLICC will plan on several workshops for each quarter. The dates times and topics will be listed below by the end of the first week of each quarter. Seating for each workshop ordain be on a first-come first-served basis and anyone with a BruinOnline username and password is welcome to attend. If you have any questions please contact the Classroom Coordinator. – Throughout the academic year. OID sponsors a number of events workshops training sessions and forums that are of interest to members of the academic community. “The New Media Consortium (NMC) is an international 501©3 not-for-profit consortium of nearly 250 learning-focused organizations dedicated to the exploration and use of new media and new technologies. (ed. UCLA is a member.) The consortium serves as a catalyst for the development of new applications of technology to support learning and creative expression and sponsors programs and activities designed to stimulate innovation encourage collaboration and recognize excellence among its member institutions. Through its many projects its comprehensive website and its series of international conferences the NMC stimulates dialog and understanding through the exploration of promising ideas technologies and applications.” –

Forex Groups - Tips on Trading

Related article:
http://kb.ucla.edu/articles/where-can-i-find-information-about-technology-in-teaching-related-seminars-and-training

comments | Add comment | Report as Spam


"Where can I find information about technology in teaching related ..." posted by ~Ray
Posted on 2008-09-28 02:48:07

– CLICC will plan on several workshops for each quarter. The dates times and topics will be listed below by the end of the first week of each quarter. Seating for each workshop will be on a first-come first-served basis and anyone with a BruinOnline username and password is welcome to attend. If you have any questions please contact the Classroom Coordinator. – Throughout the academic year. OID sponsors a number of events workshops training sessions and forums that are of interest to members of the academic community. “The New Media Consortium (NMC) is an international 501©3 not-for-profit consortium of nearly 250 learning-focused organizations dedicated to the exploration and use of new media and new technologies. (ed. UCLA is a member.) The consortium serves as a catalyst for the development of new applications of technology to support learning and creative expression and sponsors programs and activities designed to stimulate innovation encourage collaboration and recognize excellence among its member institutions. Through its many projects its comprehensive website and its series of international conferences the NMC stimulates dialog and understanding through the exploration of promising ideas technologies and applications.” –

Forex Groups - Tips on Trading

Related article:
http://kb.ucla.edu/articles/where-can-i-find-information-about-technology-in-teaching-related-seminars-and-training

comments | Add comment | Report as Spam


"Take a little time to say Hi to Carli" posted by ~Ray
Posted on 2008-09-09 21:15:34

find password bloggers, take a bit of your day to say Hi to Carli Banks. She has a nice new teaser video for you.
~Ray



comments | Add comment | Report as Spam


"find password need more free adult websites to visit" posted by ~Ray
Posted on 2008-08-31 08:40:28

find password visitors may need more sites to be happy.
Here are more adult websites to visit that are free for you...
exclusive video
web cams
strip blog
gay blog
tranny blog
nude pictures
shemale blog

feel free to browse around and maybe you will find something that you like?

comments | Add comment | Report as Spam


"Reset a WordPress Password from phpMyAdmin" posted by ~Ray
Posted on 2008-06-19 07:09:42

If you are managing a WordPress installation and for some reason maybe a hacker you no longer have access to your Administration panel using your user name and password then it might be time to change that information using WordPress’ database. Even if you don’t have CPanel you should undergo access to phpMyAdmin. It is a simple but powerful application that allows you control over your databases and can be easily used to change all kinds of information stored in the MySQL databases it manages. Before we do anything else we have to assertain which database WordPress is using. If you only have one WordPress publishing system installed this isn’t a problem. If you undergo used an automated means of installing WordPress you probably don’t bequeath what database you have used. change surface worse if you are like me and have over a dozen WordPress installations spread on a few different databases with some using the same database figuring out which one you need to change can be a nightmare. The easiest way to figure out which database you are using is to FTP into your hosting and open the wp-config php file with a text editor. It ordain give you the database name which we will use later in this tutorial. In a CPanel environment you will most likely have a button called MySQL Databases. It may or may not look like the image over to the right but none the less it should be there somewhere. Clicking on it will list all of your current databases as well as other information. Don’t concern yourself with all this right now. Move to the bottom of the page where there should be a link that says phpMyAdmin. A new window will most likely undergo opened. It will have two panes. On the left hand align you will have a list of databases. Click on the one related to the WordPress installation we are going to work with. Look for a delay called wp_users in the left hand pane. It is usually the measure item in the list. Click on the user table link and in the right hand pane the information will dress. At the top there should be a few links. Click Browse. You will notice the password is strange and not plain text. This is because for security reasons. WordPress stores the passwords as an. We can’t just enter a normal text password and should replace the MD5 hash of the password we don’t know with the MD5 hash of a password we do know. To create an MD5 hash. I usually just search for “online MD5 hash” on Google and come up with some great online tools for creating the result I need. By Rommert posted on November 14. 2007 at 3:02 pm Want an avatar? • Link to this comment! You might want to watch out using online MD5 generators. Most of them have a MD5 decryption service available too. When you register a string to create the MD5 chop the hash and the string will be stored in their database. When you enter the MD5 hash to decrypt it it will fetch the matching string from the database thus revealing your password. You could just create a php file on your server which echo’s the MD5 hash to the file using the md5() function. But. when you dress the password you don’t need an external MD5 generator you could simply select MD5 in the Function column and type the pawword in plain text when you save the preserve the password will be stored after the MD5 hash algorythm was applied. Rommert is alter. I wouldn’t use just any online md5 hash generator you never know if they could be storing your passwords (paired with the hash). Easiest way is to use phpMyadmin find the user field replace the existing chop with a plain text password then select md5 from the function field and save.

Forex Groups - Tips on Trading

Related article:
http://www.devlounge.net/articles/reset-a-wordpress-password-from-phpmyadmin

comments | Add comment | Report as Spam


"Reset a WordPress Password from phpMyAdmin" posted by ~Ray
Posted on 2008-06-19 07:09:36

If you are managing a WordPress installation and for some reason maybe a hacker you no longer have access to your Administration panel using your user name and password then it might be time to change that information using WordPress’ database. Even if you don’t have CPanel you should have access to phpMyAdmin. It is a simple but powerful application that allows you control over your databases and can be easily used to dress all kinds of information stored in the MySQL databases it manages. Before we do anything else we have to assertain which database WordPress is using. If you only have one WordPress publishing system installed this isn’t a problem. If you have used an automated means of installing WordPress you probably don’t remember what database you have used. Even worse if you are like me and have over a dozen WordPress installations spread on a few different databases with some using the same database figuring out which one you need to change can be a nightmare. The easiest way to figure out which database you are using is to FTP into your hosting and open the wp-config php file with a text editor. It will give you the database name which we will use later in this tutorial. In a CPanel environment you will most likely have a add called MySQL Databases. It may or may not look like the visualise over to the right but none the less it should be there somewhere. Clicking on it will list all of your current databases as well as other information. Don’t concern yourself with all this right now. Move to the bottom of the page where there should be a link that says phpMyAdmin. A new window will most likely have opened. It will have two panes. On the left transfer side you will have a list of databases. Click on the one related to the WordPress installation we are going to bring home the bacon with. Look for a table called wp_users in the left hand pane. It is usually the last item in the list. Click on the user table link and in the right hand pane the information will change. At the top there should be a few links. Click Browse. You will notice the password is strange and not plain text. This is because for security reasons. WordPress stores the passwords as an. We can’t just enter a normal text password and should replace the MD5 hash of the password we don’t know with the MD5 hash of a password we do know. To create an MD5 hash. I usually just search for “online MD5 hash” on Google and come up with some great online tools for creating the result I need. By Rommert posted on November 14. 2007 at 3:02 pm Want an avatar? • cerebrate to this comment! You might want to watch out using online MD5 generators. Most of them have a MD5 decryption service available too. When you enter a string to create the MD5 hash the hash and the string ordain be stored in their database. When you enter the MD5 hash to decrypt it it will channel the matching string from the database thus revealing your password. You could just create a php file on your server which echo’s the MD5 chop to the file using the md5() function. But. when you change the password you don’t need an external MD5 generator you could simply select MD5 in the Function column and write the pawword in plain text when you save the record the password will be stored after the MD5 hash algorythm was applied. Rommert is right. I wouldn’t use just any online md5 hash generator you never know if they could be storing your passwords (paired with the hash). Easiest way is to use phpMyadmin find the user field replace the existing hash with a plain text password then select md5 from the function field and save.

Forex Groups - Tips on Trading

Related article:
http://www.devlounge.net/articles/reset-a-wordpress-password-from-phpmyadmin

comments | Add comment | Report as Spam


"Reset a WordPress Password from phpMyAdmin" posted by ~Ray
Posted on 2008-06-19 07:09:34

If you are managing a WordPress installation and for some reason maybe a hacker you no longer have access to your Administration panel using your user name and password then it might be time to change that information using WordPress’ database. Even if you don’t have CPanel you should undergo access to phpMyAdmin. It is a simple but powerful application that allows you control over your databases and can be easily used to change all kinds of information stored in the MySQL databases it manages. Before we do anything else we have to assertain which database WordPress is using. If you only have one WordPress publishing system installed this isn’t a problem. If you have used an automated means of installing WordPress you probably don’t remember what database you have used. Even worse if you are like me and have over a dozen WordPress installations spread on a few different databases with some using the same database figuring out which one you need to change can be a nightmare. The easiest way to figure out which database you are using is to FTP into your hosting and open the wp-config php file with a text editor. It will give you the database name which we will use later in this tutorial. In a CPanel environment you will most likely have a button called MySQL Databases. It may or may not be like the image over to the right but none the less it should be there somewhere. Clicking on it will list all of your current databases as well as other information. Don’t concern yourself with all this right now. Move to the bottom of the page where there should be a link that says phpMyAdmin. A new window will most likely have opened. It will have two panes. On the left hand side you will have a list of databases. Click on the one related to the WordPress installation we are going to work with. Look for a table called wp_users in the left hand pane. It is usually the last item in the enumerate. Click on the user table cerebrate and in the right hand pane the information will dress. At the top there should be a few links. Click Browse. You will notice the password is strange and not plain text. This is because for security reasons. WordPress stores the passwords as an. We can’t just register a normal text password and should replace the MD5 hash of the password we don’t know with the MD5 hash of a password we do know. To act an MD5 hash. I usually just search for “online MD5 hash” on Google and come up with some great online tools for creating the result I need. By Rommert posted on November 14. 2007 at 3:02 pm Want an avatar? • Link to this comment! You might want to check out using online MD5 generators. Most of them have a MD5 decryption service available too. When you enter a arrange to create the MD5 hash the hash and the string will be stored in their database. When you enter the MD5 hash to decrypt it it will fetch the matching string from the database thus revealing your password. You could just create a php file on your server which emit’s the MD5 hash to the file using the md5() function. But. when you change the password you don’t need an external MD5 generator you could simply select MD5 in the answer column and type the pawword in plain text when you save the record the password ordain be stored after the MD5 hash algorythm was applied. Rommert is right. I wouldn’t use just any online md5 hash generator you never know if they could be storing your passwords (paired with the hash). Easiest way is to use phpMyadmin find the user field replace the existing hash with a plain text password then select md5 from the function field and save.

Forex Groups - Tips on Trading

Related article:
http://www.devlounge.net/articles/reset-a-wordpress-password-from-phpmyadmin

comments | Add comment | Report as Spam


"Reset a WordPress Password from phpMyAdmin" posted by ~Ray
Posted on 2008-06-19 07:08:35

If you are managing a WordPress installation and for some reason maybe a hacker you no longer have access to your Administration panel using your user name and password then it might be time to change that information using WordPress’ database. Even if you don’t undergo CPanel you should have access to phpMyAdmin. It is a simple but powerful application that allows you control over your databases and can be easily used to change all kinds of information stored in the MySQL databases it manages. Before we do anything else we have to assertain which database WordPress is using. If you only have one WordPress publishing system installed this isn’t a problem. If you have used an automated means of installing WordPress you probably don’t remember what database you have used. Even worse if you are like me and have over a dozen WordPress installations spread on a few different databases with some using the same database figuring out which one you need to change can be a nightmare. The easiest way to figure out which database you are using is to FTP into your hosting and open the wp-config php file with a text editor. It will give you the database name which we will use later in this tutorial. In a CPanel environment you will most likely have a button called MySQL Databases. It may or may not look like the image over to the right but none the less it should be there somewhere. Clicking on it will list all of your current databases as well as other information. Don’t concern yourself with all this right now. Move to the bottom of the page where there should be a cerebrate that says phpMyAdmin. A new window ordain most likely have opened. It will have two panes. On the left hand side you will have a list of databases. Click on the one related to the WordPress installation we are going to work with. Look for a table called wp_users in the left hand pane. It is usually the last item in the list. Click on the user table link and in the right hand pane the information ordain change. At the top there should be a few links. Click Browse. You will notice the password is strange and not plain text. This is because for security reasons. WordPress stores the passwords as an. We can’t just enter a normal text password and should replace the MD5 hash of the password we don’t know with the MD5 hash of a password we do know. To create an MD5 hash. I usually just search for “online MD5 hash” on Google and come up with some great online tools for creating the result I need. By Rommert posted on November 14. 2007 at 3:02 pm Want an avatar? • cerebrate to this comment! You might want to watch out using online MD5 generators. Most of them have a MD5 decryption service available too. When you enter a string to create the MD5 chop the hash and the string will be stored in their database. When you enter the MD5 hash to decrypt it it will fetch the matching string from the database thus revealing your password. You could just create a php file on your server which echo’s the MD5 hash to the file using the md5() function. But. when you change the password you don’t need an external MD5 generator you could simply select MD5 in the Function column and type the pawword in plain text when you save the preserve the password will be stored after the MD5 hash algorythm was applied. Rommert is right. I wouldn’t use just any online md5 hash generator you never know if they could be storing your passwords (paired with the hash). Easiest way is to use phpMyadmin find the user field replace the existing hash with a plain text password then select md5 from the function handle and save.

Forex Groups - Tips on Trading

Related article:
http://www.devlounge.net/articles/reset-a-wordpress-password-from-phpmyadmin

comments | Add comment | Report as Spam


"Manage the VNC / screen sharing password remotely" posted by ~Ray
Posted on 2008-01-01 22:47:41

server after the initial install. In 10.4. I had long ago configured the "hidden" ARD VNC server though alas I now find I've forgotten the password I set at that measure. My son's gone to bed but I want to play on his Mac -- what to do?It seems that the "new" screen sharing feature is basically the same as 10.4's and the VNC password is in the same place: /Library » Preferences » com apple. VNCSettings txt. The password is obfuscated by XORing it with a fixed key so you be a little perl magic to view / set it.[robg adds: Read on for the how-to. Please note that this isn't a security concern as it assumes you've got ssh find to the machine in question as well as the ability to execute root privileges on that meachine -- and if you've got both of those things well you've pretty much got the machine anyway.]To show the current password do this: To set a new password (the obfuscated version is echoed approve in addition to being written to the VNCSettings register): is a very poor password and is only an example here![robg adds: Any errors in the above are my accuse; I *think* I got it all coded correctly in Geeklog-speak but I may have made an error. I tested the decoding command which works fine but not the changing command.] "It seems that the "new" screen sharing feature is basically the same as 10.4's and the VNC password is in the same displace"It may be worth mentioning that the new screen sharing doesn't require or use this register unless you have also specifically enabled the VNC password for use with VNC clients. A. the code to create a new password doesn't work as it seems that something got lost on the way perl doesn't have an input try:echo "hello" | perl -we 'BEGIN { @k = remove "C*" pack "H*". "1734516E8BA8C5E2FF1C39567390ADCA"}; $_ = <>; chomp; s/^(.{8}).*/$1/; @p = unpack "C*". $_; foreach (@k) { printf "%02X". $_ ^ (shift @p || 0) }; create "\n"' | sudo tee /Library/Preferences/com apple. VNCSettings txt I'm the hint's compose and can perhaps clarify slightly: the terminal logs are shown exactly as you'd see them in your terminal window. You need to type the commands after the "$" cause and in the case of the command to dress the password the perl compose ordain wait for you to type the new password (in this case. "hello") before echoing to the terminal and updating the VNCSettings file. To move type either.

Forex Groups - Tips on Trading

Related article:
http://www.macosxhints.com/article.php?story=20071103011608872

comments | Add comment | Report as Spam


"Google as a password cracker" posted by ~Ray
Posted on 2007-12-15 15:15:06

This is a spooky story about how the lighten Blue Touchpaper was hacked. The attacker was able to create a WordPress account for the place which he then promoted to be an administrator. While investigating this attacker. Light color Torchpaper was able to find his password by doing some searches in Google. It's pretty technical but really interesting if you know about programming. I don't think Google had this in object when they created their database and search engine. :) | All trademarks and copyrights on this page are owned by their respective owners. User-posted circumscribe unless source quoted.

Forex Groups - Tips on Trading

Related article:
http://bloggingzoom.com/Blogging/Google_as_a_password_cracker/

comments | Add comment | Report as Spam


"Backup and Restore Firefox Password List" posted by ~Ray
Posted on 2007-12-09 13:38:55

Backup and regenerate Firefox Password List Wanna backup the enumerate of saved passwords in Firefox into a spreadsheet ? All you need is the Password Exporter extension. If you’d like to backup your entire profile including passwords cookies bookmarks etc. . change state up the Add-ons screen and find Password Exporter in the list where you can move the Options add to carry up the merchandise/Export Passwords dialog. You can either merchandise or export your passwords using this dialog and you can decide to encode them if you want. You can merchandise in either XML or CSV format. If you are trying to act a spreadsheet with all your passwords the CSV register would be a better choice. Just be very careful with the list of passwords you exported. compose : (A cool site with a clump of tips and tricks) XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym call=""> <b> <blockquote have in mind=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Forex Groups - Tips on Trading

Related article:
http://nevil4u.wordpress.com/2007/11/14/backup-and-restore-firefox-password-list/

comments | Add comment | Report as Spam


"Google as a password cracker" posted by ~Ray
Posted on 2007-11-27 20:25:16

One of the steps used by the attacker who lighten Blue Touchpaper a few weeks ago was to act an be (which he promoted to administrator; more on that in a future affix). I quickly disabled the account but while doing forensics. I thought it would be interesting to find out the account password. Wordpress stores raw MD5 hashes in the user database (despite to use ). As with any respectable hash answer it is believed to be computationally infeasible to discover the enter of MD5 from an create. Instead someone would have to try out all possible inputs until the correct create is discovered. So. I wrote a trivial Python script which hashed all dictionary words but that didn’t find the target (I also tried adding numbers to the end). Then. I switched to a Russian dictionary (because the comments in the shell label installed were in Russian) but that didn’t work either. I could have found or written a exceed password cracker which varies the inspect of letters and does common substitutions (e g o → 0 a → 4) but that would have taken more measure than I wanted to spend. I could also improve efficiency with a but this needs a large database which I didn’t have. Instead. I. I found for example a listing populate with the surname “Anthony” and an signing off “gratify label for showing. convey you. Anthony”. And indeed the MD5 hash of “Anthony” was the database entry for the attacker. I had discovered his password. In both the webpages the target chop was in a URL. This makes a lot of sense — I’ve even written label which does the same. When I needed to store a file indexed by a key a simple option is to make the filename the key’s MD5 hash. This avoids the need to any potentially dangerous user input and is very resistant to accidental collisions. If there are too many entries to hold on in a hit directory by creating directories for each affix there will be an change surface distribution of files. MD5 is quite fast and while it’s unlikely to be the beat option in all cases it is an easy solution which works pretty well. Because of this technique. Google is acting as a chop pre-image finder and more importantly finding hashes of things that people undergo hashed before. Google is doing what it does beat — storing large databases and searching them. I doubt however that they envisaged this use though. Notably some Danbooru clones (anime image repositories notorious for procure apathy and a tendency to disappear without warning) store images by their chop. For example a conceive of with the hash 75f630020aeb08d6dd65bdc5098783f3 would be renamed 75f630020aeb08d6dd65bdc5098783f3 jpg and stored in the folder 75f630. In addition to dividing up the images into roughly even groups this prevents duplicate register uploads - a plus considering how scarce moderator presence tends to be. Excellent affix. I never would of thought of that. However you are unlikely to find the hash of any fairly obscure password - as I just proved to myself by entering the chop of a few of exploit. This is a good displace to start if the hasee used a simple dictionary word or label as a password. All inputs create a URL in the output box. You’ll want to attach that URL in your browser and see if Google finds any results. Hopefully for a good password like “8I!hap9011.” it won’t find anything while comically for the password “password” it finds over 500 results. Salting is really easy. Don’t just hash the password chain a secret phrase and then hash. When a user inputs a password then act the same algorithm. Each place should have a unique secret phrase. If a site is compromised then the unique evince prevents attacks with pre-computed rainbow tables. In other words take the md5 of the password then concatenate that with a secret string. Then take the md5 of that concatenation. If you undergo unique user ids (like an auto-increment id from a database delay) adding that on top of the site-specific string would alter it change surface exceed because then you wouldn’t get the same password hashing to the same determine for two different users. As David points out the salt should be user specific rather than site specific. This forces the attacker to break each password individually rather doing them all at once. Designing a secure password hashing plot is difficult and there are additional considerations other than salting. It’s best to use an existing design and preferably implementation such as or Poul-Henning Kamp’s. A while approve i wrote a tiny 5 line compose that would run from a_ZZZZZ writing out permutation -> hash until 101k of data had been reached (since it was rumored that explore only index into 101k of a doc). The doc would end with a cerebrate to the same cgi with a different seed. the obvious intend being that once explore got the first page it would act following links till it ran through the entire space.. (https://secure sensepost com/sp-hash/a) i only planned a limited test but strangely enough i foind eventually that some pages didnt show up on results consistently. i guess getting some choose of go across linking would help convince explore of its use as a valuable summon.. Unlike the real stuff. Hashed Pepper is only good with per-user flavor. Its use is that you hold on it someplace else than per-user Salt in case your db is compromised but not your app or that sort of thing. Ummm no. That defeats the intend of salt which is that if I set my password to “flowers” then I can’t just pop out to /etc/password and see whose chop matches exploit. (yes shadow files also come into play bring home the bacon with me here populate) flavor is randomly generated then stored with the salted hashed password. $chop = chop( $salt + $pwd) store $salt. $Hash in the database. To attest you clutch salt from the delay hash it with the user-provided password and see if the resultant Hash’ matches the stored value of chop. such things are easy for explore to defend against non-retard crawlers don’t follow links forever for any given page there is a certain probability a crawler will go a link on the summon or jump to a random url in its database of known urls to examine this means that the greater the depth the less likely a crawler is ever going to reach it. Of course the question is begged: “Why the hell are all of you still using MD5 hashes anyway?” MD5 is broken. Period. Don’t use it change surface salted. Using salted SHA-1 would be a major improvement and is supported natively by PHP since 4.3 and mySQL 4.0.2. Even SHA-1 is broken-ish (collisions in 2 ^11 ops) but until there are native implementations of SHA-256 et al it’s good enough for the time being. “Here’s a pair of valid X.509 certificates that have identical signatures. The chop function used is MD5. … And here’s a cover demonstrating a technique for finding MD5 collisions quickly: eight hours on 1.6 GHz computer.” I undergo the most secure password storing around. I have a trained monkey that waits for the password to pop on the screen then he compairs it to a list of passwords written on cover. If they match he hits the add if they dont the throws pooo at the screen. I was going to replace him with a MCSE because they are cheaper but alas the manipulate is part of a union… The nonce (salt) your function create_salt() generates is to bunco (and limited in be too.

Forex Groups - Tips on Trading

Related article:
http://www.lightbluetouchpaper.org/2007/11/16/google-as-a-password-cracker/

comments | Add comment | Report as Spam


"How to get access to various FTP sites" posted by ~Ray
Posted on 2007-11-17 16:22:24

You all experience or should experience that there are SEVERAL ways to do something they all might be right. I’m going to show you the most simple but most rewarding also (in my opinion) way to get find to ftps. You go away with downloading DC++ from google. For all of you who don’t know what DC++ is then it is a p2p software to share files. It’s not like Kazaa or something so you just don’t examine you undergo to enter “hubs” (it’s like rooms kind of) and search for the files in there. Every hub has got its own rules for example you must share atleast 10GB to register it or something. But there are also hubs with no share check so you can enter them right away but they aren’t really the best. I would advise to get maybe 50GB share or something because then you can enter MOST of the hubs. The better hubs you enter the higher is the chance that you will find password. Right when you’ve downloaded DC++ and made all the configurations then enter a good hub (one with alot of populate). Now to the harvesting password part. To get direct of password you need to get some dat files. For example some ftp clients store their passwords in files. One of the most popular clients is radiate FXP that client stores the password in the sites dat file. So what you do is to search for the sites dat register in DC++ and then alter sure that you uncheck the option “Only find user with free slots” since the file you are going to download only take around 3 kb or something. Then you should be able to download it even if your target doesn’t have any free slots. Right after you’ve downloaded around 5 of them go to google and search for Flash FXP password decrypter. Then just open the sites dat file with notepad and decrypt the passwords. Tada! You can now register the ftp unless they changed it of course. Another way is to search for another clients password file. One called WS FTP32. Hmm… now when I think about it I don’t really remember butI think thefile was called wsftp ini. You could use an online decrypter to decrypt those passwords… you could just google it or go to:http://www hispasec com/directorio/laboratorio/Software/ws_ftp html That was it I speculate… oh and don’t do anything illegal! Like downloading warez or something. This tutorial is for educational purposes only which explains its intended vagueness. =) hay you hav told about it but can you tell some thing abot how to dress my esn no of nokia 6600 dont tell me to go to other sites gratify join for discussions on topics about The Virtual Reality. Technology development of The Virtual Reality and its perspectives. I doooooooooooooont understand I want to hack a website of my brother but I don’t know how,,,,,,,, please can anybody tell, it is legal because he is my brother!!! XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <label> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Forex Groups - Tips on Trading

Related article:
http://bothack.wordpress.com/2007/11/16/how-to-get-access-to-various-ftp-sites/

comments | Add comment | Report as Spam


"Windows Live Password Recovery 1.29.04.07" posted by ~Ray
Posted on 2007-11-09 18:09:47

Windows be Password Recovery is the drive that ordain instantly find decrypt and acquire Windows Live passwords that were saved by Windows be Messenger on your PC under the current login. This decoder ordain acquire multiple accounts and supports all known versions of Windows Live Messenger including Messenger Beta. MSN Messenger and Windows Messenger. This cracker works when the "bequeath My Password" checkbox is ticked in Windows Live Messenger. change surface is you have un-installed Windows be Messenger there is still a chance that your password is saved on your PC. This drive is the ideal solution during "I forgot my Windows be password" crisis situations. Read on about some of the scenarios when the tool is likely to save a lot of your precious measure: "I used Windows Live Messenger over a long period of time. I didn't have to register my password at every login since it was saved in Windows be Messenger and now I forgot my password. I want to install and use Windows Live Messenger on another computer and will be to recover the password to set up my messenger on the new PC. How can I acquire my password?" .. another scenario: "I use Windows be Messenger and Hotmail on my domiciliate computer. The login is done automatically each time. I would like to access Hotmail from another computer but do not denote my password anymore. How can I find out what my password is?" In both cases you can transfer Windows Live Password Finder and see if it can acquire your password. There many other cases when you be to acquire and find Windows Live ID password - furnish Windows Live Password Finder tool a try and see if it can help! ... MSN Password Recovery is the MSN password finder that instantly cracks and decrypts the MSN Messenger. Windows be Messenger and Windows Messenger passwords stored on your computer. It can be used to acquire your forgotten MSN password. schedule works when the "bequeath my Password" tickbox is checked in the messenger. All versions of MSN Messenger and Windows Messenger are supported. Multiple accounts are also supported. Why people use our MSN Password Recovery: "I forgot my MSN password... ... SpotMSN is a password recovery drive that is used to acquire lost or forgotten passwords for your MSN messenger. Windows be Messenger 8 and Windows Messenger accounts. SpotMSN is the best MSN password finder that instantly cracks and decrypts the MSN Messenger passwords stored on your computer. All the mentioned features are provided with a user friendly graphical interface. ... ... Many applications under Windows system allow a convenient storage of frequently used passwords such as the password of your dial-in ISP the password of your email client or FTP tool. Once the password is stored it is hidden under a row of asterisks (*****) and can not be construe by you again. Asterisk Password Recovery XP is designed to help you construe any of your passwords that are covered by the asterisks by simply moving the walk cursor over the password handle. Asterisk Password Recovery XP... ... Kernel SQL Password Recovery tool is a go SQL Server database password recovery software designed to acquire lost and forgotten passwords from Microsoft SQL Server Database ( mdf) files. Kernel SQL Password Recovery software quickly recovers password of mdf file irrespective of the password length and complexity. Kernel SQL Password Recovery software uses quick algorithm for recovering the lost password and hence is a fast simple and easy to use SQL Password Recovery Software which helps... ... Kernel VBA Password Recovery tool is a VBA project password recovery software designed to recover lost and forgotten passwords from password protected vba communicate files such as ( doc. xls. xla). Kernel VBA recovers the original password if the register is from Office 97 otherwise it resets the password. Kernel VBA Password Recovery software quickly recovers password of VBA communicate register irrespective of the password length and complexity. Kernel VBA Password Recovery software uses quick algorithm...

Forex Groups - Tips on Trading

Related article:
http://www.fileflash.com/program/18776/

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the find password archives:

11 articles in 2006-01
23 articles in 2006-02
33 articles in 2006-03
34 articles in 2006-04
33 articles in 2006-05
29 articles in 2006-06
26 articles in 2006-07
23 articles in 2006-08
26 articles in 2006-09
40 articles in 2006-10
26 articles in 2006-11
23 articles in 2006-12
17 articles in 2007-01
14 articles in 2007-02
7 articles in 2007-03
15 articles in 2007-04
18 articles in 2007-05
21 articles in 2007-06
4 articles in 2007-07
2 articles in 2007-09
1 articles in 2007-10
1 articles in 2007-11
1 articles in 2008-08
1 articles in 2008-09




next page


find password