Following in the footsteps of Joomla! 1.6

Now it is a good year since Joomla! 1.5 was released. Last week, already the 10th Maintenance-Release Joomla! 1.5 released. But what about the development of the successor Joomla! 1.6? I want you in this article show a few screenshots and reveal which of the new features are already included in the new version there. Moreover, I have you first install package of Joomla! 1.6 preAlpha enclosed.

I have seen at the first evaluation have the following functions:
• New access control (user roles and access levels)
• Arbitrary form fields for contact form
• With built-in captcha for contact
• Community members with administrative functions (eg groups)
• Management new extensions management
• Automatic Update feature
• More Languages Management (Localization)

Here are a few pictures from the latest SVN (rev 11742) version of this morning.

Joomla 1.6

Joomla 1.6 - ACL

Joomla 1.6 ACL

Joomla 1.6 Extension Manager

Joomla 1.6 Update Manager

Joomla 1.6 Extension Manager

Joomla 1.6 Language Manager

Joomla 1.6 Language Manager

Joomal 1.6 Membership Manager


>How long do you have now to wait for the new version? Now this question has been asked often. But until today there is no reliable answer. Certainly, if you look at the current working copy of 1.6 seems that the developers are still very much work.
Wilco Jansen commented just last week on this topic. He is not a working version before the end of this year in prospect. So it must be assumed that the new Stableversion at least another year to wait for it. There is currently a lot of patience for the Joomla! Community gefragt. Community demand.

Phoca Guestbook with Captcha - Joomla! Extensions Directory

Phoca Guestbook with Captcha ComponentLanguage

Phoca Guestbook is a Joomla! component. It is a simple guestbook with Captcha system.

Requirements:
- Joomla! 1.5

Documentation
http://www.phoca.cz/documentation/category/3-phoca-guestbook-component

Demo:
http://www.phoca.cz/demo/

This GuestBook is pretty straightforward.

The only issues I had were figuring out how to install the additional language packs, since it was not just a matter of "installing" via the Joomla installer.... I had to unzip them and copy them over the the specific language folders using FTP.

Poking around it is easy enough to figure out.

Thanks for this!
Owner's reply

Hi, thank you for your review, please take a look to the documentation:

http://www.phoca.cz/documents/46-translation/274-how-to-install-language-pack-in-joomla

Jan

شرح اوامر ملف htaccess لحماية الملفات

طلب مني بعض الزملاء توضيح قضية استعمال ملف htaccess لحماية الملفات في مواقعهم ولذالك تم اعداد هذا الموضوع. على أثر موضوعي الأخير عن لصوص النت وصلتني رسالة من مجهول يتهمني بالأنانية والحقد بسبب ما كتبته. لا أريد أن أكتب المزيد عن هذه الظاهرة فقد قلت ما عندي ولكن تخيلوا معي هذا الموقف: حضرت الى بيتك مجموعة من الضيوف, هل انت ملزم باستقبالهم ؟ نعم, بل يجب عليك أيضا أن تحسن الضيافة وأنت تكرمهم. في المقابل حضرت مجموعة ضيوف عند فلان لا تعرفه, هل أنت ملزم باستقبالهم ؟ لا, واجب الضيافة ملقى على فلان. نفس الشيئ بالنسبة لمواقع الانترنت, كل صاحب موقع يهتم بموقعه وبزواره وهو غير ملزم بالاهتمام بزوار باقي المواقع التي لا يعرفها ولا توجد له صله بهم. اذاً أين الأنانية ؟ لم نقل أنّ نسخ المواضيع ممنوع بل طلبنا وضع رابط للموضوع الأصلي. اضافة الى ذالك كل موقع له باندويث محدّد, وهذا الباندويث مخصّص للموقع وزواره وهو غير مخصّص لكل من هبّ ودبّ لأنه ببساطة سينتهي الباندويث وسيتوقف الموقع عن العمل ناهيك عن موارد السيرفر (معالج, ذاكرة ..), كم سيتحمّل السيرفر ؟ هذا ليس سيرفر من سيرفرات جوجل ليتحمّل ملايين الطلبات !

