Teya Salat

p _ x
Bookmark Weezywap
JarApkBmkOpera
(GMT+1)
Friday May 3rd 2024
+
Always Post weezywap.xtgem.com on your facebook, twitter, 2go, whatsapp and instagram status! If you love WEEZYWAP and enjoy unlimited services here!
»WEEZYWAP Forum
Forum Rules | Smilies | BB Codes | Back
* Dude360 Bros abeg help me me with unlimitedapps.blogmr.com codes
2017-01-09 18:08 · (0)
* Weezy * Dude360 Try this in home.html
<br/><div id="content" class="content posts"><br /> {% if posts_by_search %}<br /><div class="alert alert-info"><br /><h3><br /> Search&quot;{{ posts_by_search }}&quot;.<br /></h3><br /></div><br /> {% elseif posts_by_tag %}<br /><div class="alert alert-info"><br /><h3><br /> Tag&quot;{{ posts_by_tag }}&quot;.<br /></h3><br /></div><br /> {% elseif posts_by_category %}<br /><div class="alert alert-info"><br /><h3><br /> Showing posts under category&quot;{{ posts_by_category }}&quot;.<br /></h3><br /></div><br /> {% endif %}<br /><!-- // --><br /> {% if total_posts == 0 %}<br /><div class="alert alert-warning"><br /> Empty post.<br /></div><br /> {% else %}<br /><!-- // --><div class="alert alert-info"><br /><h3><center><b>Trending Updates</b></center></h3></div><div class="post"><li><br /> {% for post in posts %}<div class="post" id="post-{{ post.id }}"><div class="post-body"><br /> {{ site.settings.display_thumbnail == 'yes' ? post.thumbnail|raw : '' }}</div><a href="{{ site.url }}/{{ post.link }}.html">{{ post.title }}<br /></a></div></li><br /> {% endfor %}</div><br /><div class="pager"><br /> {{ pagination|raw }}<br /></div><br /><div class="clear"></div><br /> {% endif %}<br /></div>
Copy code
2017-01-10 04:58 · (0)
* Weezy * Dude360 copy below and paste in post.html
<div class="group"><div id="content"  class="content singlepost">
{% if post == null %}
<div class="alert alert-danger  post-not-found">
Post not found.
</div>
{% else %}
<!-- Breadcrumb -->
{{ breadcrumb|raw }}
<!-- /Breadcrumb -->
<div class="post" id="post-{{ post.id }}">
<div class="post-heading">
<h2 class="post-title">
{{ post.title }}
</h2>
<span class="post-meta">
Posted by {{ site.author_name }} on {{  post.time|date('d M Y - H:i') }}
</span>
</div>
<div class="post-body">
{{ post.content|raw }}
</div>
{% if  site.settings.display_social_buttons == 'yes' %}
<div class="social-buttons">
<span>
<a href="https://www.facebook.com/sharer/sharer.php?u={{ (site.url ~ '/' ~ post.link ~'.html')|url_encode }}&amp;t={{ post.title|url_encode }}" target="_blank" title="Share on Facebook"><img src="/images/social_icons/Facebook.png"/></a>
</span>
<span>
<a href="https://twitter.com/tweet?source={{ (site.url ~ '/' ~ post.link ~'.html')|url_encode }}&amp;text={{ post.title|url_encode }}" target="_blank" title="Tweet"><img src="/images/social_icons/Twitter.png"/></a>
</span>
<span>
<a href="https://plus.google.com/share?url={{ (site.url ~ '/' ~ post.link ~'.html')|url_encode }}" target="_blank" title="Share on Google "><img src="/images/social_icons/Google .png"/></a>
</span>
<span>
<a href="http://pinterest.com/pin/create/button/?url={{ (site.url ~ '/' ~ post.link ~'.html')|url_encode }}&amp;description={{ post.title|url_encode }}" target="_blank" title="Pin it"><img src="/images/social_icons/Pinterest.png"/></a>
</span>
<span>
<a href="http://www.reddit.com/submit?url={{ (site.url ~ '/' ~ post.link ~'.html')|url_encode }}&amp;title={{ post.title|url_encode }}" target="_blank" title="Submit to Reddit"><img src="/images/social_icons/Reddit.png"/></span>
<span>
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url={{ (site.url ~ '/' ~ post.link ~'.html')|url_encode }}&amp;title={{ post.title|url_encode }}&amp;summary=&amp;source={{ (site.url ~ '/' ~ post.link ~'.html')|url_encode }}" target="_blank" title="Share on LinkedIn"><img src="/images/social_icons/LinkedIn.png"/></a>
</span>
</div>
{% endif %}
<!-- // -->
{% if site.author_id == user.id %}
<div class="admin-post-action">
<a href="{{ powered.url }}/account /switch_blog/{{ site.id }}?redirect_uri={{ (powered.url~'/posts/edit/'~post.id)|url_encode }}">Edit</a>
{% if post.status == 'draft' %}
<a href="{{ powered.url }}/account /switch_blog/{{ site.id }}?redirect_uri={{ (powered.url~'/posts/publish_post/'~post.id)|url_encode }}">Publish</a>
{% endif %}
<a href="{{ powered.url }}/account /switch_blog/{{ site.id }}?redirect_uri={{ (powered.url~'/posts/delete/'~post.id)|url_encode }}">Delete</a>
</div>
{% endif %}
</div>
{% if  site.settings.posts_list_in_singlepost != 'none' and recent_posts != null %}
<div class="recent-posts">
<h3>
{{ site.settings.posts_list_in_singlepost == 'recent_posts' ? 'Recent Posts' : 'Related Posts' }}
</h3>
<ul>
{% for r_post in recent_posts %}
<li>
<a href="{{ site.url }}/{{ r_post.link }}.html">{{ r_post.title }}</a>
</li>
{% endfor %}
</ul>
</div>
{% endif %}
<!-- Comments -->
{% if allow_comments %}
<div class="comment-info">
<h3>
Comments
</h3>
<h4>
{{ posts.total_comments }} Responds  for &quot;{{ post.title }}&quot;
</h4>
</div>
<div class="comments"  id="comments">
{% if total_comments == 0 %}
<div class="alert alert-danger">
Empty comment.
</div>
{% else %}
<!-- // -->
{% for comment in comments %}
<div class="comment {{  comment.status == 'moderated' ? 'moderated' : ''}}" id="comment-{{ comment.id }}">
<div class="pull-left">
<img src="{{ powered.url }}/files/users /avatar/{{ comment.author_id }}-48.png" alt="" class="comment-object"/>
</div>
<div class="comment-body">
<a class="comment-heading" href="{{  comment.author_homepage }}">
<strong>{{ comment.author_name }}</strong>
</a>
<div class="comment-meta">
<span>
{{ comment.time|date('d M Y - H:i') }}
</span>
</div>
<p>  {{ comment.text|raw }}
</p>
{% if user.id == site.author_id %}
<div class="admin-comment-action">
{% if comment.status == 'moderated' %}
<a href="{{ powered.url ~ '/account /switch_blog/' ~ site.id ~ '?redirect_uri=' ~ (powered.url~'/comments/publish_comment/' ~ comment.id~'?redirect_uri='~(site.url~'/'~post.link~'.html#comment-'~comment.id)|url_encode|url_encode)|url_encode }}">Publish</a>
<a href="{{ powered.url ~ '/account /switch_blog/' ~ site.id ~ '?redirect_uri=' ~ (powered.url~'/comments/mark_as_spam/' ~ comment.id~'?redirect_uri='~(site.url~'/'~post.link~'.html#comments')|url_encode|url_encode)|url_encode }}">Spam</a>
{% elseif comment.status ==  'published' %}
<a href="{{ powered.url ~ '/account /switch_blog/' ~ site.id ~ '?redirect_uri=' ~ (powered.url~'/comments/mark_as_spam/' ~ comment.id~'?redirect_uri='~(site.url~'/'~post.link~'.html#comments')|url_encode|url_encode)|url_encode }}">Spam</a>
{% endif %}
<a href="{{ powered.url ~ '/account /switch_blog/' ~ site.id ~ '?redirect_uri=' ~ (powered.url~'/comments/delete_comment/' ~ comment.id~'?redirect_uri='~(site.url~'/'~post.link~'.html#comments')|url_encode|url_encode)|url_encode }}">Delete</a>
</div>
{% endif %}
</div>
</div>
{% endfor %}
<!-- // -->
{% endif %}
</div>
{% if allow_new_comment %}
<div class="comment-form" id="new- comment">
<h3>
New Comment
</h3>
{% if new_comment_published != false %}
<div class="alert alert-success">
Comment successfully added and has  been published.
</div>
{% elseif new_comment_moderated != false %}
<div class="alert alert-warning">
Comment successfully added and will  be published after administrator approval.
</div>
{% elseif new_comment_errors != false %}
<div class="alert alert-danger">
<strong>
Error!
</strong>
<ol class="list-unstyled">
{% for err_k,err_v in  new_comment_errors %}
<li>
{{ err_v }}
</li>
{% endfor %}
</ol>
</div>
{% endif %}
<!-- FORM -->
{{ form_comment_open|raw }}
<div class="form-group">
<label for="author">
Name
</label>
<input class="form-control"  type="text" name="author" value="{{ form_comment_value.author }}" id="author" required="required" {{ form_comment_value.author ? 'readonly' : '' }}/>
</div>
<div class="form-group">
<label for="email">
Email
</label>
<input class="form-control"  type="email" name="email" value="{{ form_comment_value.email }}" id="email" {{ (site.settings.comment_require_email=='yes' ? 'required="required"' : '') ~ (form_comment_value.email ? ' readonly' : '') }}/>
</div>
<div class="form-group">
<label for="homepage">
Homepage
</label>
<input class="form-control" type="url"  name="homepage" value="{{ form_comment_value.homepage }}" id="homepage" />
</div>
<div class="form-group">
<label for="comment_text">
Comment
</label>
<textarea class="form-control"  name="comment_text" id="comment_text" rows="8" required="required">{{ form_comment_value.comment_text }}</textarea>
<div class="help-block">You may use  these HTML tags and attributes: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strong&gt;</div>
</div>
{% if form_comment_captcha == true %}
<div class="form-group captcha">
<label for="captcha">
Captcha
</label>
<img class="captcha" src="{{ site.url }}/captcha.png" style="width: 128; height: 48; border: 0;" alt="Please refresh..."/>
<input class="form-control"  type="text" name="captcha" id="captcha" maxlength="5" required="requred"/>
</div>
{% endif %}
<p>
<button class="btn" type="submit">
Send Comment
</button>
</p>
{% if is_user and (site.author_id !=  user.id) %} {% if subscribe_comment == false %}
<div class="checkbox">
<label>
<input type="checkbox"  name="subscribe" value="1" checked="checked"/>
<span>
Subscribe updates comment
</span>
</label>
</div>
{% else %}
<div class="checkbox">
<label>
<input type="checkbox"  name="subscribe" value="2"/>
<span>
Unsubscribe updates comment
</span>
</label>
</div>
{% endif %} {% endif %} {{  form_comment_close|raw }}
<!-- / FORM -->
</div>
{% else %}
<!-- // -->
{% if site.settings.comment_user ==  'users' %}
<div class="alert alert-warning  new-comment-closed">
New comments are only allowed for  registered users.
</div>
{% elseif site.settings.comment_user == 'friends' %}
<div class="alert alert-warning  new-comment-closed">
New comments are only allowed for  friends.
</div>
{% elseif site.settings.comment_user == 'followers' %}
<div class="alert alert-warning  new-comment-closed">
New comments are only allowed for  followers.
</div>
{% elseif  site.settings.close_comment_older_posts == 'yes' %}
<div class="alert alert-warning  new-comment-closed">
New comments are closed because  the post has been more than 14 days.
</div>
{% endif %}
<!-- // -->
{% endif %}
<!-- // -->
{% endif %}
<!-- /Comments -->
{% endif %}
</div></div>

