*
Home Forum Blog About
Artist

For your music & video
promotions
..Contact Or Mail Us Via..
08071389491 (+234) 08071389491 Or
Bidexking2015@gmail.com

Notice! Notice!! Notice!!!

please don't request for codes here. Any request here will be ignored please just click on the below link to request for codes for Quick reply Thank You. http://guruztip.xtgem.com/Forum

WELCOME TO DAH FORUM

* Login Signup
Home » Coding Helps » XtGem coding help » BANGCITY needs help
* Login to reply From end
* GuruzLord * BANGCITY
after uploading the code to the text area click on upload additional file then press ok
#
 
0
Attachments
*
*Screenshot_2016-10-19-19-44-42.png · image/png · 62.82KB
Posted 16-10-19 09:42 (Edited 16-10-19 09:46 by GuruzLord )
* BANGCITY * GuruzLord
ok
#
 
0
Posted 16-10-19 10:17
* BANGCITY * BANGCITY
how to increase xtgem upload limit
#
 
0
Posted 16-10-19 11:03
* GuruzLord * BANGCITY
To Change File Upload Limit From 2mb To 5mb:
Click HERE
#
 
0
Posted 16-10-20 05:06 (Edited 16-10-20 05:10 by GuruzLord )
   * BANGCITY * GuruzLord
check my forum,e still get problem,hw dem dey change text colour,dat is 4 all d pages
#
 
0
Posted 16-10-20 12:27
* GuruzLord * BANGCITY
you need to change your css
#
 
0
Posted 16-10-20 12:38
* BANGCITY * GuruzLord
give me dat random logo code
#
 
0
Posted 16-10-26 07:13
* GuruzLord * BANGCITY
Note : replace where you see YOUR-LOGO-URL with your logo links!
Create a plaintext file direct in your filebrowser @ http://xtgem.com/filebrowser name it logo.js and paste the below code inside it and save!
/* random content script */

var quotes=new Array()

quotes[0]='<center><div align="center" style="background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[1]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.Png) no-repeat top left; padding-bottom:5; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[2]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.Png) no-repeat top left; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[3]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.Png) no-repeat top left; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[4]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.Png) no-repeat top left; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[5]='<center><div align="center" style="background:url(http://YOUR-LOGO-URL.Png) no-repeat top left; width:200px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[6]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.png) no-repeat top left; padding-bottom:5; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[7]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[8]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[9]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[10]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[11]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

quotes[12]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><right><div style="background:url(http://redbullet.xtgem.com/logo/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

Copy code

Then paste the below javascript code anywhere you want the logos to be displayed
<script language="javascript" src="http://yoursitename.xtgem.com/logo.js"></script>
Copy code
#
 
0
Posted 16-10-28 08:36
* GuruzLord * BANGCITY
1: Create five different logo
2: Upload the script below via remote file:
http://guruztip.xtgem.com/Index/Inn/ran.js
Copy code

3: Edit the code and replace my logo inside the code with yours then save after that replace my link in this format below
with yours
<script src="http://guruztip.xtgem.com/Index/Inn/ran.js"></script>
Copy code
#
 
0
Posted 16-11-01 06:18
* GuruzLord * BANGCITY
copy the grid main menu code you requested for below:
<div class="menu"><table width="100%"><tr><td width="33%"><div class="menu"><a href="http://YOUR URL"><center><img src="http://redbullet.xtgem.com/Pic/Handlers.png"/><br />APPS</center></a></td><td width="34%"><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/Music1.png"/><br />MUSIC</center></a></td><td width="33%" ><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/game.png"/><br />GAMES</center></a></td></tr></table></div>
<div class="menu"><table width="100%"><tr><td width="33%"><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/image.png"/><br />IMAGES</center></a></td><td width="34%"><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/Videos1.png"/><br />VIDEOS</center></a></td><td width="33%"><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/jive.png"/><br />FORUM</center></a></td></tr></table></div>
<div class="menu"><table width="100%"><tr><td width="33%"><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/blog-icon.png"/><br /> BLOG</center></a></td><td width="34%"><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/Guestbook1.png"/><br />GUESTBOOK</center></a></td><td width="33%" ><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/Chatroom1.png"/><br />CHATROOM</center></a></td></tr></table></div>
<div class="menu"><table width="100%"><tr><td width="33%"><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/2go1.png"/><br /> 2GO ARENA</center></a></td><td width="34%"><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/Facebook1.png"/><br />FB ARENA</center></a></td><td width="33%" ><div class="menu"><a href="http://YOUR URL"> <center><img src="http://redbullet.xtgem.com/Pic/Wapmaster1.png"/><br /> WAPMASTER</center></a></td></tr></table></div>

Copy code
#
 
0
Posted 16-11-07 09:10 (Edited 16-11-09 05:43 by GuruzLord )
  • «
  • 1
  • 2
  • 3
  • »
Home » Coding Helps » XtGem coding help » BANGCITY needs help
Online: Guests: 1
Copy And Share Site Link :
    53197 total views, 56views today

  • Home
  • |
  • About
  • |
  • Blog
  • |
  • Gallery
  • |
  • Contact
  • |
  • Disclaimer
  • |
  • FASQ
  • |
  • Profile
  • |
  • Credits
  • |
  • partners
  • |
  • Advertise
  • |
  • Terms of Services

Copyright © 2016 - All Rights Reserved

Get Huge Traffic And Members To Your Website Now With Just A Click... Click Here Now!

Snack's 1967