ملف htaccess هو عبارة عن ملف نضع به أوامر معينة لا تقتصر فقط على حماية روابط الملفات (Hotlinking) بل له وظائف أخرى غير ذالك. في هذا الموضوع سنتكلم عن بعض الأوامر المهمة الخاصة بحماية الروابط. سنقوم بعمل ملف جديد بالنوتباد ونحفظه بالاسم htaccess. (انتبه للنقطة-مهم جدا) وفي داخل هذا الملف نضع الأوامر التي نريدها من بين الأوامر التالية.

ملاحظة: اذا لم تظهر معك الأكواد بشكل سليم اضغط على Ctrl + F5

حماية الصور

هذا الكود يقوم بعمل وظيفتيتن:


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?rasheed-b.com(/)?.*$ [NC]
RewriteRule .(gif|GIF|jpg|JPG)$ /hotlinking/banned.gif [L,NC]

1. يمنع عرض الصور خارج موقعك.
2. يستبدل الصورة بأي صورة تختارها وهذه الصورة ستظهر في الموقع الذي استعمل صورك.

مثال: هنا (مفضّل عمل رفرش بعد ان تفتح صفحة المثال)

نشاهد في المثال عدم ظهور الصورة المطلوبة وظهرت مكانها صورة التنبيه.

شرح طريقة الاستعمال:

بداية, ننسخ الكود ونضعه في ملف ال htaccess الذي تكلمنا عنه قبل قليل. اذا أردت أن تمنع الظهور الخارجي للصور الموجودة في مجلد معيّن فعليك أن تضع ملف ال htaccess داخل ذالك المجلد, بينما لو أردت أن تمنع الظهور الخارجي للصور الموجودة في موقعك كله فعليك أن تضع ملف ال htccess في المجلد الرئيسي لموقعك في ال public_html.

rasheed-b.com: تستبدله بدومين موقعك.

gif|GIF|jpg|JPG: امتداد الصور المحمية ويمكنك التعديل.

hotlinking/banned.gif
: رابط صورة التنبيه.

يمكنك تصميم صورة التنبيه التي ستظهر في المواقع الخارجية كما تشاء. مفضل ان تكون مقاساتها صغيرة وحجمها صغير أيضا. يمكنك تصميمها بأي شكل تريده, استعمل خيالك الواسع, قد تكون الصورة دعاية لموقعك وقد تكون رسالة توبيخ. هذه الصورة يجب أن تضعها على موقع آخر (لأنه منعنا ظهور أي صورة خارج الموقع وستكون من ضمنها صورة التنبيه أيضا ! ). لكن اذا أردت أن تكون هذه الصورة على موقعك أنصحك أن تقوم بعمل مجلد تسميه مثلا hotlinking وفي داخل هذا المجلد سنضع ملف htaccess وبه الأمر التالي والذي يعني أن جميع الصور والملفات داخل هذا المجلد (ومن ضمنها صورة التنبيه) يمكنها أن تظهر بأي موقع خارجي وهي غير محمية:


RewriteEngine off

الان, من يريد استعمال صورك يستطيع تحميلها ورفعها على مساحته لكنه لن يستطيع أن يستخدم مساحتك حتى يعرض الصور في موقعه.

حماية الملفات

هذا الكود يقوم بعمل وظيفتين:


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://(www.)?rasheed-b.com/.*$ [NC]
RewriteRule .(rar|RAR|ZIP|zip)$ http://www.rasheed-b.com [R,L]

1. يمنع تحميل ملفات من خارج موقعك.
2. عندما يقوم شخص بمحاولة تحميل ملف محمي سيتم تحويله الى موقعك.

مثال: هنا

