Ring ring
Eaglenet logo
24/7 updates on happenings in africa
*DAPBOY said to Lordeagle 0n 2015-03-23 19:44
pls i nid ur admin block code
    ·
  • rated(0)
*LORDEAGLE said to DAPBOY 0n 2015-03-23 21:26
homepage footer code ..replace the links and the text ..copy below
<center><table align="center" width="100%" border="0">
<tr>
<td bgcolor="lime" style="bold"><a href="http://YOUR-URL1"><font color="black">TEXT 1</font></a></td>
<td bgcolor="white" style="bold"><a href="http://YOUR-URL2"><font color="green">TEXT 2</font></a></td>
<td bgcolor="lime" style="bold"><a href="http://YOUR-URL3"><font color="black">TEXT 3</font></a></td>
</tr>
</table>
<table align="center" width="100%" border="0">
<tr>
<td bgcolor="white" style="bold"><a href="http://YOUR-URL4"><font color="green">TEXT 4</font></a></td>
<td bgcolor="lime" style="bold"><a href="http://YOUR-URL5"><font color="black">TEXT 5</font></a></td>
<td bgcolor="white" style="bold"><a href="http://YOUR-URL6"><font color="green">TEXT 6</font></a></td>
</tr>
</table>
<table align="center" width="100%" border="0">
<tr>
<td bgcolor="lime" style="bold"><a href="http://YOUR-URL7"><font color="black">TEXT 7</font></a></td>
<td bgcolor="white" style="bold"><a href="http://YOUR-URL8"><font color="green">TEXT 8</font></a></td>
<td bgcolor="lime" style="bold"><a href="http://YOUR-URL9"><font color="black">TEXT 9</font></a></td>
</tr>
</table>
</center>

Copy code
    ·
  • rated(0)
*DAPBOY said to Lordeagle 0n 2015-04-04 23:08
Pls I nid code 4 ur site news or site updates
    ·
  • rated(0)
*LORDEAGLE said to DAPBOY 0n 2015-04-05 07:36
Copy
<div class="full"><div class="name"><font size="10"><img src="/icon/action.png" alt="*"/>Site News</font></div></div>
<div class="eagle">&raquo;<a href="/forum">New Topics Are Recently Created In The Xtgem Users Forum And Other Forums As Well,Click To View....It's<img src="/hot.gif" alt="hot" /></a></div>
<div class="eagle">&raquo;<a href="/main/2go/field">2go Field Updated With Exclusive Cheats, Tricks, Tutorials And All Version Apps,Click To View...It's<img src="/update.gif" alt="Updated" /></a></div>
<div class="eagle">&raquo;<a href="/Starbooster1">Online 2go Starbooster Created To Boost Your 2go Star To Ultimate In One Month,Click To View....It's<img src="/new.gif" alt="new" /></a></div>
<div class="eagle">&raquo;<a href="/main/fb/field">Click To See What's New On Facebook Field...New Tricks, Apps, Cheats And Tutorials<img src="/hot.gif" alt="hot" /></a></div>
<div class="eagle">&raquo;<a href="/games/java/index">Java Games For All Screen Sizes Updated Click To See What's New<img src="/update.gif" alt="updated" /></a></div>

Copy code
    ·
  • rated(0)
*DAPBOY said to Lordeagle 0n 2015-04-05 19:14
Tnx pls hw can I make my forum to be like urs
    ·
  • rated(0)
*LORDEAGLE said to DAPBOY 0n 2015-04-05 20:44
You mean the forum categories? Or xtgem forum?
    ·
  • rated(0)
*DAPBOY said to Lordeagle 0n 2015-04-05 23:42
Forum categories
    ·
  • rated(0)
*LORDEAGLE said to DAPBOY 0n 2015-04-06 10:40
Copy
<div class="full"><div class="name">&raquo;Forum Categories</div></div>
<xt:filelist sort_type="xt:filelist" sort_dir="updated" folder="/forum/fold" template="&lt;table width='100%'&gt;&lt;tr&gt;&lt;td width='25%' class='zxfourborder' align='center'&gt;&lt;img src='/forum/icon/.file_name..png' width='100%' height='100%'&gt;&lt;/td&gt;&lt;td width='75%' align='left' class='zxfourborder'&gt;&lt;b&gt;•Name:&lt;/b&gt;&lt;b style='color:blue'&gt; .file_name.&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href='.file_url.'&gt;&lt;b style='color:red'&gt;•Join!&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;" per_page="10" />

Copy code
    ·
  • rated(0)
*DAPBOY said to Lordeagle 0n 2015-04-07 06:13
Tnx pls I nid code 4 ur related files and hw will I do it dat it will shw under to download link whenever people wnt to download something like ur own and weezy
    ·
  • rated(0)
*LORDEAGLE said to DAPBOY 0n 2015-04-07 07:03
Copy this and paste first
<!--parser:xtscript-->
# Path to files folder
var $path_to_folder = /uploads

# this removes files with no extension
var $filter= *.*

# 0 for all items
var $number_of_items = 5

# un-encoded filelist template
var $filelist_template = <div style="border-bottom:1px solid;margin:1px;padding:1px"><img src="http://xtgem.com/images/icons/mimes/.file_type..png" alt="*" /><a href=".file_url."> .file_name_base_parsed.</a> <br />.file_size. .file_mime.</div>

# Process variables
var $filelist_template = call htmlspecialchars $val=$filelist_template 
if not $number_of_items
var $number_of_items = list.length-1
endif
<!--/parser:xtscript-->

Copy code

Now paste this code below the above code
<script type="text/javascript">
function shuffleArray(array) {
for (var i = array.length - 2; i > 0; i--) {
var j = Math.floor(Math.random() * (i + 1));
var temp = array[i];
array[i] = array[j];array[j] = temp;}
return array;}
var list=[<xt:filelist folder="{_$$path_to_folder |}" template=" '{_$$filelist_template |}', " filter="{_$$filter|}"/>'dummy_entry'];
var list = shuffleArray(list);for(var i=0;i<{_$$number_of_items |};i++){
document.write(list[i]);}
</script>

Copy code
add ur folda link where u c /uploads, study more nd edit to ur taste!
    ·
  • rated(0)
Oniline