skIdOOO
Lordeagle Ok pls tell me the exactly name of it
Lordeagle
skIdOOO See me see wahala o. Do I knw the script that u need, am not the person that creatd d scripts & der z no way i can memorize their names. U shld knw the one bearing a name related to wat u ar lookin 4.
skIdOOO
Lordeagle Pls tell me how to set Getvariables on wapka site pls
Lordeagle
skIdOOO Create a thread in wapka coding help...
skIdOOO
Lordeagle Pls give me the news xsript here dnt tell me dat i should go to coding help zone pls jst give me here
Lordeagle
skIdOOO Put this code above the sexond one
<!--parser:xtscript-->
# Default feed ( title and url separate with | )
var $default_feed=Yahoo world news|https://uk.news.yahoo.com/rss/world
# More Feeds ( title and url separate with | ) ( feed data chunks separate with , I use separate lines for clarity )
var $feeds=$default_feed,BBC world news|http://feeds.bbci.co.uk/news/world/rss.xml
var $feeds=$feeds,Yahoo oddly enough|https://uk.news.yahoo.com/rss/oddly-enough
var $feeds=$feeds,BBC science and enviroment news|http://feeds.bbci.co.uk/news/science_and_environment/rss.xml
# Other settings
var $per_page=3
var $items=0
var $time_ago=1
var $template=<div class="xt_feed_item"><a href=".link.">.title.</a><br /><div name="pubdate">.pubDate.</div>.description.</div>
get feed
# Cookies
if $feed
call cookie::set $name=last_feed;$val=$feed;$expire=2419200;$force_current=1
else
var $feed=call cookie::get $name=last_feed;$default=$default_feed
endif
<!--/parser:xtscript-->
Copy code