Njatym Blog

Welcome! Advertised With Us | Contact Us | About Us | Terms Of Service | Privacy Policy | Disclaimer | Instant Ads Placement | Create a post
Stats:
views,

Follow For More Updates





1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41

Featured Links / Twitter / Facebook / How To Advertise

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41

Translate To Your Language

Showing posts with label Webmasters. Show all posts
Showing posts with label Webmasters. Show all posts

How to Start a Blog and Make Money in Seven Easy Steps:

How to Start a Blog and Make Money in Seven(7) Easy Steps: 



2. Pick your blog's name and niche.

3. Enter your blog description (what your blog is all about) 

4. Design your blog with a free blogger/blogspot theme.

 5.Write your first blog post.

5. Promote your blog and get readers.

7. Make money from your blog.

PLEASE FOLLOW THIS BLOG FOR MORE GREAT POST BY CLICKING ON THE FOLLOW BUTTON ABOVE THE POST  ALSO LIKE AND SHARE THIS POST

HOW TO HIDE YOUR CONTENT IN SMF

Hide Content provides the ability to hide certain parts of a post and PM based on a number of specified criteria.

Requirements
Extensible

This mod is written to be extensible by other mods, the above plugins are all written this way. Writing a plugin for this mod is just a case of implementing some hooks, please see the above plugins for example code.

Say Thanks now supports this mod.

Additional Notes and known limitations

  • Admins and moderators with required permissions can view any content without restriction
  • You cannot quote hidden content
  • The original hidden content in a PM is hidden if you quote it
  • The hide tag is not designed to be nested inside another hide tag
  • The permissions only hides the BBC button, the permissions do not stop the functionality working

Change Log

1.1.4
  • Fixed preview which wasn't working in 2.0.10
  • Fixed auto URL bug

1.1.3
  • Minor fix to undefined variable warnings
  • Permissions now persists after uninstallation unless checkbox to remove data is checked

1.1.2
  • Minor fix to naming of permission

1.1.1
  • Overflow fix if you have over 20 groups
  • Added post and pm permissions to see hide button, by default all groups are allowed

1.1
  • Improved compatibility with Simple Portal - quote fast works now
  • Ability to disable on certain boards
  • Ability to disable on PM
  • Ability to check plugins to be used by default
  • Post count required now includes remaining posts total required

1.0.1
  • Support for SSI and rss

1.0
  • Draft release

CHANGING FOOTER CONTENT IN SMF 2.0

Does the footer area of your website seem like wasted space? If you would like to add some links or images to your footer area, you can do so by editing the template in your SMF admin dashboard. You can also remove the links and version number as well, giving you some more space. While technically allowable to remove the copyright, it is considered rude to do so since Simple Machines allows their program to be used free of charge. Follow the instructions below to find out how to modify the footer in your SMF 2.0 website.
  1. Log into your SMF admin dashboard.
  2. From the main page, click on the Admin link from the upper menu. This brings a second menu that appears just below the first. From there, hover over Configuration and click on Current Theme from the popup submenu.
    select current theme
  3. A third menu will appear on the screen below the second. Find and click on the Modify Themes link to continue to the next screen.
  4. You will see the different themes you have available under the Modify Themes section. Find the theme you want to modify and click on the Browse the templates and files in this themelink.
    select template file
  5. This brings you to a page where you will see various sections of code. Do a find (ctrl+f) for the word 'footer' and locate the section that has the following code:
    <div id="footer_section">
    This is the beginning of the footer area code. From here you can edit the code with HTML. For our example, we will add some text with our own copyright. You can see the line we added below highlighted in blue.
    new code added
  6. After adding the code, select the Save button at the bottom of the page. You can now refresh your site to see the either the new content or removed content.
    BeforeAfter
    before the footer changeafter footer edit

How to Create new forum in SMF

In this documentation, we can check how to create new forum in SMF.


1) Login to SMF admin panel.
2) Click the menu ‘Admin’.

Create new forum


3) Go to Forum >> Boards.

Create new forum


4) Click the button ‘Add Board’.

Create new forum


5) Enter the details.

Create new forum


6) Click the button ‘Add Board’.

Create new forum


7) If you want to edit the forum, select the forum and click the button ‘Modify’.

Create new forum


That is how we can create new forum in SMF.

If you need any further help please reach our support department.

Nairaland CSS style code with link

