Old school Easter eggs.
Welcome
ishaqwaps.xtgem.com™
BOOKMARK ISHAQWAP
JARBMKOPERA

SITE-SEARCH

FUNNY TRIVIAL!!!


ISHAQWAPS QUOTES!!


»ISHAQWAPS Forum
* Legendishaq Create a folder name it _xtgem_templates inside the templates folder, create a filename: by plaintext file and name it exactly this blow xtblog.twig............... After that copy this and paste it in the box of plaintext and save




<!-- ** XtbLog Twig Original By Xtgem Edited By
Author : Aralu Kenechukwu
Wapsite : http://weezywap.xtgem.com
email : junioraralu@yahoo.com
facebook : fb.com/weezysaysTwitter: @weezy_earl
  ** -->
<link rel="stylesheet" type="text/css" href="http://weezywap.xtgem.com/Wapmasta/Css/master.css" media="all,handheld"/>
{% if view == 'entries_list' %}
{% block entries_list_tag %}
{% if data.tag %}
<div class="footer"><b>{{ data.translations.t_showing_tagged_posts }}: <font color="red">{{ data.tag }}</font></b></div>
{% endif %}
{% endblock %}
<div class="weezy-blog">
{% block entries_list %}
{% for entry in data.entries %}
<div class="blog-header">
<h2 class="blog-title"><b><a class="hery" href="{{ entry.url }}">{{ entry.title }}</a></b></h2>
</div>
{% if data.display_type !='header' and entry.content %}
<div class="bl_description">{% set img_http=entry.content|split('"') %}<img src="{% if img_http[3] starts with 'http' or img_http[3] starts with '/' %}{{ img_http[3] }}{% else %}http://weezywap.xtgem.com/images/no-image.jpg{% endif %}" alt="post" width="50px" height="50px" style="margin:0 6px 0 0!
important;width:50px !important;height:50px !important;float:left;border:1px solid#000;">{% if data.entry_list_show_time %} <font color="#ff9900">{{ data.translations.t_created }} {{entry.created}}</font>{% endif %}<br>{% if entry.tags is not empty %} <font color="red">Tags:</font> {% for tag in entry.tags %} <a href="{{ tag.url }}">{{ tag.name }}</a> {% if not loop.last %}, {% endif %} {% endfor %} <br> {% endif %}<div class="gpost"><small>{{ entry.content|raw }}</small> <b><a href="{{ entry.url }}">Readmore..</a></b></div></div> {% endif %}
<div class="bl_comment">
<a class="xt_blog_title_link" href ="{{ entry.url }}_comments">
{% if entry.comments_count %}
{{ entry.comments_count }}
{% else %}
{{ entry.comments_count }}
{% endif %} Comment</a></div>
{% endfor %} {% endblock %}
</div>
{% block entries_list_footer %} {% if data.back_url %} <div class="comment-title"><a href="{{ data.back_url }}">Back</a> | <a href="/">Home</a> </div>  {% endif %}        {{ data.pagination_html|raw }} {% endblock %}
{% elseif view == 'entry' %}
<div class="weezy-blog">
{% block entry_post %}
<div class="blog-header">
<h2 class="blog-title"><b><div class="hery_blog">
{{ data.post.title }}</b></div></h2></div>
{% if not data.entry.in_comments_thread
%}
<div class="bl_description">
<div align="center" class="zxfourborder"><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "e9d3c9b3-3a7a-4a88-acaa-f470cc7f443e"}); </script>
<span class='st_twitter_hcount' displayText='Tweet'></span>
<span class='st_linkedin_hcount' displayText='LinkedIn'></span>
<span class='st_email_hcount' displayText='Email'></span>
<span class='st_blogger_hcount'
displayText='Blogger'></span> <span class='st_wordpress_hcount'
displayText='WordPress'></span><span class='st_googleplus_hcount'
displayText='Google  '></span>
</div>
{{ data.post.content|raw }}<br>Thank's for reading my article <b><a class="hery" href="{{ data.post.url }}">{{ data.post.title }}</a></b><br>{{ data.translations.t_created }} {{ data.post.date }}
{% block entry_tags %}
{% if not data.entry.in_comments_thread %}
{% if data.hide_tags == false and
data.post.tags %}
<br>
<font color="red">{{ data.translations.t_tags }}</font>
{% for tag in data.post.tags %}
<b><a href="{{ tag.url }}">{{ tag.name }}</a></b>
{% if loop.last == false %} , {% endif %}
{% endfor %}
{% endif %}
{% endif %}
<div class="footer">XTBlog by: <a href="http://weezywap.xtgem.com">WEEZYWAP</a></div>{% endblock %}
{% if data.post.subtitle %}
<div class="bl_tags">{{ data.post.subtitle }}</div>
{% endif %}
<br><br>
{% if data.post.feed_data %}
{% if data.device == 'mobile' %}
<img src="http://xtgem.com/images/icons/mobile2/rateup.png" />{{ data.post.feed_data.ratings_up }} {% if data.post.feed_data.has_rated %}<a class="rateup rated_up" href="{{ data.post.feed_data.rate_url }}">Unrate</a>{% else %}<a class="rateup" href="{{ data.post.feed_data.rate_url }}">Rate up</a>{% endif %}
{% if data.post.feed_data.has_starred %}<a class="star starred" href="{{ data.post.feed_data.star_url }}"><img src="http://xtgem.com/images/icons/mobile2/star.png" />Unstar</a>{% else %}<a class="star" href="{{ data.post.feed_data.star_url }}"><img src="http://xtgem.com/images/icons/mobile2/unstar.png" />Star</a>{% endif %}
{% if data.post.feed_data.is_featured %}<br /> This post is featured on <a href="http://xtgem.com/feed">XtGem</a>{% endif %}
{% else %}
<br><br>
{% if data.post.feed_data.has_rated %}<a class="rate_up rated_up" href="{{ data.post.feed_data.rate_url }}">{{ data.post.feed_data.ratings_up }} <span class="icon-arrow-up"><!-- --></span></a>{% else %}<a class="rate_up" href="{{ data.post.feed_data.rate_url }}">{{ data.post.feed_data.ratings_up }} <span class="icon-arrow-up"><!-- --></span></a>{% endif %}
{% if data.post.feed_data.has_starred %}<a class="star starred" href="{{ data.post.feed_data.star_url }}">Unstar <span class="icon-star"><!-- --></span></a>{% else %}<a class="star" href="{{ data.post.feed_data.star_url }}">Star <span class="icon-star"><!-- --></span></a>{% endif %}
{% if data.post.feed_data.is_featured %}<div class="featured">This post is featured on <a href="http://xtgem.com/feed">XtGem</a>{% endif %}
{% endif %}
{% endif %}
{% if data.social_share_enabled %}
<br><b>Share: </b><a title="Facebook" href="http://www.facebook.com/sharer.php?u={{data.post.url}}" class="xt_fb_share" target="_blank" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=' encodeURIComponent('{{data.post.url}}'),'facebook-share-dialog','width=600,height=400');return false;"><img src="http://weezywap.xtgem.com/i/i3/fb.png" alt="F"></a>
<a title="Twitter" href="http://twitter.com/home?status={{data.post.url}}" class="xt_tw_share" target="_blank"

