-
Brazilian Portuguese for 0.726 with over 60 modules!
(News)
-
supposed to "hit and run", because there might be some files which are heavily hacked -- yes, you can do that to translations, too :-)
That's because I used for quite some time pncUserHack (affecting NS-User, NS-NewUser and NS-Your_Account) and some News hacks. Also, Extended Topics and AT Lite Blocks might have different defines. But, anyway, that won't stop your site from working, of course. And bear with me, as this is a one man job.
But, please, send me your patches, so I can clean it up and release a FULL CORE COMPATIBLE TUpInUKIM, ok?
Here's the listing of modules included:
******************
* Módulos (63) *
******************
advanced_polls
All_Stories
Archive
Autolinks
Blocks
Censor
ChangePassword
ContentExpress
Credits
Downloads
dq_helpdesk
Encyclopedia
FeedBack
feproc
fetax
FormExpress
legal
MailBag
Members_List
Messages
Modules
News
NS-AddStory
NS-Admin
NS-Admin_Messages
NS-Banners
NS-Comments
NS-Ephemerids
NS-Groups
NS-Languages
NS-LostPassword
NS-MailUsers
NS-NewUser
NS-NewUser*
NS-Past_Nuke
NS-Referers
NS-Settings
NS-User*
NS-Your_Account*
pagesetter
Permissions
photoshare
phpBB_14
pn_bbclick
pn_bbcode
pn_bbsmile
pnTresMailer
PostCalendar
Quotes
Ratings
Recommend_Us
Search
seminars
shortnews
Stats
Topics*
UpDownload
Web_Links
xuser
* => modules duplicated in the pack due to hacks:
pncUserHack
ExtendedTopics
******************
* Blocks  (28) *
******************
admin.php
banners.php
big.php
category.php
emldaonline.php
ephem.php
error.php
finclude.php
fxp.php
i-featured_article.php
linklist.php
login.php
menu.php
online.php
past.php
phpBB_14.php
phplive.php
poll.php
progress.php
radio.php
recent_and_top_news.php
rss.php
rss2.php
stories.php
thelang.php
topic.php
user.php
whatsnews.php
Download link: http://prdownloads.sf.net/pnlanguages/pnlanguages-x_brazilian_portuguese-0726-tupinukim-A-beta.zip?download
Release notes (in Portuguese, pretty much the above info): https://sf.net/project/shownotes.php?release_id=239437
Project page: https://sf.net/projects/pnlanguages
Generated on May 20, 2004.
-
Anti-Spam Laws Are Traps for Many PostNuke Sites
(News)
-
end, you’d be liable for $1,000 each email because it’s coming from your server and you have no permission from the recipient!
If you’re subscribing users to newsletters, chances are tens, if not thousands of your newsletters will meet the definition of spam under SB-186. If you send out a weekly newsletter to 1,000 people who you can’t prove specifically requested each and every newsletter, you could be liable for each incident which, in this case, would add up to a sobering $52 million per year!
If you notify users when someone responds to a forum, you might be liable. If one of your users uses someone’s real email ad
Generated on December 4, 2003.
-
Brazilian Lang Pack for pn723 (and more)
(News)
-
All (afaik ;-) core files and standard themes and the modules below.
X's,
Murilo
get it at sourceforge
-------------------------
Modis:
advanced_polls
All_Stories
Autolinks
Blocks
Censor
ContentExpress
Credits
Downloads
Encyclopedia
FAQ
Members_List
Messages
Modules
News
NS-AddStory
NS-Admin
NS-Admin_Messages
NS-Comments
NS-Ephemerids
NS-Groups
NS-Languages
NS-LostPassword
NS-MailUsers
NS-NewUser
NS-Past_Nuke
NS-Referers
NS-Settings
NS-User
NS-Your_Account
Permissions
PostCalendar
postMyMail
Quotes
Ratings
Recommend_Us
Reviews
Search
Sections
shortnews
SnakePending
Stats
SteelKB
Submit_News
Top_List
User_Points
WhereBisDu
Wiki
Generated on February 5, 2003.
-
Bare LF Email Rejection Problem with Windows Servers Fix
(News)
-
After doing much research, I found the fix for it. I have included files in the zip file which fix this problem for you if you are on a Windows based Web Server and running SMTP as your email application to send mails from the web server.
This fix only modifies the user.php file (for the welcome email upon registration that includes the user's password, and lost password retrieval) and the Recommend Us file (for recommending your site to other users and sending news article links to other users.)
The documentation in the zip file explains alot of information about this.
I hope this will assist in bringing it to the attention of developers to hopefully add the small extra /r in front of their /n in the mail functions so that it would look like: /r/n to solve this carriage return problem for us Windows users.
I have already posted this topic in the postnuke dev groups on yahoo.
Here's the file: Postnuke SMTP for Windows Fix
You do not need this file if you are not having problems! This is only really intended for Windows machines running IIS or Apache and php that have the problem as I have stated above.
-Havoc
http://3dhavoc.net
http://wolfenstein.3dhavoc.net
Generated on December 1, 2001.
-
Recover lost MySQL root password mini-HowTo
(News)
-
1. Kill the mysqld that may be running (not with -9):
kill `cat /var/lib/mysql/hostname.pid`
2. Restart MySQL in safe mode:
/usr/bin/safe_mysqld --skip-grant-tables&
3. Connect to MySQL:
/usr/bin/mysql
4. Use the mysql database:
use mysql;
5. Run the update command putting your new password where the ....'s are. Yes this is all one command:
update user set password = password('.......') where user = 'root' and host='localhost';
6. Flush the privileges so everything will take:
flush privileges;
7. Then quit mysql:
quit
8. Stop mysql from command line with:
/etc/init.d/mysql stop
9. Restart mysql from command line with:
/etc/init.d/mysql start
Generated on November 28, 2001.