OK well im trying to download some files from a server for a game.....
:10060/HUBPS3_SVML/tracking/StatTrackingServlet
It uses port 10060 and 10061 but when I go to the url (stated above without website to protect the site)
It auto redirects me to
:10060/HUBPS3_SVML/error/ErrorPage.jsp?statusCode=-603&statusMsg=SESSION_EXPIRED
Which is a session expired message how can I get around this error (Btw this is for a private server that i really want/need...)
Also even if it doesnt redirect it will still say the file isnt there when it is....
if you go to the error.jsp file it says its not there...
But here is the code of the error file....
<?xml version="1.0" encoding="UTF-8"?>
<SVML>
<POPUP class="CHIP_FACE" name="backPanel" x="384" y="264" width="512" height="160"/>
<RECTANGLE class="CHIP_RECESS" name="backPanel" x="392" y="272" width="496" height="114" fillColor="#FFFFFFFF"/>
<TEXT name="text1" x="640" y="288" width="480" height="22" fontSize="22" align="center" textColor="#ff000000">SERVER ERROR</TEXT>
<TEXT name="text2" x="640" y="320" width="480" height="22" fontSize="22" align="center" textColor="#ff000000">Page Not Found.</TEXT>
<TEXT name="text3" x="640" y="352" width="480" height="22" fontSize="22" align="center" textColor="#ff000000">: -404</TEXT>
<TEXT name="welcome2" x="640" y="394" width="480" height="22" fontSize="22" align="center" textColor="#CCFFFFFF" selectable="false">[CROSS] <fmt:message key="GlobalButtonLog_out"/></TEXT>
<QUICKLINK name="refresh" button="SV_PAD_X" linkOption="NORMAL" href="https://*******************.com:10061/HUBPS3_SVML/account/Account_Logout.jsp"/>
</SVML>