xboxscene.org forums

Pages: 1 [2] 3

Author Topic: Problems With Newsfeed  (Read 142 times)

sabinator

  • Archived User
  • Newbie
  • *
  • Posts: 16
Problems With Newsfeed
« Reply #15 on: July 31, 2003, 07:39:00 AM »

Zedix, no Luck with IP removal either.
Logged

jinx_removing

  • Archived User
  • Newbie
  • *
  • Posts: 22
Problems With Newsfeed
« Reply #16 on: July 31, 2003, 07:42:00 AM »

QUOTE

MXM.INI:

<Network>
     <UseDHCP>True</UseDHCP>
     <IP>0.0.0.0</IP>     
     <DefaultGateway>192.168.1.1</DefaultGateway>
     <SubnetMask>255.255.255.0</SubnetMask>
     <DNS1>192.168.1.1</DNS1>
     <DNS2>0.0.0.0</DNS2>
</Network>

<Newsfeed name="newsfeed">
     <Global>True</Global>
     <RotateChannels>True</RotateChannels>
     <URL>http://www.xbox-scen...scene.xml</URL>
     <UpdateIntervalMin>1</UpdateIntervalMin>
     <RotateItemInterval>1</RotateItemInterval>
</Newsfeed>

My MXM_Skin.ini:

<LayoutElement Type="Text" Source="newsfeed">
     <Pos x="130" y="35" w="400" h="35" />
     <Justify x=left/>
     <font>Arial12</font>
     <TextColor>0xFFFFFFFF</TextColor>
     <Proportional>true</Proportional>
</LayoutElement>


