Social bookmarking forum
I have added a new category to the forums for social marketing. Want to learn how I got first page spots on google, within 24 hours of posting, for free, and bypassed the sandbox effect? Come on in and lets talk about it.
 


Subscribe to my feed

Or, get a daily digest emailed to you:

Enter your email address:

Delivered by FeedBurner

Register to read more?

Whats this? Yes, we're asking you to register to use this website and view the content. You can register as a free user just below this paragraph. You can also choose to be a paid member and see even more advanced content as well as have more direct access to Michael. Click Here!

Login Form

Register here for the
free and paid
membership areas.





Lost Password?
No account yet? Register

My Digg news feed

Links

Go Daddy $1.99 Domains 120x240 
 





 

Newsletter Subscription

Try out the free autoresponder here. After you fill out the form below, you will get an email with the autoresponder zip file, and you will receive two test emails on day one and day two.

Name:

email:

Home
Internet Marketing Tutorials
Written by Administrator   
Hello,

My name is Michael Suddes. I'm just a beginner at Internet Marketing, but I've got lots of experience at programming. I've tried other how-to packages. Membership sites, clickbank, etc. Pay through the nose merchant accounts, shopping carts, autoresponders, and the list goes on...

Lots of guys can teach you how to market, write a sales letter, build a list. I want to show you how to put together a killer website, quickly and easily. You just add your content.

I decided to put together, as a proof of concept, a website using as much free and open-source material as I could. In fact, the only money I spent was for the domain name, $10 and change.

And guess what, you're using that website right now...

Did it take me a lot of extra time? About an hour a day for a week.

Did it take a bunch of custom programming? No, just a few fixes in one free program, that I'm happy to pass on to you...

Does it have to look exactly like yours? No, there are literally thousands of templates available

Would I show you how to make a website like mine, for only $10? Sure! Keep reading...

You can look over my shoulder as I put together this very website, from buying the domain name to:

-setting up free hosting
-configuring the server
-installing the content management system (like a blog program on steroids)
-setting up a free shopping cart/membership management system
-setting up forums, comments, and social marketing bookmark buttons

and lots of tips and tricks along the way!

None of it requires any programming knowledge, or expensive programs, just a little time. And knowing where the pitfalls are...

Which is where this website comes in. In the subscribers area are all the videos I've released (about 2 hours worth so far), a forum where I'll answer your questions and help you get your website up and running, and extra tips and tricks videos and articles.

Imagine your website with all this power and flexibility ready to make you money. Imagine the time you'll save updating your site. How about changing the look and feel of your entire site in literally minutes?  

Would that be worth a few hundred dollars? Some programs with less real content have sold for over a thousand dollars.

After all, the website's only going to cost $10, and if you already have your domain name registered, then the website is completely FREE!

Then you'll be happy to hear that I'm offering you a special deal...

I want 100 dedicated people to try out this program, and prove its as easy as I say it is.

For these 100 people, I'm setting the price at an insanely low $49.95. That will include all the videos, and forum access for 30 days. After that you will pay $19.95 per month to stay a member and take advantage of the continuing benefits of membership:

-New videos and How-to's
-Full forum access
-Your questions answered by experts

I won't keep the prices at this level for more than 100 members, it will go up as more content is added to the members area and people start pounding on the door to get in.

Don't miss out, get in early before the price goes up, and I'm unable to help each and every person personally with my expertise.

The clock is ticking...

Order button


PS - A special offer for the first 25 members: private 1-on-1 coaching with me to help you get set up fast!!

PPS - Don't let an opportunity like this slip through your fingers, join now!

Reddit!Del.icio.us!Facebook!Slashdot!Netscape!Technorati!StumbleUpon!Newsvine!Furl!Yahoo!Ma.gnolia!Free social bookmarking plugins and extensions for Joomla! websites!
 
Safe public surfing with ssh - Part 1
Written by Administrator   

I'm usually not too paranoid about public surfing, but lately I've been doing some research on it, especially on a public wi-fi network, and now I'm a lot more paranoid.