عند الضغط على الرابط سيتم التحويل الى العنوان الذي تريده ومفضل ان يكون الصفحة الرئيسية لموقعك. لاحظ أنه عند محاولة تحميل الملف بواسطة (حفظ باسم) سيتم التحميل ولكن الملف سيكون فارغ وحجمه 34 كيلوبايت !

شرح طريقة الاستعمال:

كما شرحت لكم سابقاً, ننسخ الكود ونضعه في ملف ال htaccess بحيث اذا أردت أن تمنع تحميل الملفات المحمية الموجودة في مجلد معيّن فعليك أن تضع ملف ال htaccess داخل ذالك المجلد, بينما لو أردت أن تمنع تحميل جميع الملفات المحمية الموجودة في موقعك فعليك أن تضع ملف ال htccess في المجلد الرئيسي لموقعك في ال public_html.

rasheed-b.com: استبدله بدومين موقعك

rar|RAR|ZIP|zip: الملفات التي تريد حمايتها ويمكن التعديل عليها.

http://www.rasheed-b.com: رابط التحويل عند محاولة تحميل ملف محمي.

هذا الأمر مفيد بالذات للملفات الكبيرة والتي تستهلك باندويث كبير, تخيّل لو كان الملف مطلوب وانتشر الرابط بالمواقع, عندها سيتم استهلاك موارد كثيرة قد لا يتحملها السيرفر الموجود عليه موقعك. عند استعمالك هذا الكود لن يتم تحميل الملف من خارج موقعك وسوف يكون التحميل فقط من خلال موقعك. تريد تحميل الملف ؟ تفضل بزيارة الموقع ولا تسحب الملف من مكان اخر.

مواقع صديقة

بواسطة هذا الكود نقوم بعمل قائمة للمواقع الصديقة التي نسمح لها بعرض ملفاتنا عندهم.


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.friendlysite1.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://friendlysite1.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.friendlysite2.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://friendlysite2.com.*$ [NC]

شرح طريقة الاستعمال:

ضع الكود في ملف ال htaccess وحدّد من خلاله ما هي المواقع الصديقة.

friendlysite1.com: موقع صديق.

friendlysite2.com: موقع صديق آخر.

هذا الكود مفيد عندما تريد ان يكون بينك وبين موقع اخر تعاون معيّن مثلا مع موقع اسلامي أو مع موقع FeedBurner أو أي موقع آخر ترغب به. لاحظ هنا مثلاً ظهور الصور في الموقع الصديق رغم تفعيل الحماية على الصور في مدونتي.

مواقع غير صديقة

بواسطة هذا الكود نقوم بعمل قائمة للمواقع الغير مرغوب بها والتي لن نسمح لها بعرض ملفاتنا عندهم.


RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://www.badsite1.com/ [OR]
RewriteCond %{HTTP_REFERER} ^http://badsite1.com/ [OR]
RewriteCond %{HTTP_REFERER} ^http://www.badsite2.com/ [OR]
RewriteCond %{HTTP_REFERER} ^http://badsite2.com/
RewriteRule .(gif|GIF|jpg|JPG|rar|RAR)$ http://www.rasheed-b.com [R,L]

شرح طريقة الاستعمال:

ضع الكود في ملف ال htaccess في المجلد الرئيسي لموقعك وحدّد من خلاله المواقع الغير مرغوب بها.

badsite1.com: موقع غير مرغوب به

badsite2.com: موقع اخر غير مرغوب به.

gif|GIF|jpg|JPG|rar|RAR: الملفات المحمية ويمكنك التعديل عليها.

www.rasheed-b.com: رابط التحويل عند محاولة تحميل ملف من موقع غير مرغوب به.

هذا الكود مفيد للتخلص من المواقع التي تستخدم صورك وملفاتك بكثرة ويسببون ضغط على سيرفر موقعك واستهلاك كبير للباندويث.

برامج آلية

