Author |
Message |
tdawool
Joined: 22 Oct 2014
Posts: 25
|
Posted: Wed Oct 22, 2014 6:50 am |

|
hi
i am trying to put rss on site like in Example 3 in sticky notes
but i keep failing in that ,
like i have uploaded rss2html.php
i have this temple [url]http://tdawool.esy.es/sample-template.html[/url]
and the rss feed is here [url]http://www.investing.com/rss/news_1.rss[/url]
and i aded this
[code][/code]
in that file [url]http://tdawool.esy.es/d.html[/url]
but nothing happend i dont have any news in my site
so any help will be welcome
thank's and have a nice day
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2692
|
Posted: Wed Oct 22, 2014 9:57 am |

|
|
 |
 |
tdawool
Joined: 22 Oct 2014
Posts: 25
|
Posted: Wed Oct 22, 2014 2:21 pm |

|
OK, thank you "Tech Support"
you said :"It's very, very brief but a 403 error shows just before it redirects back to the hosting site's URL. "
that means it works ,
i just have to ask the person responsible for security of the web server to find a solution for it , if there is any .
and another question :
is there another way to bring rss to my site that i missed reading it in that site?
thank you very much
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2692
|
Posted: Wed Oct 22, 2014 2:28 pm |

|
|
 |
 |
tdawool
Joined: 22 Oct 2014
Posts: 25
|
Posted: Wed Oct 22, 2014 2:47 pm |

|
thank's for the fast replay
I meant if there other ways ?
thank's
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2692
|
Posted: Wed Oct 22, 2014 2:56 pm |

|
|
 |
 |
tdawool
Joined: 22 Oct 2014
Posts: 25
|
Posted: Wed Oct 22, 2014 3:08 pm |

|
|
 |
 |
tdawool
Joined: 22 Oct 2014
Posts: 25
|
Posted: Thu Oct 23, 2014 4:41 am |

|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2692
|
Posted: Thu Oct 23, 2014 7:54 am |

|
|
 |
 |
tdawool
Joined: 22 Oct 2014
Posts: 25
|
Posted: Thu Oct 23, 2014 11:42 am |

|
the link still leads for the error 404 but in my when i opened the "my topic"
there was an error 403 and now 404
is 404 means something else?
ok thanks i will take my time to figured it out
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2692
|
Posted: Thu Oct 23, 2014 11:56 am |

|
|
 |
 |
tdawool
Joined: 22 Oct 2014
Posts: 25
|
Posted: Thu Oct 23, 2014 3:52 pm |

|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2692
|
Posted: Fri Oct 24, 2014 10:32 am |

|
After reviewing more information on the 403 error with relation to PHP scripts and RSS feeds, we think problem is likely that your webhost is being denied access to the rss feed file by investing.com
There is a possible way to confirm this if you have a certain level of access with your webhost:
1) In Windows on your system, run a Command Prompt.
2) In the Command prompt, type the following and hit enter after each line:
telnet tdawool.esy.es
enter your username
enter your password
wget www.investing.com/rss/news_1.rss
or, if your webhost uses SSH, these would be the commands to use:
telnet tdawool.esy.es
ssh
enter password
wget www.investing.com/rss/news_1.rss
This will only work on Unix style web hosts, and if your webhosts allow their users to telnet (or ssh) into it.
If it is a windows web server and you have remote access to it, you could simply run a browser from the webserver itself and try to access the investing.com rss feed file.
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
tdawool
Joined: 22 Oct 2014
Posts: 25
|
Posted: Fri Oct 24, 2014 2:54 pm |

|
C:\>telnet tdawool.esy.es
Connecting To tdawool.esy.es...Could not open connection to the host, on port 23
: Connect failed
C:\>
what doesw that mean i have to open port 23 in my router ? or i think that i got to ask my host to open port 23 ?
thank you :)
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2692
|
Posted: Fri Oct 24, 2014 2:55 pm |

|
It means the host hasn't allowed you that level of access to the web server. They may or may not allow it if you request it, though.
Do you have direct access to the web server?
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
|