I'm careful about physical security, having had one of my old Apple laptops seized by a ignorant employer. I had recently enabled the firmware level protection and password on wake-up as well. It really pissed of the IT guys that this puny Mac had better protection than their systems. Need less to say, they had nothing on me and gave the computer back.Since then, I've always made sure that I had the security settings active in case the computer left my possession.

Recently, I spent some time at a client facility where they had a guest wi-fi network, blazing 20mbps to boot. The only downside was a strict internet filter. It so happens that my web server happens to have a few adult related domains on it, and most filters just deny my ip address instead of the offending domains, so sometimes you wont even be able to see my non-adult domains, like this one. This presents a problem when I want to check my email, and the whole server is blocked.

So, off to Google to see what I can do. Basically I wanted to bypass the filter and shield my data from the clients IT department and anyone else on the network. One way to do this is called a Virtual Private Network, or VPN. This encrypts your data stream from your computer to another computer acting as the server, then on to the internet. Unfortunately, most VPN systems are pricey, and difficult to set up, additionally, the best VPNs are router based, requiring you to use that router on your network. As you've probably figured out, I don't like paying if there's a free option available, so I kept looking.

One of the things I learned in all this research is just how open a public wi-fi network is. If your sitting at a coffee shop using their free open wi-fi, that guy across the room may just be reading your mail over your shoulder. Or in my current situation, my clients IT department.

So, I'm looking for a free system, easily set up that will allow me to:

1. Bypass Internet filters
2. Protect my data while on a open network

Enter ssh tunnels, stage left!. Ssh stands for Secure Shell, and it is an incredibly powerful tool once you learn a bit about it. Ssh tunnels work just like a VPN in that you have an encrypted stream running from your computer to another computer on the internet, then on to wherever you are surfing. No hardware, just a little setting up. We'll get to that in just a bit, first the generic explanation.

Ssh is a more secure version of a terminal program. Terminal programs are used to communicate with a computer on the command line level, like DOS on an old PC, or UNIX/Linux. Every Mac running osX is based on Unix, so you have all kinds of powerful Unix functionality hidden in your Mac. Ssh implements encryption to make a terminal session secure. The program can be configured to encrypt any data stream on any port or channel between two computers running ssh. This encrypted stream is called a tunnel.

This tutorial assumes that you have two computers. One at home on an internet connection, and a laptop you keep with you. If you have only one, then you can get a free or paid shell account on another computer with ssh access. Google "ssh shell account".

All of the instructions below are given for Macintosh computers using an Airport wi-fi router. Most of the actual settings can easily be translated to Linux and Windows with a few tweaks. Windows users will have to install a ssh client to their machines. Most of these directions are a mashup of several different pages on the internet, most of which are listed at the end of this article.

This first part must be done while you have both computers in front of you. The computer you are using at a public wireless node is the mobile computer, and the home computer is the one staying home and acting as your server. Any commands that don't require your personal username or ip address can be copied and pasted in Terminal.

The first step is to generate encryption keys that will authenticate your laptop when connecting to the server.