So, (and I could be wrong so someone don't hesitate to correct me) -- Source="Newsfeed" from my MXM_Skin.ini needs to match the Newsfeed name="Newsfeed" otherwise the source tag from my skin name isn't valid.

Oh well -- same problem, different angle.

Good luck. smile.gif

Jinx
Logged

sabinator

  • Archived User
  • Newbie
  • *
  • Posts: 16
Problems With Newsfeed
« Reply #17 on: July 31, 2003, 07:59:00 AM »

Jinx Removing (nice name), you were right about the user names matching, and I did change that, but still no luck.  I noticed you didn't have any FTP server info. in your MXM .ini.  Does that have anything to do with my problems?  Thanks
Logged

musical_mercenary_420

  • Archived User
  • Full Member
  • *
  • Posts: 120
Problems With Newsfeed
« Reply #18 on: July 31, 2003, 08:09:00 AM »

6666 replys had to chage that
Logged

Zedix

  • Archived User
  • Newbie
  • *
  • Posts: 30
Problems With Newsfeed
« Reply #19 on: July 31, 2003, 09:09:00 AM »

smile.gif

How would you go about typing numbers for the IP address? Up and down with joystick could be horribly long  dry.gif Bah whatever it'd be worth it  beerchug.gif
Logged

sabinator

  • Archived User
  • Newbie
  • *
  • Posts: 16
Problems With Newsfeed
« Reply #20 on: July 31, 2003, 09:12:00 AM »

mXm works perfectly besides the newsfeed issue.  No slow down at all and the LiveWire V2 skin has an animated  background.  I use xboxconnect so I know I can reach the "outside" world if that's what you meant.  Here is my MXM.xml and skin xml:

mXm.xml

Config>
<Main>
<SkinsPath>C:Skins</SkinsPath>

<Network>
<UseDHCP>True</UseDHCP>
<IP>192.168.1.101</IP>
<DefaultGateway>192.168.1.1</DefaultGateway>
<SubnetMask>255.255.255.0</SubnetMask>
<DNS1>192.168.1.1</DNS1>
<DNS2>0.0.0.0</DNS2>
</Network>

<FTPServer>
<ServerPort>21</ServerPort>
<User>
<Name>xbox</Name>
<Password>xbox</Password>
</User>
</FTPServer>

<Newsfeed name="newsfeed">
<Global>True</Global>
<RotateChannels>True</RotateChannels>
<URL>http://www.xbox-scen...scene.xml</URL>
<UpdateIntervalMin>1</UpdateIntervalMin>
<RotateItemInterval>1</RotateItemInterval>
</Newsfeed>

</Main>
</Config>

--------------------------------------------------------------------------------------------------------------------
MXM-skin.xml

<Skin name="LiveWire v2">
   <Information>
      <Author>JLM</Author>
      <SkinVersion>2.0</SkinVersion>
      <Copyright>Copyright 2003</Copyright>
   </Information>
   
   <Resource Type="Font" Name="light">
      <File>Fontslightnin.xpr</File>
   </Resource>
       <Resource name="MenuUp" Type="Sound">
   <File>mediamenu.wav</File>
       </Resource>
       <Resource name="MenuDown" Type="Sound">
   <File>mediamenu.wav</File>
       </Resource>
       <Resource name="MenuLaunch" Type="Sound">
   <File>medialaunch.wav</File>
       </Resource>
       <Resource Type="Image" Name="overlay">
       <File>Mediaoverlay.png</File>
       </Resource>
       <Resource Type="Font" Name="descFont">
      <File>FontsDesc_12.xpr</File>
   </Resource>
   <Resource Type="Image" Name="menubackvid">
      <File>Mediajlm.wmv</File>
   </Resource>
   <Resource Type="Image" Name="menuback">
      <File>Mediamenuback.png</File>
   </Resource>
        <Resource Type="Image" Name="thumb">
        <Entrynamed>thumbnail</entrynamed>
       </Resource>
   <Resource Type="Image" Name="wait">
      <File>Mediawait.png</File>
   </Resource>
       <Resource name="logo" type="image">
   <File>mediasaver.png</File>
       </Resource>
   <Resource Type="Image" Name="ScreenShot">
      <EntryNamed>Media</EntryNamed>
   </Resource>
      
   <Music>
      <Directory>Music</Directory>
      <PlayRandom>On</PlayRandom>
      <PlayGlobal>On</PlayGlobal>
   </Music>
   
   <Delays>
      <Load>3000</Load>
      <Saver>300</Saver>
   
   </Delays>



   <Layout Screen="Menu">
      
      <LayoutElement Type="Image" Source="menubackvid">
         <Pos t="0" l="0" w="640" h="480" />
         <Scale x="true" y="true" />
         <Proportional>false</Proportional>
         <Sound Enable="false" SuspendMusic="false" />
      </LayoutElement>      
      <LayoutElement Type="Image" Source="menuback">
         <Pos t="0" l="0" w="640" h="480" />
         <Scale x="true" y="true" />
         <Proportional>false</Proportional>
         <Sound Enable="false" SuspendMusic="false" />
      </LayoutElement>
      
      <LayoutElement Type="Image" Source="ScreenShot">
         <Pos l="381" t="144" w="171" h="129" />
         <Scale x="true" y="true" />
         <Justify x="leftr" y="leftr" />
         <Proportional>false</Proportional>
         <Sound Enable="false" SuspendMusic="false" />
      </LayoutElement>
               <LayoutElement Type="Image" Source="thumb">
               <Pos l="80" t="53" w="85" h="85" />
               <Scale x=true y=true/>
               <Justify x=left y=top/>
               <Proportional>false</Proportional>
              </LayoutElement>        
               <LayoutElement Type="Image" Source="overlay">
               <Pos t="52" l="78" w="90" h="87" />
               <Scale x=false y=false/>
               <Proportional>false</Proportional>
               </LayoutElement>
      <LayoutElement Type="Menu" Source="MXM">
         <Pos l="50" t="149" w="240" h="185" />
         <Scale x="false" y="false" />
         <SelPos>0</SelPos>
         <NumItems>4</NumItems>
         <ScrollFactor>3</ScrollFactor>
         <DrawSecondary>True</DrawSecondary>
         <Primary Source="Title">
            <Font>light</Font>
                                <ShadowColor>0xFF000000</ShadowColor>
             <DoGlow>True</DoGlow>
             <OffsetY>0</OffsetY>
            <JustifyX>left</JustifyX>
         </Primary>
         <Secondary Source="Descr">
            <Font>descFont</Font>
             <OffsetY>0</OffsetY>
             <JustifyX>left</JustifyX>
         </Secondary>
         <Selection>
             <TextColor>0xFF22FF22</TextColor>
             <ShadowColor>0xFF000000</ShadowColor>
             <DoGlow>True</DoGlow>
         </Selection>
                       </LayoutElement>
                       <LayoutElement Type="Text">
                       <Constant>MXM Version: </Constant>
         <Pos l="330" t="326" w="240" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>

                       <Proportional>true</Proportional>
      </LayoutElement>
               
                       <LayoutElement Type="Text">
                       <Constant>LiveWire : </Constant>
         <Pos l="200" t="90" w="480" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>

                       <Proportional>true</Proportional>
                        </LayoutElement>
                        <LayoutElement Type="Text">
                       <Constant>Time: </Constant>
         <Pos l="330" t="296" w="240" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>
                     <Proportional>true</Proportional>
      </LayoutElement>
               <LayoutElement Type="Text" Source="newsfeed">
                       <Pos l="293" t="90" w="286" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>
                     <Proportional>true</Proportional>
      </LayoutElement>
               <LayoutElement Type="Text" Source="videostandard">
         <Pos l="500" t="296" w="480" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>

                     <Proportional>true</Proportional>
      </LayoutElement>  
             <LayoutElement Type="Text" Source="time">
         <Pos l="375" t="296" w="480" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>

                     <Proportional>true</Proportional>
      </LayoutElement>
      <LayoutElement Type="Text" Source="MXMVersion">
                       <Pos l="453" t="326" w="480" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>
         <Proportional>true</Proportional>
               </LayoutElement>
                       <LayoutElement Type="Text" Source="xboxversion">
                       <Pos l="330" t="356" w="240" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>
         <Proportional>true</Proportional>
               </LayoutElement>
                       <LayoutElement Type="Text" Source="name">
                       <Pos l="330" t="386" w="480" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>

         <Proportional>true</Proportional>
                      </LayoutElement>
                      <LayoutElement Type="Text">
                       <Constant>Drive</Constant>
         <Pos l="60" t="341" w="240" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>

                      <Proportional>true</Proportional>
            </LayoutElement>
                     <LayoutElement Type="Text">
                       <Constant>Drive</Constant>
         <Pos l="60" t="366" w="240" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>

                      <Proportional>true</Proportional>
            </LayoutElement>
                       <LayoutElement Type="Text" Source="shortdriveefree">
                       <Pos l="116" t="341" w="480" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>
         <Proportional>true</Proportional>
                       </LayoutElement>
                       <LayoutElement Type="Text" Source="shortdriveffree">
                       <Pos l="116" t="366" w="480" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>

         <Proportional>true</Proportional>
                       </LayoutElement>
                       <LayoutElement Type="Text" Source="tempsys">
                       <Pos l="456" t="386" w="480" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>
         </LayoutElement>
                   
                       <LayoutElement Type="Text" Source="ip">
                       <Pos l="108" t="398" w="480" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>
         <Proportional>true</Proportional>
                       </LayoutElement>
              <LayoutElement Type="Text" Source="tempcpu">
                       <Pos l="456" t="356" w="480" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>
                        <Proportional>true</Proportional>
                       </LayoutElement>
                              
   </Layout>
   
   <Layout Screen="Load">
      <LayoutElement Type="Image" Source="wait">
         <Pos t="0" l="0" w="640" h="480" />
         <Scale x="true" y="true" />
         <Proportional>false</Proportional>
         <Loop>0</Loop>
         <Sound Enable="true" SuspendMusic="true" />
      </LayoutElement>
   </Layout>
<Layout Screen="Saver">
   <LayoutElement Type="Image" Source="Logo">
      <Pos l="351" t="143" w="220" h="150" />
      <Scale x="true" y="true" />
      <Justify x="center" y="center" />
      <Proportional>true</Proportional>
   <Modifier Type="Bounce">
      <Bounds l="15" t="10" b="470" r="630" />
   </Modifier>
</LayoutElement>
</Layout>

   <SystemMenu>
      <BoxColor>0xFF000000</BoxColor>
      <BorderColor>0xFFFF5F00</BorderColor>
   </SystemMenu>
   
   <MessageBox>
      <BoxColor>0xFF000000</BoxColor>
      <BorderColor>0xFFFF5F00</BorderColor>
   </MessageBox>
   
   
   
         
</Skin>

Well, good luck!  Appreciate the help
Logged

Zedix

  • Archived User
  • Newbie
  • *
  • Posts: 30
Problems With Newsfeed
« Reply #21 on: July 31, 2003, 09:33:00 AM »

sad.gif

Damn corporate internet, mine sucks also, gotta press refresh 5 times to get the page to load... stupid proxies.

Good luck !
Logged

sabinator

  • Archived User
  • Newbie
  • *
  • Posts: 16
Problems With Newsfeed
« Reply #22 on: July 31, 2003, 09:59:00 AM »

That didn't work either guys.  I don't know what to say.  Thanks for all your help though.  If you get any other ideas I'll try 'em.  Take care.
Logged

V1510N

  • Archived User
  • Full Member
  • *
  • Posts: 102
Problems With Newsfeed
« Reply #23 on: July 31, 2003, 11:02:00 AM »

damn i cant get mine to work either
Logged

V1510N

  • Archived User
  • Full Member
  • *
  • Posts: 102
Problems With Newsfeed
« Reply #24 on: July 31, 2003, 11:12:00 AM »

heres my mxm.xml:

<Config>
<Main>
<SkinsPath>C:MXMSkins</SkinsPath>

<Network>
<UseDHCP>True</UseDHCP>
<IP>192.168.2.15</IP>
<DefaultGateway>192.168.2.1</DefaultGateway>
<SubnetMask>255.255.255.0</SubnetMask>
<DNS1>192.168.2.1</DNS1>
<DNS2>0.0.0.0</DNS2>
</Network>

<FTPServer>
<ServerPort>21</ServerPort>
<User>
<Name>xbox</Name>
<Password>xbox</Password>
</User>
</FTPServer>

<Newsfeed name="newsfeed">
<Global>True</Global>
<RotateChannels>True</RotateChannels>
<URL>http://www.xbox-scen...scene.xml</URL>
<UpdateIntervalMin>20</UpdateIntervalMin>
<RotateItemInterval>5</RotateItemInterval>
</Newsfeed>
</Main>
</Config>

i got all this info from the command prompt in win xp, ipconfig /all.

here is what my mxm_skin.xml says:

<LayoutElement Type="Text" Source="newsfeed">
                       <Pos l="293" t="90" w="286" h="185" />
         <Scale x="false" y="false" />
                       <Font>light</Font>
         <TextColor>0xFFFFFFFF</TextColor>
         <ShadowColor>0xFF000000</ShadowColor>
         <DoGlow>True</DoGlow>
                     <Proportional>true</Proportional>
      </LayoutElement>
Logged

Yuyu

  • Archived User
  • Hero Member
  • *
  • Posts: 908
Problems With Newsfeed
« Reply #25 on: July 31, 2003, 02:47:00 PM »

Very easy way to get your dns is to run normal ms dash and got to network setup from live tab. This will conect you to live so have mods off or use unmodded box. Then let the network configure itself. Once it says connected go back and see what it set your dns to, use this as your dns in the.xml file. Here is my stuff:

<Network>
<UseDHCP>false</UseDHCP>
<IP>192.168.1.105</IP>
<DNS1>24.217.0.3</DNS1>
<DNS2>24.217.0.4</DNS2>
<DefaultGateway>192.168.1.1</DefaultGateway>
<SubnetMask>255.255.255.0</SubnetMask>
</Network>

Got these numbers off of the screen I mentioned before and works perfect.
Logged

V1510N

  • Archived User
  • Full Member
  • *
  • Posts: 102
Problems With Newsfeed
« Reply #26 on: July 31, 2003, 04:53:00 PM »

did it and everything is the same as my mxm.xml above
Logged

V1510N

  • Archived User
  • Full Member
  • *
  • Posts: 102
Problems With Newsfeed
« Reply #27 on: July 31, 2003, 09:42:00 PM »

help anybody?
Logged

Yuyu

  • Archived User
  • Hero Member
  • *
  • Posts: 908
Problems With Newsfeed
« Reply #28 on: August 01, 2003, 05:33:00 AM »

Well here is my mXm file, maybe it will help out a bit I dunno:

<Config>
<Main>
<DiscTitle>Media X Menu</DiscTitle>
<DiscSubtitle>On My Box</DiscSubtitle>
<SkinsPath>C:Skins</SkinsPath>
<RemoveDuplicates>True</RemoveDuplicates>
<RemoveInvalid>True<RemoveInvalid>
</Main>
<Network>
<UseDHCP>false</UseDHCP>
<IP>192.168.1.105</IP>
<DNS1>24.217.0.3</DNS1>
<DNS2>24.217.0.4</DNS2>
<DefaultGateway>192.168.1.1</DefaultGateway>
<SubnetMask>255.255.255.0</SubnetMask>
</Network>
<Preferences>
<FTPPriority>highest</FTPPriority>
<SynchronizeClock>true</SynchronizeClock>
<TimeServerIP>216.244.192.3</TimeServerIP>
<Nickname>Xbox</Nickname>
</Preferences>
<Overrides>
</Overrides>
<FTPServer>
<User>
<Name>xbox</Name>
<Password>xbox</Password>
</User>
</FTPServer>
<Newsfeed name="user">
<Global>True</Global>
<RotateChannels>False</RotateChannels>
<URL>http://www.xbox-scen...scene.xml</URL>
<UpdateIntervalMin>28</UpdateIntervalMin>
<RotateItemInterval>3</RotateItemInterval>
</Newsfeed>
<Newsfeed name="newsfeed">
<Global>True</Global>
<RotateChannels>True</RotateChannels>
<URL>http://xbins.org/xbins.xml</URL>
<UpdateIntervalMin>28</UpdateIntervalMin>
<RotateItemInterval>3</RotateItemInterval>
</Newsfeed>
</Config>

maybe you could copy it and plug in your numbers
Logged

TwisTz

  • Archived User
  • Full Member
  • *
  • Posts: 167
Problems With Newsfeed
« Reply #29 on: August 01, 2003, 05:51:00 AM »

sad.gif
Logged
Pages: 1 [2] 3