onclick="window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;">
<img src="http://weezywap.xtgem.com/i/i3/twitt.png" alt="T"></a>
<a title="Google " href="https://plus.google.com/share?url={{data.post.url}}" class="xt_gp_share" target="_blank" onclick="window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img src="http://weezywap.xtgem.com/i/i3/gs1.png" alt="G"></a>
{% endif %}
{% endif %}
</div><div class="comment-title">
<a href="{{ data.back_url }}">{{ data.translations.t_back_to_posts }}</a></div>
{% endblock %}
<div class="bl_comment_blok">
{% block entry_comments_list %}
{% if data.post.allow_comments %}
{% if data.new_comments_system %}
<div class="xt_blog_comments" id="xt_blog_comments">
{% if data.entry.in_comments_thread %}
<div><a href="{{ data.entry.comments_thread_all }}" class="xt_button xt_link">&larr; {{ data.translations.t_show_all_comments }}</a></div><br />
{% if data.entry.comments_thread_parent %}
<div><a href="{{ data.entry.comments_thread_parent }}" class="xt_button xt_link">&larr; {{ data.translations.t_see_parent_thread }}</a></div>
{% endif %}
{% endif %}
<div class="bl_comment_title">
{% if data.entry.comments %}
{{ data.translations.t_comments }}
{{ data.post.title }}
{% else %}
{{ data.translations.t_comments_empty }} {{ data.post.title }}
{% endif %}
</div>
<div class="bl_comment_body">
{% macro comments_list (comments, ctx) %}
{% for comment in comments %}
<div class="comment{% if comment.owner_of_comment %} admin{% endif %}" id="1">
<div class="comment-header">
{% if comment.author_profile %}
<img src="{{ comment.author_profile.avatars[32] }}" alt="Photo" class="avatar"><h5 class="author"><a class="hery" href="{{ comment.author_profile.link }}"{% if comment.owner_of_comment %} style="color:#f00;"{% endif %}>{% if comment.owner_of_comment %}Admin{% else %}{{ comment.author_profile.name }} {% endif %}</a></h5><div class="date">{{ comment.date }}</div>
{% else %}
<img src="http://weezywap.xtgem.com/images/no-image.jpg" class="avatar" alt="No Photo" width="32" height="32"/><h5 class="author"> {{ comment.nick }}</h5><div class="date">{{ comment.date }}</div>
{% endif %}</div>
{% if comment.is_hidden %}
<div class="comment-content">{{ ctx.data.translations.t_hidden_comment }}</div>
{% else %}
<div class="comment-content">{{ comment.message|raw }}</div>
{% endif %}
{% if not ( ctx.data.entry.in_comments_thread and comment.childs and (comment.childs_count > 0) ) %}
<div class="xt_blog_comment_actions">
<a href="{{ comment.reply_link }}" class="xt_blog_comment_action_reply">{{ ctx.data.translations.t_reply }}</a>
{% if ctx.data.is_logged_in and not comment.is_hidden and not data.comments_form.is_maintenance %}
{% if ctx.data.reported_spam and ctx.data.reported_spam == comment.id %}
<span class="xt_blog_comment_action_reported">{{ctx.data.translations.t_reported}}</span>
{% else %}
<a href="{{ comment.spam_link }}" class="xt_blog_comment_action_report_spam">{{ ctx.data.translations.t_report_spam }}</a>
{% endif %}
{% elseif not ctx.data.is_logged_in and not comment.is_hidden and not data.comments_form.is_maintenance %}
<a href="{{ comment.login_link }}" class="xt_blog_comment_action_report_spam">{{ ctx.data.translations.t_report_spam }}</a>
{% endif %}
{% if not comment.childs and (comment.childs_count > 0) %}
<a href="{{ comment.reply_link }}" class="xt_blog_comment_action_reply">{{ ctx.data.translations.t_show_replies }} ({{comment.childs_count}})</a>
{% endif %}
{% if comment.show_more %}
<div class="bl_title">
<a href="{{ comment.reply_link }}" class="xt_blog_comment_action_reply">{{ ctx.data.translations.t_show_all_replies }}</a>
{% endif %}
</div>
{% endif %}
{% if comment.childs %}
<div class="xt_reply">
{{ _self.comments_list(comment.childs, ctx) }}
</div>
{% endif %}
</div>
{% endfor %}
{% endmacro %}
</div>
{{ _self.comments_list(data.entry.comments, _context) }}
{{ data.pagination_html|raw }}
{% else %}
<div class="xt_blog_comments" id="xt_blog_comments">
<span class="xt_blog_comments_title">{{ data.translations.t_comments }}</span>