Open Terminal on your mobile computer. (It's in the Utilities folder inside your applications folder)
type this command:

mkdir ~/.ssh

This creates a hidden folder in your user directory called ssh. If you get a message saying file exists, then the folder is already there. Next command:

ssh-keygen -t dsa -f ~/.ssh/id_dsa

This tells the program ssh-keygen to use(-t) dsa encryption to create a key pair named id_dsa and place them (-f) in the .ssh folder we created. You will be asked for a password at this point, it is up to you whether you provide one at this point. My suggestion is to use a blank password for this key as this key pair should only be used for authenticating the machine for an ssh session. If you enter a pass phrase for this key, you will be asked for it every time you use the key to authenticate an ssh session.

The next step is to move the public key from your laptop to the machine that will be staying home, I'm going to provide the command line steps to do this. If you want to use some other method like file sharing, and know how to view hidden folders, then use that method. You will need your home computer's ip address, you can find this in the Sharing preferences pane under personal file sharing.

Remember to press enter or return between lines:

cd .ssh
 
scp id_dsa.pub your_user_name@home-computer-ip-address:~/.ssh/id_dsa.pub

an example of what the second command should look like:

scp id_dsa.pub mike@127.0.0.1:~/.ssh/id_dsa.pub

Enter the password for the username your using.

First we are moving into (cd) the hidden ssh folder on the computer we're using, then the second command uses a secure file transfer program called scp to move the file called id_dsa.pub from the directory we're in to your home computers .ssh directory.

This next step involves logging into your home computer using the ssh program. If you haven't done this before, ssh will ask you if you want to trust this unknown server, you must type 'yes' for it to continue.

ssh  your_user_name@home-computer-ip-address

Enter your password as in the last step. Then :

cd ~/.ssh

We have just logged into your home computer and moved to its hidden ssh folder. Next steps (pressing return between lines):

 
cat id_dsa.pub >> authorized_keys2
 
chmod 640 authorized_keys2
 
rm id_dsa.pub
 
exit

What have we done? First we added (cat) the contents of id_dsa.pub(your public key) to a file called authorized_keys2, creating the file if it doesn't exist. Then we changed the permissions of the file for security (chmod). We removed (rm) the public key file, and the exited the remote session(exit).

The next part will discuss setting up your home computer as a server and configuring your Airport firewall.

Reference Links: http://www.macdevcenter.com/pub/a/mac/2004/07/09/inside_ssh_pt1.html
http://www.macdevcenter.com/pub/a/mac/2004/07/13/inside_ssh_pt2.html
http://www.macdevcenter.com/pub/a/mac/2004/07/20/inside_ssh_pt3.html
http://www.macdevcenter.com/pub/a/mac/2004/08/06/inside_ssh_pt4.html
http://www.astro.caltech.edu/~mbonati/WIRC/manual/DATARED/setting_up_no-password_ssh.html

To view the other parts of this tutorial, you must register for free using the register link under the login above. Select the free option and enter your information.


Reddit!Del.icio.us!Facebook!Slashdot!Netscape!Technorati!StumbleUpon!Newsvine!Furl!Yahoo!Ma.gnolia!Free social bookmarking plugins and extensions for Joomla! websites!
 
Disgusting creatures found while digging in website!!
Written by Administrator   

 

Even though this site isn't very active yet, I still check the stats and logs fairly regularly (its fun to watch the counts grow). I noticed an inordinatly lage percentage of a particular user agent in my report:



6%?!? Thats an awful lot of traffic for a spider or crawler. Also, notice the different versions of this user agent! The libwww-perl user agent comes from a library of utilities for accessing the internet from a perl based program. Unfortunately, many hacker programs use this library. These are the scripts that the "script kiddies" use. These scripts are basically looking for holes in your website that they can exploit to take over or subvert your website to their own uses.

Doing a bit of research, I learned that this is a pretty common problem for website owners. Some have gone to great lengths to identify and lock-out each of these programs individually, others have locked out the entire libwww-perl library.

Examinig my raw log files, every instance of an attempted attack was turned away by the existing security measures of Joomla, enhanced by my routine of using the SEO functions of Joomlas .htaccess file.

I decided that it might be prudent to add the suggested code in this article to my .htaccess file and see if it affected Joomla in any way. Success! no adverse effects with Joomla, and one more layer of armor.

Here's some background on the .htaccess process. Apache looks for a file called .htaccess in the directory of every file requested. With this file you can customize how Apache handles files in that directory. Putting an .htaccess file in your root directory controls how Apache handles Web requests to that directory.

If you search online for .htaccess you will find many tutorials on the subject. I will show you how to add or edit this file here and the code you need to better secure your site.

Files beginning with a dot or period are special files, and sometimes you wont see them. Some FTP programs will allow you to change in the preferences the ability to see these files. If you're using Joomla and JoomlaXplorer, you should be able to see these files.

If you don't have a .htaccess file in your root directory, you can create one in a text editor and then upload it. If you have one already in place, then you can simply edit it by downloading and editing it in a text editor, and then re-uploading it to your server.

Joomla fix:

Step one: make sure that  SEO is turned on in your Joomla control panel.

Click for larger image

Step two: Make these changes to your htaccess.txt file.

Add these lines:

RewriteCond %{HTTP_USER_AGENT} libwww [NC,OR]
 
  RewriteCond %{QUERY_STRING} ^(.*)=http: [NC]
 
Here:


Step three: Upload the file to your root directory, and rename the file to .htaccess.

In non - Joomla servers you will need to create a new .htaccess file from scratch unless one is already installed in your root directory. The .htaccess file is simply a text file that has been properly named and uploaded to your root directory.

Step one: open a new file in your text editor.
Step two: copy and paste this code to your file:
 
 
  RewriteEngine on
 
  
  
 
  RewriteCond %{HTTP_USER_AGENT} libwww [NC,OR]
 
  RewriteCond %{QUERY_STRING} ^(.*)=http: [NC]
 
  RewriteRule ^(.*)$ - [F,L]
 

Step three: Save the file as htaccess.txt, upload it to your root directory, and then rename it to .htaccess.

These steps will prevent basic attacks. To learn about more advanced code to add to your .htaccess file go to the link above, or the sites listed below:


Reddit!Del.icio.us!Facebook!Slashdot!Netscape!Technorati!StumbleUpon!Newsvine!Furl!Yahoo!Ma.gnolia!Free social bookmarking plugins and extensions for Joomla! websites!
 
Stumbleupon Tips
Written by Administrator   
This article is great for people who blog or do newsletters. It discusses how to write an article optimized for Stumbleupon. I have noticed that even with my emphasis on digg and other SM indexes, Stumbleupon has sent a much greater volume of referrals than the other sites. So its definitely worth it to optimise for Stumbleupon.
Click here for the article.

Reddit!Del.icio.us!Facebook!Slashdot!Netscape!Technorati!StumbleUpon!Newsvine!Furl!Yahoo!Ma.gnolia!Free social bookmarking plugins and extensions for Joomla! websites!
 
Hey, how come my digg doesn't have a thumbnail?
Written by Administrator   

Because of my interest in social marketing and social bookmarking I have become very active in using digg.com. However, I quickly noticed that my submissions to the Web site did not have a thumbnail attached. Doing a bit of research on the Web site, I found where this feature is documented along with several others:

http://digg.com/tools/

Since I primarily use Joomla, I have done quite a bit of research to see if anyone has implemented this sort of feature to no avail. Fortunately, its a very easy feature to add by hand.

Here is the tag you need:

 <link rel="image_src" href="full url to image" />

 All you need to do is add the full url to your image inside the quotes and put it in the html of your post.

Using the workaround from this article:

http://myinternettutorials.com/content/view/30/15/

Make sure that your TinyMCE editor is off when adding this link tag, otherwise it will erase or alter it so it doesn't work.

There are a few other things to be aware of when using this link tag. One, don't use more than one link tag thumbnail image per article. Also, submitting from your front page with several articles with link tags may confuse the digg program.

In a future article I will go into how to add this functionality as a mambot.


Reddit!Del.icio.us!Facebook!Slashdot!Netscape!Technorati!StumbleUpon!Newsvine!Furl!Yahoo!Ma.gnolia!Free social bookmarking plugins and extensions for Joomla! websites!
 
A workaround for problems with your TinyMCE editor in Joomla.
Written by Administrator   
In the course of using Joomla I have noticed that the tinyMCE editor tends to mingle code that it doesn't like. I have done research on the Web site for TinyMCE, and the configuration for this program can be rather complicated. Constantly going to the site configuration in your Joomla Web site can be tedious to turn this editor on and off so I have come up with a work around for this problem.

Since I tend to do complicated code edits from the administrator side of Joomla, I have turned off the tinyMCE editor in my admin account. I have a second account that I use primarily in the front end of my web site, for this account I leave the tinyMCE editor on. Using tabs in my browser, I can switch back and forth from the front end of my web site to the back end with relative ease.

One thing to watch out for when using this work around is to make sure that you do not attempt to edit content that has complicated code in the tinyMCE editor as the editor will strip out or alter this code when you save the content.

I hope this brief article helps you in managing your tags in Joomla content.

Reddit!Del.icio.us!Facebook!Slashdot!Netscape!Technorati!StumbleUpon!Newsvine!Furl!Yahoo!Ma.gnolia!Free social bookmarking plugins and extensions for Joomla! websites!
 
<< Start < Prev 1 2 Next > End >>

Results 1 - 7 of 14
Free Joomla Templates