Prikazani su postovi s oznakom hd tv. Prikaži sve postove
Prikazani su postovi s oznakom hd tv. Prikaži sve postove
ponedjeljak, 28. svibnja 2012.
četvrtak, 24. svibnja 2012.
How to Submit Your Website to Google, Bing, Yahoo!, and Other Search Engines
In This Quick Guide:
Submitting Your Site to GoogleSubmitting Your Site to Yahoo!Submitting Your Site to Windows Live SearchSubmitting to Other Search Engines and DirectoriesUsing Website Submittal ServicesShare this with your friends
Search engine optimization (SEO) is more important than ever for getting your website noticed. You can take the chance that a crawler will stumble on your site, but why not improve your odds by submitting your site directly to search engines? Manually submitting your site to the major search engines such as Google, Yahoo!, and Bing offers a few advantages: it ensures that the search engines will crawl your site, and can help your site get into an index faster. Think of it as moving your site to the front of the search line. Here’s how you do it.
Submitting Your Site to Google
To submit your site to the Google index, all you have to do is go to www.google.com/addurl/. Enter the URL for your home page into the appropriate box (including the http://), add any comments you might have about your site, and then click the Add URL button. That’s it! Google will now add your site to the Googlebot crawl list, and your site will appear in appropriate search results.
Submitting your site to the Google index.
Note that you have to add only the top-level URL for your site; you don’t have to add URLs for any subsidiary pages. For example, if your home page is http://www.homepage.com/index.html, enter onlyhttp://www.homepage.com. Googlebot will crawl the rest of your site once it finds the main URL.
Submitting Your Site to Yahoo!
Submitting your website to Yahoo! is an equally simple process. Point your web browser to http://siteexplorer.search.yahoo.com/submit/. Here you have the option of submitting the URL for a website or for a blog or website feed. You’ll probably use the former, although if your site has an RSS feed, you can achieve better ongoing results by submitting the URL of the feed instead.
Submitting your site to Yahoo!.
Taking the simple approach, all you have to do is enter your website’s URL into the Submit a Website or Webpage box; make sure you include the http:// prefix. After entering your URL, click the Submit URL button, and you’re done.
Submitting Your Site to Windows Live Search
Google and Yahoo! are just two of the big three search engines; you should also submit your site to Windows Live Search. Go to http://search.msn.com.sg/docs/submit.aspx and enter your entire site URL into the box (including the http://) and then click the Submit URL button. As with the Google and Yahoo! submission services, Live Search’s MSNBot crawler will be instructed to crawl your site and index all the internal pages linked from your home page.
Submitting your site to Windows Live Search.
Submitting to Other Search Engines and Directories
Why stop at the big three? The web has a lot of other search engines and directories; even though none has the reach of Google, Yahoo!, or Live Search, they can still generate traffic to your site. The following table details how to submit to them.
| Search Engine/Directory | Main URL | How to Submit |
|---|---|---|
| AlltheWeb | www.alltheweb.com | Submit at www.alltheweb.com/help/webmaster/submit_site. |
| AltaVista | www.altavista.com | Submit at www.altavista.com/addurl/. |
| AOL Search | http://search.aol.com | Submit via Google (www.google.com/addurl/). |
| Ask.com | www.ask.com | Does not accept site submissions. |
| Best of the Web | www.botw.org | Paid submittal at www.botw.org/helpcenter/submitcommercial.aspx. |
| Bing | www.bing.com | Submit at http://www.bing.com/webmaster/SubmitSitePage.aspx |
| Gigablast | www.gigablast.com | Submit at www.gigablast.com/indexphp?subPage=addUrl&page=about&. |
| JoeAnt | www.joeant.com | Submit at www.joeant.com/suggest.html. |
| Open Directory | www.dmoz.org | Go to appropriate category page and click Suggest URL. |
| Starting Point | www.stpt.com | Paid submittal at www.stpt.com/directory/addsite.htm. |
| Wikia Search | http://search.wikia.com | Click the Add button on any relevant search results page. |
Using Website Submittal Services
As easy as this site submittal process is, some webmasters prefer to offload the task to a site submittal service. These services let you enter your URL once and then submit your site to multiple search engines and directories; they handle all the details required by each search engine. Given that many of these services are free, it’s not a bad way to go.
Some of the more popular site submittal services include these:
- 1 2 3 Submit Pro (websitesubmit.hypermart.net)
- AddMe! (www.addme.com)
- AddPro.com (www.addpro.com)
- SubmitExpress (www.submitexpress.com)
Beware those services that charge a high fee for search engine submission—they don’t do anything that you can’t do yourself, for free.
Increasing your search optimization is key to driving traffic to you blog or website, and the process couldn’t be easier. Good luck, and happy searching!
From The Complete Idiot’s Guide to Search Engine Optimization by Michael Miller
Iptables: Unblock / Delete an IP Address Listed in IPtables Tables
Iam a brand new user of a Linux iptables and I can't find how to instruct my iptables to delete or unblock an IP address listed in iptables firewall. I'm using Debian Linux version. Can you help please?
Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. You can delete one or more rules from the selected chain. There are two versions of this command: the rule can be specified as a number in the chain (starting at 1 for the first rule) or a rule to match.
Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. You can delete one or more rules from the selected chain. There are two versions of this command: the rule can be specified as a number in the chain (starting at 1 for the first rule) or a rule to match.
List existing chains
Type the following command to list current IPs in tables:
iptables -L -n
iptables -L -n -v
iptables -L chain-name -n -v
iptables -L spamips -n -vList existing chains with line number
To display line number along with other information, enter:
iptables -L INPUT -n --line-numbers
iptables -L OUTPUT -n --line-numbers
iptables -L OUTPUT -n --line-numbers | less
iptables -L spamips -n -v --line-numbers
iptables -L spamips -n -v --line-numbers | grep 202.54.1.2Chain droplist (3 references) num pkts bytes target prot opt in out source destination 1 0 0 LOG 0 -- * * 116.199.128.0/19 0.0.0.0/0 LOG flags 0 level 4 prefix `LASSO DROP Block' 2 0 0 DROP 0 -- * * 116.199.128.0/19 0.0.0.0/0 3 0 0 LOG 0 -- * * 116.50.8.0/21 0.0.0.0/0 LOG flags 0 level 4 prefix `LASSO DROP Block' 4 0 0 DROP 0 -- * * 116.50.8.0/21 0.0.0.0/0 5 0 0 LOG 0 -- * * 128.199.0.0/16 0.0.0.0/0 LOG flags 0 level 4 prefix `LASSO DROP Block' 6 0 0 DROP 0 -- * * 128.199.0.0/16 0.0.0.0/0 7 0 0 LOG 0 -- * * 132.232.0.0/16 0.0.0.0/0 LOG flags 0 level 4 prefix `LASSO DROP Block' 8 0 0 DROP 0 -- * * 132.232.0.0/16 0.0.0.0/0 9 342 23317 LOG 0 -- * * 134.175.0.0/16 0.0.0.0/0 LOG flags 0 level 4 prefix `LASSO DROP Block' 10 342 23317 DROP 0 -- * * 134.175.0.0/16 0.0.0.0/0 11 0 0 LOG 0 -- * * 134.33.0.0/16 0.0.0.0/0 LOG flags 0 level 4 prefix `LASSO DR
You will get the list of all blocked IP. Look at the number on the left, then use number to delete it. For example delete line number 10 (subner 134.175.0.0/16), enter:
You can also use the following syntax to delete / unblock an IP use the following syntax:
Finally, make sure you save the firewall. Under CentOS / Fedora / RHEL / Redhat Linux type the following command:
iptables -D INPUT 10You can also use the following syntax to delete / unblock an IP use the following syntax:
iptables -D INPUT -s xx.xxx.xx.xx -j DROP
iptables -D INPUT -s xx.xxx.xx.xx/yy -j DROP
iptables -D spamlist -s 202.54.1.2 -d 0/0 -j DROP
iptables -D spamlist -s 202.54.1.2/29 -d 0/0 -j DROPFinally, make sure you save the firewall. Under CentOS / Fedora / RHEL / Redhat Linux type the following command:
# service iptables save
Oznake:
ardsharing-sky.blogspot.com,
cardsharing,
cccam,
cleros,
dreambox,
excange,
exchange,
HD,
hd tv,
how to,
italia,
linux,
newca,
newcamd,
premium server,
sat,
satelite,
server
1 YEAR ONLY 50 EUROS / 1 JAHR FUER NUR 50 EUROS
6 MONTHS ONLY 20 EUROS / 6 MONATE 20 EUROS
1 MONTH ONLY 10 EURO / 1 MONAT 10 EURO
WE HAVE 32 REAL LOCAL CARDS
FOR TESTLINE PLEASE SEND PM WITH YOUR EMAILADRESS, NO ADRESS NO TESTLINE, IN PM I NOT SEND TESTLINES
FUER TESTLINES BITTE PM SENDEN MIT EMAILADRESSE, KEINE ADRESSE KEINE TESTLINE, TESTLINES WERDEN NCIHT PER PM GESCHICKT
Testline available for 24 hours alltime / Testline jederzeit erhältlich fuer 24std.
FUER TESTLINE BITTE pm
our cards / unsere karten
sky italysky desky uktirngdigitalbmeozon / tv cabodigital + spaincanaal digital nederlandecanal+ france hd+tivusatsrgbiss tvtnt satcyframtvfreextvprivate spicedorcelredlighthustler hd
We accept following Payment / folgende Zahlungen werden akzeptiert
Paypal
Moneybooker
Paysafecard
NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW mix server
Reseller Sale / Wiederverkäufer Aktion:
When you got 5 Accounts is 1 Account for free
Kaufe 5 Accounts und erhalte einen gratis dazu
good luck our bestccserver team
Uploaded with ImageShack.us
Support:
MSN
Skype
SMS
PM
Oznake:
ardsharing-sky.blogspot.com,
cardsharing,
cccam,
cleros,
dreambox,
excange,
exchange,
HD,
hd tv,
how to,
italia,
linux,
newca,
newcamd,
premium server,
sat,
satelite,
server
petak, 18. svibnja 2012.
CCCAM INSTALLATION AND SETUP (C line and F line) – Step by Step
What do you need?
* *
* 1.* DCC – latest version is 2.96 – other versions will do
* *
* 2.* CCcam – latest version is 2.08 – this version has got some fixes over the older version
* *
* 3.* Install CCcam
* *
* Install CCcam on your Dreambox
* *
* On most Dreambox images you can download and install CCam directly from your Dreambox – please refer to your Image help file forinstallation.
* *
* You can also install CCcam manually if you have the necessary expertise – I will leave it up to you!
* *
* Once you install CCcam set it up as your Default Cam in your Dreambox
* *
* 4.* Install DCC
* *
* DCC is a straightforward setup – proceed with defaults throughout the setup
* *
* 5. Setting up and working with DCC
* *
* Open DCC - Update your Dreambox IP address, User and Pass
* *
* Connect and go down and choose FTP
Choose var/etc, rightclick CCcam.cfg and press edit
6. Adding* Servers (people from whom you are going to get cards) to your CCcam
* *
* So now you are ready to insert servers in CCcam. You need to set up a line in the CCcam.cfg we just opened:
The C line will enable you to connect to the server
This is the information you need to set up a basic C line (all the information is given to you by your friend and will come in this format):
* C:* change-to-server-ip.dyndns.biz 12000 12userfromserver34 12passfromserver34
*
1: Your server’s dns ip:* change-to-server-ip.dyndns.biz
2: Your server’s CCcam Listen Port:* 12000
3: Your server’s CCcam User:* *12userfromserver34
4: Your server’s CCcam Password: 12passfromserver34
* So most of the time you just copy the C line sent by server, and paste it in the CCcam.cfg.
7.* Adding a Peer (people you are going to give cards to) to your CCcam
*
If you are sharing it is usually two way. You give your cards and the other person gives you his cards. So you need to allow the server to connect to your CCcam. You will need to set up an F line to enable your Friend to connect to your server.
* *
* This is the information you need to set up a basic F line (you decide all the information to set up in this format):
* F:* 67youdecide89 67youdecide89
* 1: User:* *67useryouchoose89
2: Password:* *67passyouchoose89
F:* 67useryouchoose89* 67passyouchoose89
Please note that every user needs a different user and password.
Now just put the two lines in the CCcam.cfg file, save and restart CCcam from dreambox.
8.* C line for your Peer
* *
* Now you need to give the information in point 7 above to your peer/friend:
1: Your dns ip:* change-to-your-ip.dyndns.biz
2: Your CCcam Listen Port:* 12000
3: Your CCcam User:* *67useryouchoose89
4: Your CCcam Password: 67passyouchoose89
*
C:* change-to-your-ip.dyndns.biz 12000 67useryouchoose89* 67passyouchoose89
* *
* 9. Port Forwarding
*
* Make sure you forward port 12000 to your dreambox ip, and also to allow your dreambox to access the ports given by servers.
* *
* *
*
* These are the Basics. There is more to this! But it will get you started!
CCcam Basic Tutorial – Part 2
* *
* Following my Basic CCcam Tutorial, I decided to add some more detail.
* *
* *
* 1.To exclude known fake and old cards you have to insert this line after the password of each single Cline:
no { 0:0:2, 100:3, 100:4, 100:5, 100:9, 100:A, 100:c, 100:d, 100:E, 100:f, 100:10, 100:11, 100:12, 100:13, 100:14, 100:19, 100:1A, 100:1B, 100:1c, 100:1d, 100:20, 100:21, 100:25, 100:26, 100:29, 100:2E, 100:31, 100:33, 100:34, 100:37, 100:64, 100:66, 100:67, 100:6b, 100:6d, 100:70, 100:71, 100:72, 100:73, 100:8C, 100:A0, 100:A1, 100:A2, 100:A3, 100:100, 100:8227, 100:beef, 100:ffff, 500:80, 500:500, 500:1540, 500:1570, 500:2100, 500:2500, 500:4800, 500:5500, 500:7000, 500:7010, 500:8000, 500:8800, 500:8c00, 500:8c10, 500:9c00, 500:9C10, 500:9C20, 500:9C30, 500:9C40, 500:a000, 500:A800, 500:A810, 500:A820, 500:AC00, 500:B400, 500:C, 500:C010, 500:C020, 500:C030, 500:c400, 500:c410, 500:C800, 500:C810, 500:C820, 500:C830, 500:C840, 500:C850, 500:C860, 500:C870, 500:D400, 500:D540, 500:D800, 500:e400, 500:E410, 500:E430, 500:E440, 500:E450, 500:E470, 500:E800, 500:F000, 500:F520, 500:F800, 500:10c00, 500:10c10, 500:10c20, 500:10c30, 500:11000, 500:11c00, 500:12000, 500:12010, 500:12800, 500:12810, 500:12C00, 500:13400, 500:14400, 500:14800, 500:14880, 500:14C00, 500:15000, 500:16400, 500:16800, 500:16810, 500:16C00, 500:16C10, 500:16C20, 500:17000, 500:17010, 500:18c00, 500:19000, 500:19400, 500:19410, 500:19420, 500:19430, 500:19440, 500:1a400, 500:1ac00, 500:20600, 500:20610, 500:20620, 500:20630, 500:20640, 500:20a10, 500:20a20, 500:20a30, 500:20B20, 500:20c00, 500:20c10, 500:20c20, 500:20C30, 500:20C40, 500:21510, 500:21570, 500:21c00, 500:21C10, 500:22100, 500:22110, 500:50000, 618:0, 924:0, 9A0:0, d00:4, d00:8, d00:14, D00:64, D00:68, d01:50, d01:54, D02:80, D02:88, d02:8c, D03:B0, D03:C0, D03:C4, d03:c8, D04:14, d05:c, d0c:c, d0c:10, d0c:14, d0c:18, 1702:6a, 1800:1, 1800:101, 1800:801, 1800:901, 1800:1201, 1800:1301, 1800:1811, 1800:1911, 1800:4001, 1800:4101, 1800:4601, 1800:4701, 1800:4801, 1800:4901, 1800:4A01, 1800:4B01, 1800:6E01, 1800:6F01, 1800:7001, 1800:7101, 1800:7401, 1800:7501, 1800:9401, 1800:9501, 1800:C001, 1800:C101, 1801:7811, 1801:7911, 1802:8C11, 1802:8D11, 4aa0:0 }
* The ‘no’
*
The 'no' means that you will not take EMM (Emu’s) from your peers. CCcam can do its own EMM work if you add a recent Autoroll.k€y and Softcam.k€y in the var/k€ys folder. Change to ‘yes’ if you want to receive peer’s emu.
* The ‘0:0:2’
*
The 0:0:2 means that you will only receive cards at a Hop 2 from your peers. Just decide how many Hops away you want to receive (1,2,3,4,5)
The rest will eliminate all known old and fake cards from your server.
2. You have to insert the following after the password of each F:line
2 0 0 { 0:0:3 } { } { } change-peer-ip.dns.org
The 2 0 0
* The 2 means that the peer will get all cards at a maximum of 2 hops away from you.
The first 0 means that the peer gets no emus from you.* Change to 1 to get peer’s emu.
The other 0 means that the peer is not allowed to send us emm. Change to 1 to take peer’s emu. Please note that there has to be a corresponding entry in the in the server you are sharing with.
* The { 0:0:3 }
*
The 3 means that the peer can share your cards down two further levels beyond his own level. (If you have servers who are not allowing you any reshare, you should change this number to 0 or 1)
* The IP or DNS address at the end of the F line
*
The IP Address at the end of the F:line makes sure that only the specified peer connects to your server. This may prove very useful with hackers!
* Restricting shares
*
If you want to restrict what your peers get, you have to configure your peer's F line to which you want to block a card in the following manner. The following example restricts Canal+ Digitaal Nederland (19E). You can change to whatever caid you want:
F: user pass 3 0 1 { 0:0:3, 0100:00006a } { 0100:00006a:07d4, 0100:00006a:07d5 } { } change-to-user's-ip
Therefore user will not be allowed to view Canal+ Digitaal Nederland (19E) (0100:00006a) but is allowed to view the following two channels on Canal+ Digitaal Nederland (19E): Rtl 4 (0100:00006a:07d4), Rtl 5 (0100:00006a:07d5)
* *
* If you want to allow him to view Canal+ Digitaal Nederland (19E) but not to share it you have to add a ‘:1’ :
* *
* F: user pass 3 0 1 { 0:0:3, 0100:00006a:1 } { } { } change-to-user's-ip
* *
* *
* *
* *
* The above settings should work well with most servers.
* *
* Good Luck!
Oznake:
ardsharing-sky.blogspot.com,
cardsharing,
cccam,
cleros,
dreambox,
excange,
exchange,
HD,
hd tv,
how to,
italia,
linux,
newca,
newcamd,
premium server,
sat,
satelite,
server
Pretplati se na:
Postovi (Atom)