Meta Tags
What is Meta Tags? What is the usage of Meta Tag?
In HTML coding meta tag is code which provides metadata about a webpage. Website’s visitor won’t see meta tag until he view your source code. So you might be thinking what is the use of puting meta tag in webpage, to let you know in briefly the meta tag is used by search engines to allow them to crawl your website more accurately to list your website in
its index.
First of all you need to know where should you put your meta tags?
- Well, Meta tags are placed between <head> </head> section of your webpage.
- Example syntax: <head> <meta tags> </head>
What should I put in my meta tags?
<META NAME=”keywords” CONTENT=”car, cars, world cars”>
- Put your unique keywords which you want to target for seo thing here, You can seperate multiple keywords using comma.
<META NAME=”description” CONTENT=”Brief description of your website”>
- Put brief description of your website to let seach engine know what is your website all about.
<META NAME=”author” CONTENT=”Name Of The Author”>
- This meta tag will display who is the author of the document that is being viewed. If you use the Meta Author tag, it is recommended to use it with the author’s first and last name.
<META NAME=”reply-to” CONTENT=”email@address.com”>
- This meta tag is used to harvest email addresses. Highly recommanded not to use this tag to stay away from spammers.
<META NAME=”copyright” CONTENT=”Copyright 2009″>
- This meta tag is used to include the copy right, trademark, patent.
<META NAME=”distribution” CONTENT=”Global”>
- This meta tag is used to declare, how do you want to distribute content of your website. There are three options
* Global (the entire web). It is recommended to use.
* Local (reserved for the local IP block of your site)
* IU (Internal Use, not for public distribution).
<META HTTP-EQUIV=”Content-Language” CONTENT=”en-us”>
- This meta tag declares language used on website.
<META HTTP-EQUIV=”pragma” CONTENT=”No-Cache”>
- This tag is used to prevent visitors from seeing a cached version of a specific page. The Meta Pragma No Cache tag forces the browser to pull information from the server each time the page is viewed.
<META NAME=”classification” CONTENT=”Music”>
- Classify your content category. for example, if you have some music’s website put music as classification tag.
SEO Tips
Here in this post I will write about few SEO (Search engine optimization) tips which will help you improve your websites listing in search engines like google / yahoo.
1.) Rich Content: Yes, content of your website is very important thing for seo. Search engines do not like copied content, so i will say content is KING. Well written unique content focusing your basic keywords or key phrases in your conent will lead your website to get some good genuine regular users.
2.) Links: You need to build up some good backlinks for your website which improves your search engine ranking. Use your primary keyword or keyword phrase as the link.
3.) Title Tags: Make sure you add your unique keyword in title tag on every page of your website . If you have company name and u want to add it in your title tag then add it at the end.
4.) Fresh Content: Search engine likes new/fresh content, so adding fresh content can help you to improve your ranking. Update your website with new fresh content regularly.
5.) As I said earlier use your keywords as links while creating backlinks, do same thing on your website. Example: If your keyword is “web hosting” then link to “web hosting” instead of “click here” or “enter here”.
6.) Keyword phrases: Just not focus only keywords, Even focus your keyword phrases. Example: Use “web hosting features” not only “features”, Use “web hosting plans” not only “plans”.
7.) Website Design: Be sure about your design of your website. Make sure your designer of website knows SEO well. Flash gives excellent looks to your website but it fails with seo thing. Search english spiders can crawl text, not Flash or images.
8.) Use your keywords and keyword phrases in image ALT attributes, text links and if possible in your domain also.
9.) Don’t Do: Using Frames, Flashes or AJAX is not recommended.
10.) Web Page Extensions: Using .php, .html, .htm, .asp etc in your url’s file extension won’t make any difference for seo thing. You can use any as per your needs.
11.) Newly created website will take few days or weeks to get crawled by google. If you want your website to be spidered as fast as possible then get backlink from other quality site.
12.) Quality Links: SEO concerns about quality linking not quantity. Getting on quality link is enough than getting dozen poor quality links.
13.) Site maps: Use sitemaps on you website. Sitemaps helps spider to crawl easily and faster on your site. Read more about Sitemaps
14.) If you are using shared web hosting, then check to make sure that you’re not on a proxy with a spammer or banned site. That will give you some negetive points in ranking.
15.) Meta Tags: Use “meta keywords” “meta description” on every page of your website with unique keywords and description of that page. Read more about Meta Tags.
16.) .edu Links: Getting links from .edu domains are very helpful for seo of your website. You can sponsor on some .edu websites which are looking some sponsor.
17.) SEO does not give instant results, it is time to time process so work on your optimization on regular basis.
18.) To get the best chance for your videos to be found by the crawlers, create a video sitemap and list it in your Google Webmaster Central account.
19.) The videos shown mixed results in the Google search just does not come from YouTube. Be sure to submit your videos to other video sites such as the quality of Metacafe, AOL, MSN and Yahoo to name a few.
20.) Around the video content on their pages with the text of the keyword rich. Search engines look at the surrounding content to define the usefulness of video for your question.
How to setup (install/compile) Eggdrop Bot?
EGGDROP INSTALLING SERVICE:
If you want we can install EGGDROP for you. We will charge only $5 for setting up EGGDROP
If you are interested please email at sparshdesai@gmail.com
TURORIAL (TRY YOUR SELF) :
What is an Eggdrop?
Eggdrop is most popular irc bot which is very advanced and best supported. It is a bot which is parked in an irc channel arround the clock. Most people use it for protecting
their channels from abusers, flooders or takeovers. It looks like a normal user on irc but it is loaded with most advanced features.
How to Install (setup/compile) Eggdrop Bot?
Wondering how to install (setup/compile) eggdrop bot on your shell? Well, Now it is very easy to install (setup/compile) eggdrop bot in your shell your own. Here in this
article I will let you know how to install (setup/compile) eggdrop in few easy steps.
1.) type: wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.19+ctcpfix.tar.gz
Above command will download eggdrop in your shell.
2.) type: tar -zxvf eggdrop1.6.19+ctcpfix.tar.gz
Above command will untar your downloaded eggdrop tar file. Now you have to change dir to eggdrop1.6.19 so type command given below.
3.) type: cd eggdrop1.6.19
Now you are in directory called eggdrop1.6.19
4.) type: ./configure
It will configure your eggdrop and now you will have to configure the modules, so type the command given below.
5.) type: make config
your (all) modules are configured now using above command and now time to compile bot so type command given below.
6.) type: make
Your bot has been compiled now and now its time to run installation command.
7.) type: make install
It will install your eggdrop bot completely and you will get some message like this at the end of installation.
“Installation completed.
You MUST ensure that you edit/verify your configuration file.
An example configuration file, eggdrop.conf, is distributed with Eggdrop.
Remember to change directory to /home/username/eggdrop before you proceed. ”
For that you have to perform commands given below.
8.) type: cd
9.) type: cd eggdrop
Now you are in your eggdrop directory where you have to edit your egg.conf file. So type the command given below to edit your egg.conf file
10.) type: pico egg.conf
Now you have to paste the following lines between “” tags in your egg.conf file. (After you paste it, make sure you have changed it according to your requirements)
set username Lamer # replace with anything you want
set admin “Lamer <lamer@lamer.co.in>” # replace with anything you want
set owner Lamer # replace with anything you want
set nick “Botnich” # replace with botnick you wantset timezone “CET”
set offset “-1″set realname “Real name” # replace with anything you want
set my-ip 00.000.000.000 # replaec with ip of your vhost.
listen 13381 all # it is the bot telnet port, you can telnet on this port and control the bot (select port between 10000 – 20000)##### LOG FILES #####
set network EFnet #make it dalnet if you want to connect the bot to dalnet or undernet etc.
addlang englishset max-logs 5
set max-logsize 0
set quick-logs 0
set raw-log 1
set log-time 1
set keep-all-logs 0
set logfile-suffix “.%d%b%Y”
set switch-logfiles-at 300
set quiet-save 1##### CONSOLE #####
set console “mcobxs”
##### FILES AND DIRECTORIES #####
if {![file isdirectory $nick]} {
catch { exec mkdir $nick }
}foreach file {user chan note pid} {
if {[file isdirectory $nick]} {
set ${file}file $nick/${file}file
} else {
set ${file}file $nick.${file}
}
}set sort-users 1
set help-path “help/”
set text-path “text/”
set temp-path “/tmp/”foreach path {help text temp} {
if {![info exists $path-path]} {
catch { exec mkdir $path-path }
}
}
set motd “”
set telnet-banner “”
set userfile-perm 0600##### BOTNET/DCC/TELNET #####
set botnet-nick $nick
set remote-boots 1
set share-unlinks 1
set protect-telnet 0
set dcc-sanitycheck 0
set ident-timeout 5
set require-p 1
set open-telnets 0
set stealth-telnets 1
set use-telnet-banner 0
set connect-timeout 15
set dcc-flood-thr 3
set telnet-flood 5:60
set paranoid-telnet-flood 1
set resolve-timeout 15##### MORE ADVANCED SETTINGS #####
set ignore-time 15
set hourly-updates 00
set notify-newusers “”
set default-flags “”
set whois-fields “”
set die-on-sighup 0
set die-on-sigterm 1bind dcc n tcl *dcc:tcl
bind dcc n set *dcc:setset must-be-owner 1
set max-dcc 50
set allow-dk-cmds 1
set dupwait-timeout 5##### MODULES #####
set mod-path “modules/”loadmodule dns
loadmodule channelsset force-expire 0
set share-greet 1
set use-info 1set global-flood-chan 5:1
set global-flood-deop 2:1
set global-flood-kick 3:10
set global-flood-join 5:60
set global-flood-ctcp 3:60
set global-flood-nick 5:60
set global-aop-delay 5:30
set global-idle-kick 0
set global-chanmode “”
set global-stopnethack-mode 0
set global-revenge-mode 0
foreach var {ban exempt invite} {
set global-$var-time [expr {60 + [rand 60]}]
}set global-chanset {
-autoop -autovoice
-bitch +cycle
+dontkickops +dynamicbans
+dynamicexempts +dynamicinvites
-enforcebans +greet
-inactive -nodesynch
-protectfriends +protectops
-revenge -revengebot
-secret -seen
+shared -statuslog
+userbans +userexempts
+userinvites -protecthalfops
-autohalfop
}#### SERVER MODULE ####
loadmodule server
set net-type 0
set altnick [string range $nick 0 7]bind evnt – init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick “MODE $botnick +i-ws”
}set default-port 6667
# Replace the below server list with servers of your network, it should be fine for efnet.
set _servers {
“irc.torix.ca:6667″
“irc.isdnet.fr:6667″
“efnet.skynet.be:6667″
“irc.qeast.net:6667″
“irc.hemmet.chalmers.se:6667″
“irc.weblook2k.com:6667″
“irc.inet.tele.dk:6667″
“irc.avalonworks.ca:6667″
“irc.umich.edu:6667″
“irc.secsup.org:6667″
“irc.isprime.com:6667″
“irc.inter.net.il:6667″
“irc.he.net:6667″
“irc.wh.verio.net:6667″
“irc.aol.com:6667″
“irc.limelight.us:6667″
“irc.servercentral.net:6667″
“ircd.lagged.org:6667″
“irc.desync.com:6667″
“irc.nac.net:6667″
“irc.mindspring.com:6667″
“irc.prison.net:6667″
“irc.mpls.ca:6667″
“efnet.demon.co.uk:6667″
“irc.easynews.com:6667″
“irc.choopa.net:6667″
“irc.banetele.no:6667″
}while {[llength $_servers]} {
set index [rand [llength $_servers]]
lappend servers [lindex $_servers $index]
set _servers [lreplace $_servers $index $index]
}set keep-nick 1
set strict-host 1
set quiet-reject 1
set lowercase-ctcp 0
set answer-ctcp 3
set flood-msg 5:60
set flood-ctcp 3:60
set never-give-up 1
set server-cycle-wait 30
set server-timeout 30
set servlimit 0
set check-stoned 1
set serverror-quit 1
set max-queue-msg 300
set trigger-on-ignore 0
set double-mode 0
set double-server 0
set double-help 0
set optimize-kicks 1
set stack-limit 4#### CTCP MODULE ####
loadmodule ctcp
set ctcp-mode 0#### IRC MODULE ####
loadmodule irc
set bounce-bans 1
set bounce-modes 0
set max-bans 20
set max-modes 30
set kick-fun 0
set ban-fun 0
set learn-users 0
set wait-split 600
set wait-info 60set mode-buf-length 200
set no-chanrec-info 0### IRC MODULE – IRCnet SPECIFIC FEATURES (net-type 1) ###
set bounce-exempts 0
set bounce-invites 0
set max-exempts 20
set max-invites 20
#set use-exempts 0
#set use-invites 0
set prevent-mixing 1### IRC MODULE – OTHER NETWORKS (net-type 5) ###
#set kick-method 1
#set modes-per-line 3
#set include-lk 1
#set use-354 0
#set rfc-compliant 1#### TRANSFER MODULE ####
loadmodule transfer
set max-dloads 3
set dcc-block 0
set copy-to-tmp 1
set xfer-timeout 30#### SHARE MODULE ####
loadmodule share
set allow-resync 0
#set resync-time 900
#set private-global 0
#set private-globals “mnot”
#set private-user 0
#set override-bots 0#### COMPRESS MODULE ####
loadmodule compress
set share-compressed 1
set compress-level 9#### FILESYSTEM MODULE ####
#loadmodule filesys
set files-path “/home/mydir/filesys”
set incoming-path “/home/mydir/filesys/incoming”
set upload-to-pwd 0
set filedb-path “”
set max-file-users 20
set max-filesize 1024#### NOTES MODULE ####
loadmodule notes
set max-notes 50
set note-life 60
set allow-fwd 1
set notify-users 0
set notify-onjoin 0#### CONSOLE MODULE ####
loadmodule console
set console-autosave 1
set force-channel 0
set info-party 0#### BLOWFISH MODULE ####
checkmodule blowfish
##### SCRIPTS #####
loadhelp userinfo.help
11.) type: ctrl (key)+x
(to save your egg.conf file)
12.) type: y + enter (key)
Final Step) type: ./eggdrop -m egg.conf
(to run your eggdrop)
Now your eggdrop is ready to be launched on IRC network of your choice.
If you face any trouble installing (compiling/setting up) eggdrop bot, write your problem or error in comments. I will try help you fixing errors.
How to setup (compile/install) psyBNC
What is psyBNC?
psyBNC is an IRC network bouncer (BNC). psyBNC is short form of psychoid bouncer (BNC).
psyBNC is mostely used to hide your ip on IRC network and bounce your ISP. It is very easy to use and due to its unique features, it has become most popular BNC (specially on FREEBSD) .
psyBNC does not just bounce your ISP (hide your ip) it also stays connected to IRC server even after you close your irc client. Most of the users like this feature which made psyBNC most popular among bouncers.
Moreover there is multiple user feature included with psyBNC, multiple server support and much more. It also support IPV6.
Here I am going to let you know how to setup psyBNC on your shell in few easy steps.
How to setup (compile/install) bnc.
1.) type: wget http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz
Above command will download psybnc in your shell.
2.) type: tar -zxvf psyBNC-2.3.2-7.tar.gz
Above command will untar your downloaded psyBNC tar file. Now you have to change dir to psybnc so type command given below.
3.) type: cd psybnc
Now you are in directory called psyBNC-2.3.2-7
4.) type: make
Your psybnc is almost compiled now. After performing this command you will be asked some questions as below
Country Name [DE]:
State/Province [Somewhere]:
Locality Name (eg, city) []:
Organization Name (eg, company) [tCl]:
Organizational Unit Name (eg, section) [psyBNC]:
Common Name (Full domain of your server) []:
LEAVE all field blank if you dont want to answer.
Now you will have to edit psybnc.conf file to edit listening port.
5.) type: pico psybnc.conf
There you will see 3 lines in your psybnc.conf file. You just have to edit “PSYBNC.SYSTEM.PORT1=31337″. 31337 is default listening port. Change it to your choice of listening port.
I prefer you to chose any port between 10000 – 20000.
example: PSYBNC.SYSTEM.PORT1=15678
6.) type: ctrl (key)+x
(to save your psybnc.conf file)
7.) type: y + enter (key)
8.) type: ./psybnc psybnc.conf
Now you are ready to use your psyBNC
If you face any trouble installing (compiling/setting up) psyBNC, write your problem or error in comments. I will try help you fixing errors.
How to setup (compile/install) bnc
What is BNC? BNC is an IRC (Internet Relay Chat) proxying server under the GPL (General Public License). It allows users to connect to chat servers by bouncing off the computer which is running BNC. Basically, it forwards the information from the user to the server and vise versa.
Why do people use it? There are several reasons for people to use BNC. Some people use BNC because their computers do not have direct access to the Internet. Thus, inorder for them to chat from their workstations, they must have a proxy server to forward data. Other people use BNC for security. Because of BNC’s unique property, It sends the IP address of the host computer to the IRC server, thus the real address of the user is hidden from others.
BNC is free, and its use thereof, modifications can be made and released as long as the whole source is included with credits made to the appropriate parties.
How to setup (compile/install) bnc
1.) type: wget http://gotbnc.com/files/bnc2.9.4.tar.gz
Above command will download bnc in your shell.
2.) type: tar -zxvf bnc2.9.4.tar.gz
Above command will untar your downloaded bnc tar file. Now you have to change dir to bnc2.9.4 so type command given below.
3.) type: cd bnc2.9.4
Now you are in directory called bnc2.9.4
4.) type: ./configure
It will configure (compile) your bnc in your shell.
5.) type: make
Now your bnc has been completely installed and compiled on your shell. Now you have to edit bnc.conf file.
6.) type: pico bnc.conf
7.) Paste the lines given below in bold characters
# ( edit the information below )
# + you need the + sign there to show the password is in
# encrypted format
S:+supervisorpassword
#( This will be the encrypted password you made earlier )
D:port_to_use:number_of_users:excrypted_access_password
C:6667
# default irc port to connect to
X:default.vhost.com
# default virtual host.
# (If you don”t know what this would be, use the IP or address
# you Telnet to)
V:additional.vhost.com
# If there is more than one vhost for the server enter it here.
# This way you can change your host without editing the config
# file.
V:additional.vhost.com
# ditto
P:pid.bnc
# leave this as is. It”s for Crontab.
L:bnc.log
# Change this to what you want the log file name to be
W:1
# Enable dynamic idents on servers with identwd installed
A:1:*
# Allows a list of IP”s that can use the BNC
8.) type: ctrl (key)+x
(to save your bnc.conf file)
9.) type: y+enter (key)
10.) type: ./bnc bnc.conf
Now you are ready to use your bouncer (BNC).
If you face any trouble installing (compiling/setting up) bnc, write your problem or error in comments. I will definitely try to resolve your errors.
Categories: IRC Tags: bnc, install bnc, IRC, setup bnc