{% for comment in data.entry.comments %}
<div class="xt_blog_comment">
<span class="xt_blog_comment_date">[{{ comment.date }}]</span>
<span class="xt_blog_comment_author">{{ comment.nick }}:</span>
<div class="xt_blog_comment_content">{{ comment.message|raw }}</div>
</div>
{% endfor %}
</div><br />
{{ data.pagination_html|raw }}
{% endif %}
{% endif %}
{% endblock %}
</div></div>
{% block entry_comments_form %}
{% if data.comments_form.is_maintenance %}
{{ data.comments_form.maintenante_markup|raw }}
{% elseif data.is_logged_in and data.new_comments_system and not data.community_name %}
<span class="color:#f00">{{ data.translations.t_provide_community_name }}</span>
<form action="{{ data.community_name_submit_url }}" method="post" id="xt_blog_comment_form">
{% if data.entry.in_comments_thread %}
<input type="hidden" name="__xtblog_comment_thread_id" value="{{ data.entry.in_comments_thread }}" />
{% endif %}
<input class="weezy-input" type="text" name="community_name" value="{{data.community_name_tmp}}" /></div>
<div class="l">
<span class="count"><b><a href="http://weezywap.xtgem.com/forum/smilies_bbcodes?view=smilies.xt&name=Smilies&title=TUTORIALS">SMILIES</a> | <a href="http://weezywap.xtgem.com/forum/smilies_bbcodes?view=BBcode.xt&name=BB%20Codes&title=TUTORIALS">BB CODES</a></b></span>
<input class="weezy-submit" type="submit" value="{{ data.translations.t_submit }}" />
</form></div>
</div>
{% else %}
{% if data.post.allow_comments %}
<div class="blog">
<div class="comment-title"><b>{{ data.translations.t_post_a_comment }}</b></div><div class="bl_comment_box_form">
{% if data.comments_form.comments_restriction == "logged_in" and not data.is_logged_in %}
<div>{{ data.translations.t_comments_login_required }}: <a href="{{ data.comments_form.login_link }}"> {{ data.translations.t_login }} </a> | <a href="{{ data.comments_form.signup_link }}"> {{ data.translations.t_signup }} </a></div>
{% elseif data.comments_form.comments_restriction == "logged_in" and data.is_logged_in and not data.is_confirmed_email %}
<div>
<a href="{{ data.confirm_email_link }}?redir={{ data.comments_form.url_encoded }}" class="xt_blog_confirm_email">
{{ data.translations.t_confirm_email }}
</a>
</div>
{% else %}
<form action="{{ data.comments_form.url }}" method="post" id="xt_blog_comment_form">
{% if data.entry.in_comments_thread %}
<input type="hidden" name="__xtblog_comment_thread_id" value="{{ data.entry.in_comments_thread }}" />
{% endif %}
<input type="hidden" name="__xtblog_post" value="Post" />
<input type="hidden" name="__xtx" value="{{ data.comments_form.fields.xtx }}" />
<input type="hidden" name="__xtxs" value="{{ data.comments_form.fields.xtxs }}" />
<input class="weezy-input" type="text" name="__xtblog_blog" value="" style="display:none" />
<input type="hidden" name="__xtblog_entry" value="{{ data.comments_form.entry_id }}" />
{% if data.is_logged_in and data.new_comments_system %}
<div class="xt_label">
<label><span class="xtblog_community_name">{{ data.translations.t_posting_as }} <a class="hery" href="http://xtgem.com/u/{{ data.community_name }}">{{ data.community_name }}</a> <img src="http://weezywap.xtgem.com/images/featured.png" alt="on"> | <a href="http://xtgem.com/account/logout">Logout</a></span></label>
</div>
{% else %}
{% if data.comments_form.spam_comments_reserved_name and data.new_comments_system %}
<div>{{ data.translations.t_reserved_name }}</div>
{% endif %}
{% if data.comments_form.poster %}
<input type="hidden" name="__xtblog_nick" value="{{ data.comments_form.poster }}" />
{% else %}
{{ data.translations.t_name }} | <a href="{{ data.comments_form.login_link }}"> {{ data.translations.t_login }} </a> | <a href="{{ data.comments_form.signup_link }}"> {{ data.translations.t_signup }} </a><br>
<input type="text" name="__xtblog_nick" value="{{ data.comments_form.spam_comments_nick }}" class="weezy-input" /><br />
{% endif %}
{% endif %}
{% if data.comments_form.comments_restriction == "email_required" and not data.is_logged_in %}
<div class="xt_label">
<label>{{ data.translations.t_email }} </label>
</div>
<input class="weezy-input" type="text" name="__xtblog_email" value="{{ data.comments_form.spam_comments_email }}" /><br />
{% endif %}
<div class="xt_label">
{{ data.translations.t_comment }} <br>
</div>
<textarea class="weezy-textarea" name="__xtblog_msg">{{ data.comments_form.spam_comments_msg }}</textarea><br>
{% if data.comments_form.spam_comments %}
<font color="red">Opps!! Sorry, Please input before writing The Being in the picture below</font>: <br />
<input type="hidden" name="hash" value="{{ data.comments_form.spam_hash }}" />
<img src="{{ data.comments_form.spam_captcha_url }}" alt="" /><br />
<div class="xt_label">
<label>Code: </label>
</div>
<input class="weezy-code" type="text" name="code" />
</div>
{% endif %}
<div class="l"><span class="count"><b><a href="http://weezywap.xtgem.com/forum/smilies_bbcodes?view=smilies.xt&name=Smilies&title=TUTORIALS">SMILIES</a> | <a href="http://weezywap.xtgem.com/forum/smilies_bbcodes?view=BBcode.xt&name=BB%20Codes&title=TUTORIALS">BB CODES</a></b></span>
<input class="weezy-submit" type="submit" value="{{ data.translations.t_post }}" />
</form></div>
{% endif %}
</div>
{% endif %}
{% endif %}
{% endblock %}
</div>
{% elseif view == 'no_contents' %}
{% block no_contents %}
{% if data.searchbox.phrase %}
<div class="weezy-menu">{{ data.translations.t_no_search_results_found }}</div>
{% else %}
<div class="weezy-menu">{{ data.translations.t_no_entries_found }}</div>
{% endif %}
{% endblock %}
{% block no_contents_searchbox %}
{% if data.searchbox %}
<form action="{{ data.searchbox.url }}" method="get" id="weezy-search">
{% for key, value in data.searchbox.params %}
{% if value %}
<input type="hidden" name="{{ key }}" value="{{ value }}" />
{% endif %}
{% endfor %}
<input type="text" name="__xtblog_search" value="{{ data.searchbox.phrase }}" /><input type="submit" value="{{ data.translations.t_search }}" /></form>
{% if data.back_url %}
<div class="comment-title"><a href="{{ data.back_url }}" class="xt_blog_back_to_posts xt_link xt_button">{{ data.translations.t_back_to_posts }}</a></div>
{% endif %}
{{ data.pagination_html|raw }}
{% endif %}
{% endblock %}
{% elseif view == 'no_entry' %}
{% block no_entry %}
<div class="comment-title">Sorry No blog entry found / Maaf Belum ada post artikel disini admin belum buat artikel baru</div>
{% endblock %}
{% endif %}
</div>

Copy code
2016-08-19 08:18 (edited 2016-08-19 08:19 by Legendishaq ) · Reply · (0)

Online: Guests: 1
Online : 1 Guest(s)
Today : 348 Guest(s)
Total : 1864401 Hit(s)
Created by: ISHAQWAPS™
Copyright © 2015 -
All Rights Reserved
Kogi, NIGERIA
stopbots Antispam hit counter websitefree web counter TOP-RATINGTOP RANKxoxHitsspeedcounter





Site Owned By
Ishaq
Copyright © 2015 -

Proudly.Designed .by.IGALABOY.A.K.A.PRINCE.ISHAQ