Copy code
2017-01-10 04:58 · (0)
* Dude360 Bros css,header and footer
2017-01-10 17:23 · (0)
* Dude360 Unclosed "(" in "post.html" at line 109
2017-01-10 17:24 · (0)
* Weezy * Dude360 Please close it and reply me with the post.html code let me update it in my archive
2017-01-12 04:25 · (0)
* Weezy * Dude360 Headtags and css of unlimitedapps.blogmr.com
<meta name="Generator" content="Unlimitedapps.blogmr.com" />

<meta name="keywords" content="news, sports, football, football highlights, highlights, nigeria music, lyrics, foreign music download, hot audio mixtape, south-africa music.mp3, latest music videos 3gp, comedy videos mp4, aycomedy, freebeats, instrumentals, wizkid music, timaya, phyno-olamide, seyi shay, kissdaniel, patoranking, lilkesh, tiwa savage, flavour, psquare" /> 

<meta name="author" content="Nwankwo Chidera George"/>

<meta name="allow-search-related-title" content="Yes"/>

<meta name="allow-files-first-page" content="Yes"/>

<meta name="allow-search" content="yes"/>

<meta name="audience" content="all"/>

<meta name="robots" content="all, index, follow"/>

<meta content='never' name='Expires'/>

<meta name='revisit-after' content='1 day'/>

