XtGem Forum catalog
ADS By Strikecoded:
Smash Your 2018/19 Jamb, Waec, Neco With CAMPUSBASE Visit Now.. Best Java, Android Games, Apps


No1. Naija Awarded Download Portal For Both Mobile And Pc Users..

Home | Blog | Search | Uploads

f
p
_
x

*SMSWHATSAPPPhone

Home
Forum
Blog

Xtgem GuideCss Tutorials

Wapka GuidePhp Scripts

Filelist GeneratorCss Collections

Chat (1)Main Menu



STRIKECODED Members Forum

*STRIKELORD said to CampusGizt 0n 2017-04-07 10:32
Copy
<div style="text-align:center;"><div class=""><div class="name"><b>»Music Categories </b></div></div></div><div class="zxfourborder"><img src="http://strikecoded.xtgem.com/admin/home/music.png"><a href="http://strikecoded.xtgem.com/Musics/download/new_musics"><font color="" style="bold"><b>Strikecoded New Songs </b></font></a><i style=color:red;> [<xt:filecount folder="/Musics/download/new_songs"/>]</i></div><div class="zxfourborder"><img src="http://strikecoded.xtgem.com/admin/home/music.png"><a href="http://strikecoded.xtgem.com/Musics/download/9ja_musics"><font color="" style="bold"><b>Strikecoded Naija Songs </b></font></a><i style=color:red;> [<xt:filecount folder="/Musics/download/9ja_songs"/>]</i></div><div class="zxfourborder"><img src="http://strikecoded.xtgem.com/admin/home/music.png"><a href="http://strikecoded.xtgem.com/Musics/download/gospel_musics"><font color="" style="bold"><b>Strikecoded Gospel Songs </b></font></a><i style=color:red;> [<xt:filecount folder="/Musics/download/gospel_songs"/>]</i></div><div class="zxfourborder"><img src="http://strikecoded.xtgem.com/admin/home/music.png"><a href="http://strikecoded.xtgem.com/Musics/download/ringing_tones"><font color="" style="bold"><b>Strikecoded Ringing Tones </b></font></a><i style=color:red;> [<xt:filecount folder="/Musics/download/tones"/>]</i></div><div class="zxfourborder"><img src="http://strikecoded.xtgem.com/admin/home/music.png"><a href="http://strikecoded.xtgem.com/Musics/download/funny_musics"><font color="" style="bold"><b>Strikecoded Funny Songs </b></font></a><i style=color:red;> [<xt:filecount folder="/Musics/download/funny_songs"/>]</i></div>
Copy code
    ·
  • rated(0)
*CAMPUSGIZT said to STRIKELORD 0n 2017-04-07 12:45
Thanks.. Help to creat this type of Logo to be like yr Own Input (N_R) for Up while for down Input (Naijarated.cf)
*
* download.jpg · image/jpeg · 2.2KB
(Edited by 2017-04-07 12:49 CampusGizt )
    ·
  • rated(0)
*STRIKELORD said to CampusGizt 0n 2017-04-07 20:43
I dnt create/design logos again.
    ·
  • rated(0)
*CAMPUSGIZT said to STRIKELORD 0n 2017-04-07 21:46
Ok... Please Brief Me More Information On xtscript and Its Function
(Edited by 2017-04-07 21:50 CampusGizt )
    ·
  • rated(0)
*STRIKELORD said to CampusGizt 0n 2017-04-07 22:11
Xt Script is Xtgems own scripting language (ie it only work in xtgem), it also uses $ variable to function. Any mistake in the script it will Timeout
You cn use Xtscript to create any function in xtgem such as paging with next and previous, filelist, header selection/splitting and device view, blog, searchs etc.
It still commands use the tag <!--parser:xtscript--> and closes its command using <!--/parser:xtscript--> the xtscript function below using the support of include file and xtscript function it has a mobile detector, country, forum, and browser detector, random photo widget etc. all in one using xtscript
<!--parser:xtscript-->
# xtfunctions can be printed out
print you are using a <xt:get_device_template /> device<br />

 # Most xtfunctions can be read into variables