هذا آخر كود تركته للنهاية لأنه طويل. هنالك برامج متنوعة (bots) يمكنها تحميل كل ما يصادفها في موقعك من ملفات بدون استثناء. هذه البرامج تسبب ضغط شديد على الموقع أثناء عملها. هنالك أيضاً عناكب سيئة. عناكب محركات البحث (جوجل … ) مرغوب بها لكن هنالك عناكب وظيفتها “سحب” الايميلات وما الى ذالك من مهام لا بارك الله فيها. القائمة التالية تحتوي على عدد لا بأس به من هذه البرامج وجدتها في موقع Webmasterworld ويمكنك وضعها في ملف ال htaccess للاحتياط حتى تمنعها من الحاق الضرر في موقعك.


RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
RewriteCond %{HTTP_USER_AGENT} ^Bot mailto:craftbot@yahoo.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
RewriteCond %{HTTP_USER_AGENT} ^Download Demon [OR]
RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
RewriteCond %{HTTP_USER_AGENT} ^Express WebPictures [OR]
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Image Stripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Image Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} Indy Library [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
RewriteCond %{HTTP_USER_AGENT} ^Internet Ninja [OR]
RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
RewriteCond %{HTTP_USER_AGENT} ^JOC Web Spider [OR]
RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mass Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^MIDown tool [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mister PiX [OR]
RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Net Vampire [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline Explorer [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline Navigator [OR]
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^Papa Foto [OR]
RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
RewriteCond %{HTTP_USER_AGENT} ^Teleport Pro [OR]
RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web Image Collector [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebGo IS [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website eXtractor [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website Quester [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule ^.* - [F,L]

Vista New Themes Pack 2009 V2 For [XP-Vista-7]

screenshot

Vista New Themes Pack 2009 V2 | 78 MB

Contains the following :
- All Themes compressed in a single executable and can be added easily .
- Themes For Windows XP,Vista and Se7en .
- Wallpaper Collection .
- RocketDock v1.3.5
- UberIcon v1.0.4
- Chameleon Clock v5.1 Plus Extras .
- Visual Task Tips v3.4
- TrueTransparency v0.94 + 30 style .
Download:
http://rapidshare.com/files/214974059/Vista_New_Themes_Pack_2009_V2.0.rar
http://uploading.com/files/5842QTYH/Vista_New_Themes_Pack_2009_V2.0.rar.html

Microsoft patches critical hole in Windows kernel

Microsoft on Tuesday issued six security bulletins fixing 15 vulnerabilities, including a critical patch for holes in the Windows kernel and other Windows and Office components that could allow an attacker to take control of a computer.http://virulentwordofmouse.files.wordpress.com/2009/11/windows_logo.jpg


The critical bulletin affecting the Kernel-Mode Drivers was publicly disclosed and could be used to create a Web page with malware designed to exploit the hole on systems that visit the page, Microsoft said in a blog posting.
"MS09-065, a bug in the Windows kernel, is this month's most serious issue," said Andrew Storms, director of security operations at nCircle. "The vulnerability allows for remote code execution, and the attack code can be embedded inside MS Office files or be hosted on websites. Simply browsing an infected website will compromise unsuspecting users -- not great for all the holiday shoppers looking to get a jump on their shopping. The novelty value of this bug is likely to attract many researchers. A lot of people will try to be the first to publicly post exploit code."

The two other critical bulletins fix holes in Web Services on Devices API and in License Logging Server. Two bulletins ranked "important" fix holes that pose risk of remote code execution if a user opened a maliciously crafted Excel or Word file.

Software affected by the patches includes Windows 2000, XP, Server 2003, Vista, Server 2008, Office XP, Office 2003, 2007 Microsoft Office System, Office 2004 for Mac, and Office 2008 for Mac, according to the bulletin.

Meanwhile, the Microsoft Malware Protection Center team added two rogue antivirus families to the Malicious Software Removal Tool -- Win32/FakeVimes, which calls itself "Windows System Defender" and "Windows Enterprise Suite," and Win32/PrivacyCenter, which calls itself "Safety Center."

News source: C|Net

The stressed collective staggers against the consenting body.

The stressed collective staggers against the consenting body.

إنطلاق موقع فوتوكينز للتصوير الرقمي

بفضل الله عزّ وجّل ينطلق اليوم موقع فوتوكينز للتصوير الرقمي وهو نتاج فكرة تبلورت عندي في الشهور الماضية واليوم أصبحت هذه الفكرة واقعاً. كما نعلم هناك شح كبير بكل ما يتعلق بالمحتوى العربي في هذا المجال ومن خلال موقع فوتوكينز يمكن تحقيق عدة أهداف وأهمها تكوين مجتمع خصب يجتمع به محترفي وهواة التصوير الرقمي يتبادلون الخبرات وينقلون الفائدة العامة للزوار. الموقع في بداية طريقه وهو يسعى لضم نخبة من كوادر عالم التصوير الرقمي يؤمنون بأنّ المشاريع الناجحة تقوم على مبدأ العمل الجماعي ونسأل الله عز وجّل أن يكتب لنا التوفيق في هذه المسيرة وأن يكون الموقع عنواناً مفيداً لمن يبحث عن المعلومة.

http://i49.tinypic.com/vgswns.jpg

DISQUS Comments | Universal Code

Here's How You Can Generate Cash From the Internet at Will

Here's How You Can Generate Cash From the Internet at Will

"Bum Marketing Method"

I am a full time - 100% affiliate marketer...I use a couple methods to generate a good income from the internet...what I am about to reveal is one method I use that pulls in over $3000 a month...and...what is really sweet is I don't pay for any advertising at all!

As a matter of fact, two months ago my wife says that she needs some extra spending money...so...other than thinking "what else is new?"...I opened up a clickbank account for her and I wrote 4 articles that day and submitted them (I'll show you where in a sec)...Those articles were listed on Google in 2 days...and her first Clickbank check was for a little under $200. She has received several checks since then...and...no check has been under $200 bucks

Now...she is happy as a clam!

I am happy because I got to be her hero...and for a couple hours work...she'll get checks for months...maybe even years to come!

Here's How You Can Do it Too

What I am referring to is called article marketing.

BUT!

I am going to show you...a very ingenious way to do it...if I do say so myself! These are the parts that all of the books and guru's leave out!

1st Secret...Google Has Love For Some Sites

The gurus and the article writing books tell you to write articles so you can get backlinks to your own site...which boosts your PR (page rank = How important Google thinks a site is)...also they tell you that your article might get picked up by another site owner with high traffic or an ezine publisher.

Which is all true! But I am much more interested in making money now...and getting the other benefits as well...I think you may be too.

So...

Google is absolutely in love with Ezinearticles.com, Goarticles.com, & Searchwarp...which are all article directory sites.

Google also loves some classified ad sites: UsFreeAds is their favorite and has been for over 2 years.

Also EXTREMELY POWERFUL...is Wordpress.com and Squidoo.com. A tiny bit more work, but well worth the effort. They are FREE...and anyone can get started here with NO cash!

If you post an ad, message or article on either of the above sites, in the way I am about to show you below, your ad, message or article will show up on the first page of Google in as little as two days to about two weeks.

2nd Secret...Getting On Google's First Page 90% of the Time

Ok...so the 1st secret is to post your article, ad or message on one of the above sites.

The 2nd secret is to target a phrase that has between 1000 to 5000 optimized results on Google.

What is an optimized result?

Ahh...I am going to give you the simple version...it works like gangbusters for what we are doing. If you go to Google and type in any search phrase in quotes "" and look on the far right the number of results listed, in simple terms, is how many pages you are competing with:

Let's look at an example:

"dog training"

Article Marketing Example 1

Okay over 8 Million, that's way too many! (The gurus don't tell you this...so you are writing article after article...and getting backlinks maybe...but you are not making any money)

Let's look at another example:

"how to train your dog to stop barking"

Only 613 results...HOLY COW...I guarantee that if you wrote an article, ad or message on "how to train your dog to stop barking"...depending on where you post it to...you are going to show up on the first page of Google within 2 days to 2 weeks...for FREE...it is interesting to note that their are over a dozen paid ads for this term alone...so...that means if people are paying for ads...they are more than likely making money...even after their ad expense...but you will be there free!

Here's Some Keywords To Get You Started & How To Find Oodles More

3rd Secret...All the SEO You Need to Know in A Paragraph

There have been whole volumes written about SEO (search engine optimization = getting your pages on the search engines free).

But for our purposes of making quick cash with articles...Here is all you need:

The title of your article is most important...make sure your phrase is included in the article! This is fairly easy with our example above "how to train your dog to stop barking"...but what if your phrase is "natural heartburn remedies"...well...that would probably be ok as a title...but something more effective may be "7 Natural Heartburn Remedies That Really Work"...that is a much more clickable title when it shows up on Google, MSN or Yahoo. Don't you think?...Now the only other SEO you need is to write a relevant article! In other words don't make your title "how to buy a cheap car" and make your article about "leasing cars" just because that is what you are promoting!

Make sense?

Ok...so let's put this together and earn some money...

اربح من الانترنت مجاناً

هل عمرك فكرت فى أحدث موديلات من الأجهزة؟
Laptop??
XBoX??
PSP??
http://www.kha6rh.com/s1/man_thinking_numbers.jpg
أكيد!

لكن الأسعار غالية جدا الآلاف والآلاف ....
هل فكرت أن كل هذه الأشياء ممكن أن تكون مجانا وبأقل مجهود؟





http://cdashnaw.files.wordpress.com/2008/07/surprised-man-reading-letter.jpg

ستحقق أحلامك كلها Lockerz.com نعم الآن مع موقع
بأقل مجهود ممكن كأنك لم تفعل شيئا

لكن الأول نتعرف على الموقع و الشركة الرائدة لها

http://www.seeklogo.com/images/L/Liberty_Media-logo-8BB3808780-seeklogo.com.gif


Liberty Media Group هي احدى شركات
رأسمال المجموعة مقسم بين
TruePosition
Atlanta Braves
Starz Media
Overture Films


Lockerz.com مميزات موقع


لا يأخذ وقت ولا أى مجهود "يعنى لا تضغط على إعلانات أو تنتظر وقت و سهل الإستخدام وبسيط


نظام الموقع

1-يتم إستبدال النقاط بجوائز كأجهزة كمبيوتر و تذاكر لحفلات و تذاكر شراء وغيرها من الجوائز القيمة
2- يتم الحصول على النقاط من إحدى الطرق الآتية
أ) مجرد دخولك للموقع = 2 نقطة
ب)الإجابة على اسئلة اليوم = 2نقطة
ج)عن طريق مشاهدة الفيديوهات لكن ستظهر هذه الخاصية فى النسخة الرسمية
د)عن طريق بعض الألعاب الأونلاين وهذه الخاصية ستظهر قريبا فى النسخة الرسمية




هل الشركة رسمية ؟
- نعم الموقع يعتبر إحدى شركات المجموعة
-"المجموعة أسمهما متداولة فى بورصة ناسداك الأمريكية ويمكن أن تتأكد بنفسك من هنا "رقم60


لماذا يعطي هذا الموقع جوائز مجانية؟ ماذا الفائدة الذى ستعود له؟
كما نعرف, انه لا يوجد شئ مجاني في هذا العالم وخصوصا مجال الانترنت
"اذاً ما المقابل؟ المقابل هو مشاهدة فيديوهات اعلانية مدفوعة "ربح للطرفين
في التليفزيون حصيلة ارباح الاعلانات التي تشاهدها تذهب كلها للقناة
لكن مع لوكرز فأنت لك نسبة في الربح

طريقة استلام المربحات والجوائز

http://www.deliverybiz.com/images/ups.gif

UPS ارسال الطرد عن طريق شركة

اقتباس من لوكرز

if you ship the item to the United States, or 10 PTZ, if you ship it internationally



تلخيص المكتوب:
يتم ارسال الجوائز مجاناً داخل اميركا
ويتم خصم 10 نقط من الرصيد مقابل ارسال الجوائز الي اي دولة حول العالم.



لا تصدق حتى الآن؟؟
http://www.in-control.org.uk/site/INCO/UploadedResources/confused%20man%20in%20suit.jpg




هذا سيجعلك تصدق































انتظر لحظة واحدة
الموقع يحتاج لدعوة حتى يتيح لك التسجيل
http://www.filmschoolrejects.com/images/man_cry1.jpg


لا تخف هناك حل ....فى خطوات بسيطة سيتم إرسال لك دعوة على بريدك الالكترونى
ارسل اسم وايميلك الى هذا البريد

joinlockerz4free@gmail.com
او اترك تعليق فى هذا الموقع باسمك و الايميل الخاص بك


والآن شرح التسجيل بعد أن تصل الدعوة فى بريدك اضغط على رابط الدعوة

قم بملء البيانات






شرح الصفحة





الآن اذهب للأسئلة من هنـــا

وجاوب على الأسئلة (الأسئلة بسيطة جدا )وهذا شرح بالصور








والآن ما عليك أن تنتظر حتى تجمع أكبر عدد من النقاط وترى الجوائز القيمة


الجوائز















والآن هل ستكون أحد المحظوظين؟؟
تمنى واحلم وستحصل على ما تريد

أى إستفسار نحن فى الخدمة

How to Host a Subdomain on Another Server or Hosting Company…

There are many times when it would be useful to host a sub-domain of your main site on another server or hosting company altogether. Maybe your sub-domain has outgrown the main site and you want to host it elsewhere for a better deal, maybe you’ve got some ultra cheap static file hosting for serving up images and videos elsewhere or maybe you have a company that allows you to have an affiliate store or something like that and they allow you to use your own domain. …except that you want to create a sub-domain of your main site to ensure consistency, customer trust and to retain your branding.

Whatever your need, the solution is simple, but requires you to have access to your DNS records for your domain. These will usually be found at your hosting company. If you use cpanel/whm, then this is fine - if you have access to the actual files themselves then this is good too.

This is completely different to how you’d normally set up a “soft” sub-domain which is essentially a folder within your normal site. Before you start you’ll need to know the IP address of the server that will be hosting the sub-domain account. In the instance that you’re creating another account, say with cpanel on another host, then go ahead and set up that new account. Where it asks you to enter your domain name you should enter the sub-domain and set it up as normal. If you want to point your sub-domain at a site where someone else deals with the hosting, then you’ll have to ask them for the IP address.

DNS Functions Once in possession of this, you then need to edit your DNS record. If you’re using WHM/Cpanel then you’ll see the option called “Edit DNS Zone” in the left hand menu. The select the domain name for the zone you wish to edit.

Don’t be scared of the next screen, just scroll down to where it says “Add New Entries Below this Line” and in the first column type the name of your sub-domain (just the first part, not the fully qualified name. For example if you are creating dominos.mygames.com then enter dominos). Leave the numeric value in the next column, and make sure the drop-down menu is selected as “A”. In the next column you then enter the IP address of the new server that will host the sub-domain. There may be extra blank boxes after this, but these can be ignored. Then click “save”.
DNS New Entry
If you’re editing your own files then you’ll need to locate your zone file, and in the section where the other sub-domains are set up (localhost, mail, www, ftp) add the line to set up your sub-domain. Zone files are often located in /var/named or /var/named/chroot/var/named.