<meta name="Rating" content="General"/>

<meta name="distribution" content="Global"/>

<meta content="document" name="resource-type"/>

<meta content='chrome=1' http-equiv='X-UA-Compatible'/>

<meta name="pagerank" content="10"/>

<meta content='1, 2, 3, 10, 11, 12, 13, ATF' name='serps'/>

<meta content='5' name='seoconsultantsdirectory'/>

<meta name="alexa" content="100"/>

<meta http-equiv="content-type" content="text/html ; charset=UTF-8"/>

<meta http-equiv="imagetoolbar" content="no" />

    <style type="text/css">@import url(http://Unlimitedapps.blogmr.com/style-2565.css);</style>

<meta http-equiv="Content-Style-Type" content="text/css" />
    

<style type="text/css">@import url(http://Unlimitedapps.blogmr.com/style-2565.css);</style>

<style type="text/css">

a:link {color:blue} 
 </style>
<link rel="STYLESHEET" type="text/css" href="http://9jamixed.xtgem.com/mixed_1.css"/><link rel="STYLESHEET" type="text/css" href="http://userlodge.xtgem.com/styles_3.css"/><link rel="STYLESHEET" type="text/css" href="http://userlodge.xtgem.com/Niyhi.css"/><link rel="STYLESHEET" type="text/css" href="http://userlodge.xtgem.com/nairahints.css"/><link rel="STYLESHEET" type="text/css" href="http://userlodge.xtgem.com/styles.css"/>
<style type='text/css'> #586776 paging {font-size: 0px}  #paging a{ font-size: 12px;     border: 1px solid #8;     background-color: #f;     padding: 0px 4px 0px 4px; margin-left: 2px; } #paging b { font-size: 12px;     color:green;     background-color: #;     border: 1px solid #;     padding: 0px 4px 0px 4px; margin-left: 2px;}</style><link rel="stylesheet" href=" http://userlodge.xtgem.com/wap.css"/><link rel="stylesheet" type="text/css" href=" http://userlodge.xtgem.com/styles_1.css"/><link rel="STYLESHEET" type="text/css" href="http://userlodge.xtgem.com/styles_1.css"/>
<link rel='stylesheet' id='theiaPostSlider-css' href='http://stellanaija.com.ng/wp-content/plugins/theia-post-slider/css/buttons-blue.css?ver=1.8.1' type='text/css' media='all'/>
<link rel='stylesheet' id='yarppWidgetCss-css' href='http://stellanaija.com.ng/wp-content/plugins/yet-another-related-posts-plugin/style/widget.css?ver=4.6.1' type='text/css' media='all'/>
<link rel="stylesheet" href="http://stellanaija.com.ng/wp-content/themes/stellanaija-mob/style.css" type="text/css" media="screen" charset="utf-8"/>
<style type="text/css">@import url(http://stellanaija.com.ng/wp-content/themes/stellanaija-mob/css//sn.css);</style>
<link rel='stylesheet' id='theiaPostSlider-css' href='http://stellanaija.com.ng/wp-content/plugins/theia-post-slider/css/buttons-blue.css?ver=1.8.1' type='text/css' media='all'/>
<link rel='stylesheet' id='yarppWidgetCss-css' href='http://stellanaija.com.ng/wp-content/plugins/yet-another-related-posts-plugin/style/widget.css?ver=4.6.1' type='text/css' media='all'/>
<link rel="stylesheet" href="http://www.blogmr.com/assets/css/mobile.css" type="text/css" />
<link rel="STYLESHEET" type="text/css" href="http://Afripuse.tk/styles.css"/>

<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<link rel="stylesheet" href="http://warritatafo.com/wp-content/themes/carrington-mobile-1.2/style.css" type="text/css" media="screen" charset="utf-8" />
<style type="text/css">
@import url(http://warritatafo.com/wp-content/themes/carrington-mobile-1.2/css/advanced.css);
</style>


<link rel="stylesheet" href="http://www.naijaloaded.com.ng/wp-content/themes/carrington-mobile-1.2/style.css" type="text/css" media="screen" charset="utf-8"/>

<style type="text/css">@import url(http://Hitbazecss.blogmr.com/style-2621.css);</style>

Copy code

Header code of unlimitedapps.blogmr.com
<center><a href="/"><img src="http://unlimitedapps.xtgem.com/Pic/Unlimitedapps13.png" width="240" height="100" /></a></center><br/>
<p><div class="userTopbar"><table class="navMenu"><tbody><tr><td><a href="/index.php" class="aLink home active">Home</a></td>
<td><a href="/category/music/1.html" class="aLink music">Music</a></td>
<td><a href="/category/video/1.html" class="aLink videos">Videos</a></td>
<td><a href="/category/gist/1.html" class="aLink sms">Gists</a></td>
<td><a style="border-right: 1px solid #087EB7;" href="/category/sports/1.html" class="aLink forum">Sports</a></td>
</tr></tbody></table></div></p>

Copy code


<p align="center"><p><div align="center"><select name="options" onchange="location.href=this.options[this.selectedIndex].value" class="pad2"><option value="/">Select Category</option><option value="/category/sports/1.html">Sports</option><option value="/category/music/1.html">Musics</option><option value="/category/mixtapes/1.html">Mixtapes</option><option value="/category/video/1.html">Videos</option><option value="/category/gist/1.html">Entertainment</option><option value="/category/news/1.html">Naija News</option><option value="/category/funny/1.html">Funny Posts</option><option value="/category/tech/1.html">Tech</option><option value="/category/others/1.html">Others</option><option value="/pages/contact-us.html">Contact Us</option><option value="/pages/advertise.html">Advertise</option><option value="/category/football-highlights/1.html">Football Highlights</option></select></div></p></p>
<hr />

Copy code
<center><div align="center"><div align="center"><div><div><a href="https://m.facebook.com/profile.php?id=1502860893337417"><img src="http://mp3loaded.xtgem.com/images/facebook.png" width="32" height="32" border="0"></img></a><a href="http://twitter.com/Unlimitedapps7"><img src="http://mp3loaded.xtgem.com/images/twitter.png" border="0"></img></a></div></div></div></div></center><br/>

<div class="group">
        <form action="http://Unlimitedapps.blogmr.com" method="get" accept-charset="utf-8">
          <div class="input-group">
            <input class="form-control" type="text" name="search" placeholder="" value="" maxlength="50"/>
            <span class="input-group-btn">
              <button class="" type="submit">
                Search 4 NaijaSongs
              </button>
            </span>
          </div>
        </form>
      </div>

Copy code


Footer code of unlimitedapps.blogmr.com
<div class="group">
        <form action="http://Unlimitedapps.blogmr.com" method="get" accept-charset="utf-8">
          <div class="input-group">
            <input class="form-control" type="text" name="search" placeholder="" value="" maxlength="60"/>
            <span class="input-group-btn">
              <button class="" type="submit">
                Search Playist
              </button>
            </span>
          </div>
        </form>
      </div>

<br/><br/>
<center><div class="alert alert-warning"><p>Subscribe to our mailing list and get interesting updates to your email inbox.</p> <form action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('https://feedburner.google.com/fb/a/mailverify?uri=Unlimitedappsdaily', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" _lpchecked="1"> <input class="email-field" type="text" value="" placeholder="Enter your email" name="email"> <input type="hidden" value="Unlimitedappsdaily" name="uri"><input type="hidden" name="loc" value="en_US"> <input class="submit" name="submit" type="submit" value="Subscribe Now!"> </form> <div class="clear"></div> </center>
<br/>


<link rel="stylesheet" href="http://www.naijaloaded.com.ng/wp-content/themes/carrington-mobile-1.2/style.css" type="text/css" media="screen" charset="utf-8"/><style type="text/css">@import url(http://www.naijaloaded.com.ng/wp-content/themes/carrington-mobile-1.2/css/advanced.css);</style> <div align="center"><div align="center"><div align="center"><div id="footer"><p class="small"><center>Copyright © 2016 <a href="/">Unlimitedapps.com.ng</a><br/><p><a href="https://m.facebook.com/profile.php?id=1502860893337417"><img src="http://mp3loaded.xtgem.com/images/facebook.png" width="32" height="32" border="0"></img></a><a href="http://twitter.com/Unlimitedapps7"><img src="http://mp3loaded.xtgem.com/images/twitter.png" border="0"></img></a><br/><p align="center"><a href="/pages/about-us.html"><strong>About Us</strong></a> | <a href="/pages/advertise.html"><strong>Advertise</strong></a> | <a href="/pages/promote.html"><strong>Promote Music/Video On UA</strong></a> | <a href="/pages/contact-us.html"><strong>Contact Us</strong></a></p> </p></div></div></div></div></p>
<div id="footer"><center><span style="color:white;">
PROUDLY POWERED BY </span><a href="http://fb.com/nwankwo.george.104"><strong><span style="color:;">ONYECHELSEA</span></strong></a></center>
</div>

Copy code
2017-01-12 04:37 (Edited 2017-01-12 04:38 by Weezy ) · (0)
* Dude360 Bros Abeg No Vex, The Code No Dey Work Well For Me Maybe You Should Give Me

www.yewaloaded.blogmr.com

Full Codes ;(
2017-01-13 00:30 · (0)
* Weezy * Dude360 Headtags of yewaloaded.blogmr.com
<meta name="Generator" content="Yewaloaded" />
    <meta name="description" content="For all latest music, videos, downloads, Ent gist" />
    <meta name="keywords" content="download, latest, naija, music, mp3, video, 3gp," />
    <style type="text/css">@import url(http://yewaloaded.blogmr.com/style-1078.css);</style>

Copy code


Header code of yewaloaded.blogmr.com
<div align="right"><li class="pull-right" id="menu-list-pages"><a href="http://yewaloaded.blogmr.com/login.html">Login</a></li> </div><div id="menu" class="menu"><h1><div align="center"><a href="http://yewaloaded.blogmr.com"><img src="http://killzy.xtgem.com/img/logo.png" alt="logo" /></a></div></h1></div><div id="menu" class="menu"><div class="intro"><div class="msg"><table width="100%" cellspacing="0"
cellpadding="0"><tbody><tr><td width="18%" align="center"><a href="http://yewaloaded.blogmr.com"><div style="padding: 6px; border: 1px solid #404040; border-radius: 6px; margin-bottom: 5px;"><img height="60" width="60" src="http://killzy.xtgem.com/img/home.png" alt=""/><font color="#404040"><small><b>Home</b></small></font></div></a></td><td width="16%" align="center"><a href="http://yewaloaded.blogmr.com/category/music/1.html"><div style="padding: 6px; border: 1px solid #404040; border-radius: 6px; margin-bottom: 5px;"><img height="60" width="60" src="http://killzy.xtgem.com/img/music.png" alt=""/><font color="#404040"><small><br/><b>Music</b></small></font></div></a></td><td width="16%"align="center"><a href="http://yewaloaded.blogmr.com/category/video/1.html"><div style="padding: 6px; border: 1px solid #404040; border-radius: 6px; margin-bottom: 5px;"><img height="60" width="60" src="http://killzy.xtgem.com/img/video.png" alt=""/><font color="#404040"><small><br/><b>Video</b></small></font></div></a></td><td width="16%"align="center"><a href="http://yewaloaded.blogmr.com/pages/online-service.html"><div style="padding: 6px; border: 1px solid #404040; border-radius: 6px; margin-bottom: 5px;"><img height="60" width="60" src="http://killzy.xtgem.com/img/news.png" alt=""/><br><font color="#404040"><small><b>Tech</b></small></font></div></a></td><td width="18%"align="center"><a href="http://yewaloaded.blogmr.com/category/gist/1.html"><div style="padding: 6px; border: 1px solid #404040; border-radius: 6px; margin-bottom: 5px;"><img height="60" width="60" src="http://killzy.xtgem.com/img/lyrics.png" alt=""/><font color="#404040"><small><br/><b>Gist</b></small></font></div></a></td>
</tr></tbody></table></div></div></center><br/><hr/><p><div class="post"><div align="center"><div class="alert alert-info"><select name="options" onchange="location.href=this.options [this.selectedIndex].value" id="post"><option value="/">Categories...</option><option value="http://yewaloaded.blogmr.com/category/cheats/1.html">Cheats</option><option value="http://yewaloaded.blogmr.com/category/gist/1.html">Gist</option><option value="http://yewaloaded.blogmr.com/category/music/1.html">Music</option><option value="http://yewaloaded.blogmr.com/category/news/1.html">News</option><option value="http://yewaloaded.blogmr.com/category/sex-leak/1.html">Sex Leaks</option><option value="http://yewaloaded.blogmr.com/category/tips/1.html">Tips</option><option value="http://yewaloaded.blogmr.com/category/video/1.html">Video</option><option value="http://yewaloaded.blogmr.com/category/webmaster-zone/1.html">Webmasters Zone</option><option value="http://yewaloaded.blogmr.com/category/others/1.html">Others</option></select></div></div></div></p><div class="post"><center><font color="black">Contact Us</font><br/><img src="http://killzy.xtgem.com/img/phone.png" width="20" height="20"/><b><font color="red"> 08108754243</font></b>  |  <img src="http://killzy.xtgem.com/img/bbm.png" width="40" height="40"/><b><font color="black">BBM:</font> <font color="red">L04D1N9....</font></b><center></div><div class="post"><p>
<b><font color="red">ADS:-</font></b></p></div>
<hr /></div>

Copy code

Footer code of yewaloaded.blogmr.com
<div class="footer"><div class="w">
        <form action="http://yewaloaded.blogmr.com" method="get" accept-charset="utf-8">
          <div class="input-group">
            <input class="form-control" type="text" name="search" placeholder="Search anything !!!" value="" maxlength="60"/>
            <span class="input-group-btn">
              <button class="btn" type="submit">
                Search
              </button>
            </span>
          </div>
        </form>
      </div><br/>
<div id="footer" class="footer">•<a href="http://yewaloaded.blogmr.com/pages/about-us.html">About Us</a>  <a href="http://yewaloaded.blogmr.com/pages/advertise-with-us.html">Advertise With Us</a>  <a href="http://yewaloaded.blogmr.com/pages/contact-us-1458637613.html">Contact Us</a>  <a href="http://yewaloaded.blogmr.com/pages/contact-admin.html">Contact YL Admins</a>  <a href="http://yewaloaded.blogmr.com/pages/online-service.html">Online Services</a>  <a href="http://yewaloaded.blogmr.com/pages/promote-music-video.html">Promote Music/Video</a><div id="footer"></div><center><br/><a href="http://www.facebook.com/adekillzy"><img src="http://www.naijapaded.com/wp-content/plugins/mobilepress/themes/default/img/facebook2.png" height="50" width="50" alt=" yewaloaded.com facebook account" /></a> <a href=" http://www.twitter.com/adekillzy"><img src="http://www.naijapaded.com/wp-content/plugins/mobilepress/themes/default/img/twitter2.png" height="50" width="50" alt=" yewaloaded.com twitter account" /></a> <a href="http://killzygurus.tk"><img src=" http://www.naijapaded.com/wp-content/plugins/mobilepress/themes/default/img/googleplus2.png" height="50" width="50" alt=" yewaloaded.com google plus account" /></a><br/><font color="white">
Designed And Owned By:-  <a href="http://richardoh.tk"><b>Adekillzy</b></a></font><br/><font color="white">Yewaloaded.com | All Rights Reserved.</font></center></div><div class="widget-category widget"><h3>© 2016</h3>
        <ul>
                  </ul><right><img src="https://speedcounter.net/counter/5002993-green.png" width="300" height="90" border="0" alt="web counter"></right></div><script type="text/javascript" src="http://adcrax.com/addengine/showadds.php?id=7571&bg_color=ffffff&link_color=03F&text_color=000000&display_url_color=090"></script>

Copy code
2017-01-13 04:41 · (0)
* Dude360 The Icon In The Header Is Too Big, See The Difference

Http://www.gospelreigns.blogmr.com
&
Http://www.yewaloaded.blogmr.com
2017-01-13 11:29 (Edited 2017-01-14 06:26 by Weezy ) · (0)

Online: Guests: 1

Translate
Pages
Copyright © 2024 WEEZYWAP
facebook twitter whatsapp google plus
Home | About Us | Advertise | Frequently Asked Question | Contact Us | Partners | Disclaimer | Terms of Services | Invite Friends | Credits



Online: 1 , Today: 593, Hits: 7599153
Last modified: 27-08-2018 11:42:51 pm