var $country=<xt:country type="1" />
print $country<hr />

# forums cannot be read into xtscript variables
var $forum=<xt:forum />
print $forum no forum here <hr/>

#xtfunctions can be constructed with variables
var $function=browser detail="4"
var $browser=<xt:$function />
print $browser<hr />

# The content of a file can be included in to a variable
var $included = <xt:include file="/manual/basics/examples/included"/>
print $included<hr />

# widgets are parsed separately to Xtscript so they cannot be read into variables
var $widget=<xt:widget id="flickr_random_photo"/>
print $widget no widget here <hr/>


#but they can be  constructed for output 
var $w = flickr_random_photo
print <xt:widget id="$w"/><hr />

# dump of variables on this page
print Variables on this page <br />
var $dump=call dump_vars
var $dump=call trim $val=$dump ; $charlist={{<pre>
Array/ }}
var $dump=call trim $val=$dump ; $charlist=( )
var $dump=call htmlspecialchars $val=$dump
#var $dump=call nl2br $val=$dump
print <pre>$dump</pre>

<!--/parser:xtscript-->

Copy code
    ·
  • rated(0)
*CAMPUSGIZT said to STRIKELORD 0n 2017-04-08 08:09
Wow datz good of You !!
What is the main Use Of Javascript And How can It be Apply In Any Situation I mean It Function
    ·
  • rated(0)
*STRIKELORD said to CampusGizt 0n 2017-04-08 10:25
JavaScript is one of the 3 languages all web developers must learn:
1. HTML to define the content of web pages
2. CSS to specify the layout of web pages
3. JavaScript to program the behavior of web pages
JAVASCRIPT have a universal functions that has different functions and steps to follow so it depends the one u need.
    ·
  • rated(0)
*CAMPUSGIZT said to STRIKELORD 0n 2017-04-08 21:03
Nice !!! Please Give me Your Forum Twig (Template)
    ·
  • rated(0)
*STRIKELORD said to CampusGizt 0n 2017-04-08 22:04
Paste dis @ the top of ur forum
<link type="text/css" rel="stylesheet" href="http://strikecoded.xtgem.com/xtforum_template.css"/><link rel="stylesheet" type="text/css" href="http://strikecoded.xtgem.com/data/css/blog.css" /><link rel="stylesheet" type="text/css" href="http://strikecoded.xtgem.com/data/css/default.css" />
<link rel="stylesheet" type="text/css" href="http://strikecoded.xtgem.com/data/strikeforum.css" />
<link rel="stylesheet" type="text/css" href="http://strikecoded.xtgem.com/blog/strikecoded_blog.css" />

Copy code
    ·
  • rated(0)
*CAMPUSGIZT said to STRIKELORD 0n 2017-04-09 09:36
At Forum,things goes Like this (Start New Thread) Please How can I change that To (Create A Topic)
(Edited by 2017-04-09 09:40 CampusGizt )
    ·
  • rated(0)
Online Members
Twig by : LORDMIDO™

Theme Created By: LORDMIDO

Powered By: STRIKECODED. INC
Copyright © 2015 -
All Rights Reserved.

Page Statistics

DataLoads
Online1
Today's Hits 1081
Total Today's Hits3735
Total Hits This Week 8053
Total Page Hits 906034
Total Forum Members191

Close Page Information

Go BackPromote Forum Services Members About us Terms of use Advertise News room Contact us Feedback

chart1FOLLOW US ON

FBTW G VK
OFFICIAL BOARD
Credits Admin FAQ Our Privacy Site Rules
Email subscription

Enter your email address:

Copyright © 2015 -
STRIKECODED TECH.
All Rights Reserved.

Go To Top

1108137358053906034191


fldtView Page Datas
Page Statistics

DataLoads
Online1
Today's Hits 1081
Total Today's Hits3735
Total Hits This Week 8053
Total Page Hits 906034
Total Forum Members191

Close Page Information

Go BackPromote Forum Services Members About us Terms of use Advertise News update Contact us Feedback

chart1FOLLOW US ON

FBTWG LDRS
Back to the Top

Copyright © . Theme by STRIKECODED TECH.

Desktop View