Dajuker(guest 2015-01-26 16:34
pls how did you put that cover that has your Facebook and etc like link
-
·
- rated(0)
Its xtgem facebook pluging to add it 2 ur site go to building tool>>add block>>utilities>>social and then select your desired one i used javascript to make it to change randomly.
-
·
- rated(0)
WHITETOOTH said to Lordeagle 0n 2015-01-27 03:10
Pls lord how did you use javascript to make it change
-
·
- rated(0)
LORDEAGLE said to WHITETOOTH 0n 2015-01-27 12:01
Here is the exact code am using edit to your taste,
/* random links script */
var quotes=new Array()
quotes[0]='<center><script type="text/javascript" src="http://static.addynamo.net/ad/js/deliverAds.js"></script><hr/><div style="background-color:white;margin:0;padding:0"><div style="padding:2px;text-align:left;background-color:white;"><img src="http://weezywap.xtgem.com/Wapmasta/Icon/ad.gif" alt=" "/><a href="http://facebook.com/eaglendtsoftwares/"><b>EAGLENET on facebook</b></a><br/>Like eaglenet on facebook.<br/><iframe src="http://www.facebook.com/plugins/like.php?href=http://facebook.com/eaglenet&layout=standard&show_faces=false&width=150&action=like&font=tahoma&colorscheme=light&height=100" scrolling="no" frameborder="0" style="border:none;overflow:hidden; width:250px;height:100px;" allowTransparency="true"></iframe><br/><font color="green">facebook.com/eaglenetsoftwares</font></div></div></center>'
quotes[1]='<center><script type="text/javascript" src="http://static.addynamo.net/ad/js/deliverAds.js"></script><hr/><div style="background-color:white;margin:0;padding:0"><div style="padding:2px;text-align:left;background-color:white;"><img src="http://weezywap.xtgem.com/Wapmasta/Icon/ad.gif" alt=" "/><a href="http://facebook.com/eaglenetsoftwares/"><b>EAGLENET on facebook</b></a><br/>Like eaglenet on facebook.<br/><iframe src="http://www.facebook.com/plugins/like.php?href=http://facebook.com/eaglenetsoftwares&layout=standard&show_faces=false&width=150&action=like&font=tahoma&colorscheme=light&height=100" scrolling="no" frameborder="0" style="border:none;overflow:hidden; width:250px;height:100px;" allowTransparency="true"></iframe><br/><font color="green">facebook.com/eaglenetsoftwares</font></div></div></center>'
/*My Ads*/
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
Copy code
how to use it copy this code to a blank html file named anything eg fb, and save it then on the page u want it to apear paste this code [code]<script language="javascript" src="LINK TO WHERE ABOVE SCRIPT IS"></script>var quotes=new Array()
quotes[0]='<center><script type="text/javascript" src="http://static.addynamo.net/ad/js/deliverAds.js"></script><hr/><div style="background-color:white;margin:0;padding:0"><div style="padding:2px;text-align:left;background-color:white;"><img src="http://weezywap.xtgem.com/Wapmasta/Icon/ad.gif" alt=" "/><a href="http://facebook.com/eaglendtsoftwares/"><b>EAGLENET on facebook</b></a><br/>Like eaglenet on facebook.<br/><iframe src="http://www.facebook.com/plugins/like.php?href=http://facebook.com/eaglenet&layout=standard&show_faces=false&width=150&action=like&font=tahoma&colorscheme=light&height=100" scrolling="no" frameborder="0" style="border:none;overflow:hidden; width:250px;height:100px;" allowTransparency="true"></iframe><br/><font color="green">facebook.com/eaglenetsoftwares</font></div></div></center>'
quotes[1]='<center><script type="text/javascript" src="http://static.addynamo.net/ad/js/deliverAds.js"></script><hr/><div style="background-color:white;margin:0;padding:0"><div style="padding:2px;text-align:left;background-color:white;"><img src="http://weezywap.xtgem.com/Wapmasta/Icon/ad.gif" alt=" "/><a href="http://facebook.com/eaglenetsoftwares/"><b>EAGLENET on facebook</b></a><br/>Like eaglenet on facebook.<br/><iframe src="http://www.facebook.com/plugins/like.php?href=http://facebook.com/eaglenetsoftwares&layout=standard&show_faces=false&width=150&action=like&font=tahoma&colorscheme=light&height=100" scrolling="no" frameborder="0" style="border:none;overflow:hidden; width:250px;height:100px;" allowTransparency="true"></iframe><br/><font color="green">facebook.com/eaglenetsoftwares</font></div></div></center>'
/*My Ads*/
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
Copy code
-
·
- rated(0)
how can I make a CSS container that can cover the body that is enclosed in my border
-
·
- rated(0)
Osah(guest said to Lordeagle 0n 2015-02-22 20:07
pls how did you design your main menu like that and how did you make those table for your new area,updated area etc
-
·
- rated(0)
They are just tables nd am stil workn on cuz dy hv 1 or 2 problems.
-
·
- rated(0)
pls eaglenet explain the xtgem file list stuff for me in a more understanding manner pls because other explanation of the function is not helping me at all
-
·
- rated(0)
Ok in the filelist the same html value is used with xt functions e.g > is the same as greater than >, < is the same as less than <, and here are the valuables.....
.file_size. =file size
.file_name. =file name
.file_mime. =file category
.......etc.
.file_size. =file size
.file_name. =file name
.file_mime. =file category
.......etc.
-
·
- rated(0)