Here is the link to nairaland CSS style code any body can build a site like nairaland with his CSS Style code

https://www.nairaland.com/static/nl2.css/49134329965

html { -webkit-text-size-adjust: 100%; line-height:1.5}

h1, h2, h3, h4, form, div, p, img { padding: 0; margin: 0; }

h1, h2, h3, h4, h5 { color:#200; font-family: tahoma, verdana, sans-serif; }

p{ margin: 6px 0 0 0}

table { border-spacing: 0; border: 0; margin:0px; width:100%; padding:5px}

div.body {max-width:1024px; margin: 0px auto; width:100%;}

th, td { padding: 8px;
         background: #E8ECE0;
         text-align: center;
         border: 1px solid #444;
         border-bottom-width: 0px;
         overflow:hidden;
}

tr:first-child td, tr:first-child th {
    border-top-left-radius: 12px; border-top-right-radius: 12px;
}
tr:last-child td {
    border-bottom: 1px solid #444;
    border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;
}
td.w, tr.w { background: #F6F6EC;}
td.pd {border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;}
td.pu {border-top-left-radius: 12px; border-top-right-radius: 12px;}

@media screen and (max-width: 320px) and (orientation: portrait) {
 table { padding: 4px 0px}
 th, td { border: 0px; border-top: 1px solid #444; padding: 6px 0px}
 tr:first-child td, tr:first-child th { border-top-left-radius: 4px; border-top-right-radius: 4px; }
 tr:last-child td { border-bottom: 1px solid #444; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
 td.pd {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
 td.pu {border-top-left-radius: 4px; border-top-right-radius: 4px;}
}

form.inline { display: inline }

img.img { padding:0; margin:0;}
@media screen and (max-width: 9999px){ img.img, div.narrow { max-width:  976px }}
@media screen and (max-width: 1024px){ img.img, div.narrow { max-width:  976px }}
@media screen and (max-width:  768px){ img.img, div.narrow { max-width:  736px }}
@media screen and (max-width:  640px){ img.img, div.narrow { max-width:  608px }}
@media screen and (max-width:  512px){ img.img, div.narrow { max-width:  480px }}
@media screen and (max-width:  480px){ img.img, div.narrow { max-width:  448px }}
@media screen and (max-width:  411px){ img.img, div.narrow { max-width:  379px }}
@media screen and (max-width:  414px){ img.img, div.narrow { max-width:  382px }}
@media screen and (max-width:  375px){ img.img, div.narrow { max-width:  342px }}
@media screen and (max-width:  360px){ img.img, div.narrow { max-width:  328px }}
@media screen and (max-width:  340px){ img.img, div.narrow { max-width:  320px }}
@media screen and (max-width:  320px){ img.img, div.narrow { max-width:  320px }}
@media screen and (max-width:  240px){ img.img, div.narrow { max-width:  208px }}
 
#postform input[type=text], #postform textarea {
    min-width: 80px; margin: 0px auto; width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;
}

td.grad, .grad { background-color: #F6F6EC; margin: 8px}

.grad input[type=text], input[type=text].central {  margin: 0px auto; min-width: 90px; width: 50%;}

body, td, th, div, button.button-link, input, textarea {
    font-family: verdana, sans-serif; font-size: 10pt; margin: 0px
}
body { text-align: center; background: url('/static/bg3.png/1') repeat; }

div.container {
    max-width: 1024px; margin-left: auto; margin-right: auto; padding: 6px; background-color: #fff;
    border-left: 1px solid gray; border-right: 1px solid gray;
}

a { color:#181855; text-decoration: underline;}
a:hover { color:#FFF; background-color:#114; text-decoration: none}
a:hover:visited { color:#E8ECE0; background-color:#114; text-decoration: none}
a.awoof:hover {background-color: transparent;}
a.m, .m { color: #44b; }
a.f, .f { color: #b4b; }
a.user, .user a, .featured td { color:#551818; }
td.homeuser, td.homeuser a, td.homeuser span, div.sig{font-size: 8.5pt;}
td.homeuser h3 { font-size: 12.5pt; color:#000}
td.homeuser a {color:#551818}
td.featured { color:#551818}
a:visited img.nnn {display: none}

.s { font-size: 8.5pt; color:#555518 }
.s a {font-size: 8.5pt; color:#551818 }
.b { font-size: 11.5pt; }
.g { color:#185518; }

.u { font-weight: normal }
.bl{ background-color: #6B8EAE}
.button-link { border: none; background-color: transparent; text-decoration: underline; cursor: pointer; padding: 0; }
td.l, .l {text-align: left}
td.friends { padding-top: 0px; padding-bottom: 0px; }
td.messages { padding-left: 20px; }
td.gr, td.gr span, td.gr a { color: grey }
.friend {border:1px solid #999100; padding:4px; white-space: nowrap; background-color: white}
.friend a {text-decoration: none}

.highlight {font-weight: bold; font-size:12.5pt; background-color: yellow}

span.bold a, p.bold a, a.bold, td.bold a {font-weight: bold}

span.eb img {background-image:url("/icons/bg.gif");
  background-repeat: no-repeat; width:23px; height:22px;}
span.eb:hover img {background-image:url("/icons/hoverbg.gif");}

img.faces {width:15px; height:15px}

blockquote{margin: 1px; background-color: #CBD8BF; border: 1px black solid; padding: 6px; border-radius: 6px}
.small, td.small{font-size:8.5pt}
td.sig{padding:3px 6px 5px 6px; font-size:8.5pt; color:grey}
.upd {background: #993; padding:1px}
.frupd {background: #399; padding:1px}

div.narrow {margin: 0px auto 0px 0px;}

iframe.youtube { width: 420px; height: 280px; max-width: 92%}

.noisy { color: #b00; font-weight: bold}

.pushleft{margin: 0px 0px 0px -8px}
.pushleft2{margin: 0px 0px 0px -2px}

.manual{margin: 0 -8px}
.manual span {padding-left: 6px; padding-right: 6px}

p.nocopy, div.nocopy, td.nocopy {
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-user-select: none;
 /* user-select: none;*/
}


div.webdesigners {margin: 0px auto; padding: 0px; max-width: 850px;}
div.webdesigners img { margin: 6px; padding: 0px; width: 154px; height:95px; background: url('/static/white.png') no-repeat;}
@media screen and (max-width: 320px) { 
 div.webdesigners {margin: 0px 0px;} 
 div.webdesigners img {margin: 2px 2px}
}

div.clientimages img {border: 1px solid #000; margin: 8px 8px; padding: 0px; width: 318px; height:106px; background: url('/static/white.png') no-repeat;}

@media screen and (max-width: 1024px) {
 div.clientimages img {margin: 8px 3px}
}

@media screen and (max-width: 360px) { 
 div.clientimages img {margin: 8px -8px}
}
.campaign_stats span, .ad_details span{
  margin-right: .5%;
}
.green{
 color: green;
}
.orange{
 color: orange;
}
.red{
 color: red;
}
.blackborder{
    border: 1px solid #000;
    padding: 0;
}
.expansible_input{
    width: 40%;
}

td.grad h1 {
 margin-top: -4px;
}
table th h3 {
 margin: -4px 0px;
}

Top 15 best website statistics analyzer, traffic insider website to follow



Top 15 best website analyzer, traffic insider website to follow in 2017
How curious are you for websites movement? I am very fond of ranking movement, always curious about what, how and why this website is doing well. Often this curious lead me to do some research which is kind of inaccessible from the side I am sitting on. So, I visit multiple websites which calculate different sort of methods to visualize something. Which give me something out of nothing. This information is partly true and I am glad to have better than nothing. Here are the top 15 best website analyzer and traffic information provider I follow.

Top 15 best website statistics analyzer

S.N.Websites
1ClearWebStats.com
2CuteStat.com
3SimilarWeb.com
4WebStatData.com
5HypeStat.com
6W3Snoop.com
7EasyCounter.com
8WebSiteOutLook.com
9SitePrice.com
10WebStatsDomain.org - WebStatsDomain.com
11SiteLeaks.info
12Web.Informer.com
13ScamAdviser.com
14Archive.org
15IsItDownRightNow.com
Top 15 best website statistics analyzer, traffic insider website to follow in 2017

ClearWebStats

clearwebstats.com
As taglines say, ClearWebStats.com offer the information about every website. The information includes IP address, Google PageRank, Traffic Reports, Social Media Activities, Web Safety, Web Hosting Information, Domain information (domain registered, expired and modified date), similar ranking website based on Alexa rank. The website does have add-on for Google Chrome and Firefox.

CuteStat

cutestat.com
CuteStat.com is a popular free analysis service for users, also provide the IP information, PageRank, Social Media engages, Server Information, Website Valuation, Domain WhoIs Information, Google Page Speed analysis and Social activities in a particular domain. CuteStat also provides the top ranked website based on Alexa rank.

SimilarWeb

similarweb.com
SimilarWeb.com is yet another popular website to check the similar ranking websites. The website provides Global rank, country rank and category rank for the particular website. However, the category needs some improvement since I found some known websites are listed in misleading categories.
SimilarWeb does provide the traffic overview overall, by countries, the source of traffic, the link hierarchy, and social activities and finally if you are lucky, similar ranked websites to your query.

WebStatData

webstatdata.com
WebStatData is a lite version of ClearWebStats and CuteStat, which eventually provide above information.

HypeStat

hypestat.com
HypeStat.com is yet another web statistic and analysis website to provide the information to users. The information includes all above and same additional such as page speed insights, the number of SEMrush keywords, traffic and cost (NUMBERS only!!) and visitor by country based on Alexa ranking.

W3Snoop.com

w3snoop.com
W3Snoop.com is yet another website remarkably popular according to Alexa rank. The site offers the summary (which actually all above site are offering) and information and statistics plus traffic and earning.

EasyCounter.com

easycounter.com
EasyCounter.com sound like a counter for a website! Though website provides the almost the same information as others, it amends the similar rank graphs for traffic analysis and pageviews for delivered websites. It does have some numbers on Yandex CY under SEO category, I am not sure what does it mean!

WebSiteOutLook.com

websiteoutlook.com
Very old and recently reconstructed based on trend, I guess 🙂 Websiteoutlook.com is yet another website statistic and analysis website which offer nothing but same information as above. The also list the SEMrush data but the numbers only!

SitePrice.org

siteprice.org
SitePrice.org is also fine the running website for website information and statistics. The offer some additional to above website i.e. top 10 competitor websites to your browsing website (not sure which assumption are used for these setups), the top visitor by country and top five keywords for browsing websites.

WebStatsDomain.org

webstatsdomain.org
WebStatsDomain.org is yet another website that collects and analyzes any domains data. The site acknowledges if website down or up at the moment! Suggest the similar websites and keyword consistency. Which suggest that if a particular keyword is a better off ranking on particular websites.

SiteLeaks.com

siteleaks.com
SiteLeaks.com offer nothing but same as other domains listed above. The site encloses Alexa traffic ranks include the popular country and rank in that country.

Website.informer.com

website.informer.com
Website.informer.com is informer website which also provides the insights of analysis and statistics for any websites. Well ranked, website uses Alexa traffic rank to measure the estimate data.

Extra: website analyzer, traffic insider website to follow in 2017, I love it, Don’t you?

ScamAdviser.com

ScamAdviser.com is a website which offers quick checkup for a particular website if the site is SCAM or FRAUD. The site says it uses their own 150 different criteria and techniques to evaluate if a website is a SCAM or SAFE.

IsItDownRightNow.com

IsItDownRightNow is kind of website which checks if any website is down at the moment for all or it is only down to your internet service provider.

Archive.org

Internet Archive is yet another awesome tool for your daily uses. The tool offers the archive for any particular website.

SmallSEOTools.com/BackLink-Checker

SmallSEOTools have many another tool on their website, however personally I like the backlink checker tool. Which give the list of website linking back to your corresponding websites. However, the sites only offer you the logical link from the Internet, not particularly categories or anything. E.g. is abc.com is your domain SmallSEOTools does count aba.com.xyz.com as a backlink, even though aba.com.xyz.com does not contain a link to your website. Just like links on Webmasters tools.

SEOSiteCheckUp.com

SEOsiteCheckup does general SEO check up like if your title, meta or description meet the length that requires. The speed (which I guess is from Google’s page speed insights), server and security information, mobile usability and advanced SEO include dofollow, nofollow tags, canonical tags and final ranking score out of 100.

SEOCentro.com

SEOCentro.com does also offer much stuff at the same place.

SiteLinks.info

Sitelink is yet another website information provider for input websites. Which include 20 links to a website that we query about. Most of the times the link may be are from the above XYZ example.
Conclusion: These are very rapid checkup website. Getting information such as; website register, registration/expiration date, whois information, social media popularities, website status, website indexing in different search engines, website ranking in different search engines and top popular keywords are good to know in one place. However, the income assumption sometimes goes way beyond. It’s good to keep these sites to have a general idea for your competitor website calculation. But my final advice will be please use further research and confirmation before serious investment. Have anything to say? Please comment below.

How To Verify AdSense Account Without Pin

Google AdSense account without PIN. Google AdSense is one of the prominent and trusted ways to earn money from your blog. It is a simple and most powerful and popular source of earning for publisher and webmaster. But it is true that getting your blog approved from Google is really difficult because of their policies. Once your account is approved, Google has certain other verification processes. Google verify your account by verifying the account holder’s address. Before sending money, Google sends a PIN code on your Address to verify your Address and identity.

When Google Sends Pin Code?
When you set up google AdSense account and get approval for publishing ads on your site or blog by Google AdSense, it starts showing ads on your blog. Once your earning has crossed $10, Google sends Personal Identification Number (PIN) to your Payee Profile address to verify the address of account holder. PINs typically arrive within 2-4 weeks but may take longer depending on your location. Google mail your PIN on a white postcard measuring 4.5 x 6 inch (11.4 x 15.2 cm).  PIN is of four digits. You will then need to enter this PIN into your account (the pin Adsense sends). See below screenshot:
 Verify Google AdSense Account Without Pin Code
If somehow PIN does not reach your address, Google allows you to request for two more times. In total, you get three chances of Address verification. In all the cases Google Address verification PIN remains same. Be careful, if you enter the wrong PIN three times, your account will be suspended.
What if PIN Code does not reach after Three Attempts?
Google understand that sometimes the publishers might not receive the PIN after three attempts. It might be because of bad postal service or your address is in remote areas. Google has provided a workaround for this J
Keep in mind that you have four months to submit your PIN after your first PIN is generated. If you fail to submit the PIN, Google will stop showing ads on your blog.

How To Verify Google AdSense Account Without PIN Code?


Google has provided an alternate option to verify Google AdSense account without PIN code. For this, you need to submit a proof of identity document that has your Payee Name and valid address that you have mentioned in Google AdSense account. The ID Proof document can be any of the following:
  • National ID Card
  • Electricity Bill
  • Driving License
  • Aadhaar Card (For Indian publishers)
  • Bank Statement
Etc etc …..
RecommendedInfolinks Ads Reviews

When Can You Avail This Option to Verify Google AdSense Account Without PIN?


Only after you have tried your three attempts and did not receive PIN, you can use this option. Follow the steps mentioned below:
  • Open your Google AdSense Account with your login credentials.
  • You must be seeing a notification top bar (red bar) if you have not verified your account after requesting for 3rdClick on Notification Option in Google AdSense account
  • You will see a below screen:
Verify Google AdSense Account Without Pin 1
  • As you click on “This Form “ link you will get another form fill it by Publisher Id, mail ID and upload Photo ID and Address proof.
Verify Google AdSense Account Without Pin
In case you do not remember your Publisher Id, click on ‘Gear’ icon. Go to Settings à Account Information. Here you will find your Publisher Id. It will be of ‘pub-****************’
  • Click On ‘Submit’
That’s it. In few minutes, you will receive a mail synonymous to the image below that you’ve fulfilled the address verification requirement for AdSense.
I also got into the same situation where I did not receive PIN for my AdSense account even after the third attempt. To verify my Adsense account, I submitted my ‘Bank Statement’ as my ID Proof that has my relevant address. I got the following mail in 5 minutes after I submitted this form with my ID proof.
Verify Google AdSense Account Without Pin 2
Hope that you have understood the procedure of how to verify Google AdSense account without PIN. If you have any queries or feedback, you can leave your comments below 

Search



Celebrities (67) Webmasters (19) Education (18) Crime (14) News (13) Business (12) Politics (12) Sports (10) Health (9) Romance (9) Fashion (8) Jobs/Vacancies (8) Music/Radio (8) Pets (8) Properties (8) Religion (8) Travel (8) Phones (4) Career (1) Webmaster (1) Webmastets (1)


Terms Of Service | Privacy Policy | Disclaimer | About Us | Contact Us | Advertised With Us | Designed with by Akahomen Jerry | Share:
Copyright © 2013- Akahomen Jerry All right reserved