PS3 Easy way to install packages over 4GB via webserver on PC

@DeViL303 while sending file through server, how did you make the connection to PS3. I was able to download through internet but I can't seem to make direct connection between PC and PS3. How do I set up the connection?
 
@DeViL303 while sending file through server, how did you make the connection to PS3. I was able to download through internet but I can't seem to make direct connection between PC and PS3. How do I set up the connection?
Did you read first post?

Install xampp or other server, start it, add files to shared folder, on xampp its c:\xampp\htdocs\ by default.
 
Did you read first post?

Install xampp or other server, start it, add files to shared folder, on xampp its c:\xampp\htdocs\ by default.
Yes. But i meant physical connection. I could do it as long as internet connection is there but not if direct connection to PS3
 
Yes. But i meant physical connection. I could do it as long as internet connection is there but not if direct connection to PS3
If you want to connect directly without router/switch, you will need to enter manual IP (in same range with same gateway) on both your PC and PS3, as you have no DHCP
 
If I add the line needed to my category game xml where you said to, nothing shows up in the game category at all.
 
how to add more links?
Code:
<XMBML version="1.0">
 <View id="package_link">
 <Attributes>
 <Table key="pkg_main">
 <Pair key="icon"><String>/dev_flash/vsh/resource/explore/icon/fah-xmb.png</String></Pair>
 <Pair key="title"><String>Direct link to package on PC</String></Pair>
 <Pair key="info"><String>Download and Install a Package from PC via webserver</String></Pair>
 <Pair key="ingame"><String>disable</String></Pair>
 </Table>
 </Attributes>
 <Items>
<Query
 class="type:x-xmb/folder-pixmap"
 key="pkg_main"
 attr="pkg_main"
 src="#pkg_items"/>
 </Items>
 </View>
 
 <View id="pkg_items">
 <Attributes>
 <Table key="link001">
 <Pair key="info"><String>net_package_install</String></Pair>
 <Pair key="pkg_src"><String>http://192.168.0.100/Large_Package.pkg</String></Pair>
 <Pair key="pkg_src_qa"><String>http://192.168.0.100/Large_Package.pkg</String></Pair>
 <Pair key="content_name"><String>tool_pkg_install_pc</String></Pair>
 <Pair key="content_id"><String>EP0001-CONTENTID_00-0000000000000000</String></Pair>
 <Pair key="prod_pict_path"><String>/dev_flash/vsh/resource/explore/icon/fah-xmb.png</String></Pair>
 </Table>
 <Table key="link002">
 <Pair key="info"><String>net_package_install</String></Pair>
 <Pair key="pkg_src"><String>http://192.168.0.100/Large_Package.pkg</String></Pair>
 <Pair key="pkg_src_qa"><String>http://192.168.0.100/Large_Package.pkg</String></Pair>
 <Pair key="content_name"><String>tool_pkg_install_pc</String></Pair>
 <Pair key="content_id"><String>EP0001-CONTENTID_00-0000000000000000</String></Pair>
 <Pair key="prod_pict_path"><String>/dev_flash/vsh/resource/explore/icon/fah-xmb.png</String></Pair>
 </Table>
 <Table key="link003">
 <Pair key="info"><String>net_package_install</String></Pair>
 <Pair key="pkg_src"><String>http://192.168.0.100/Large_Package.pkg</String></Pair>
 <Pair key="pkg_src_qa"><String>http://192.168.0.100/Large_Package.pkg</String></Pair>
 <Pair key="content_name"><String>tool_pkg_install_pc</String></Pair>
 <Pair key="content_id"><String>EP0001-CONTENTID_00-0000000000000000</String></Pair>
 <Pair key="prod_pict_path"><String>/dev_flash/vsh/resource/explore/icon/fah-xmb.png</String></Pair>
 </Table>
 </Attributes>
 <Items>
 <Item class="type:x-xmb/xmlnpsignup" key="link001" attr="link001"/>
 <Item class="type:x-xmb/xmlnpsignup" key="link002" attr="link002"/>
 <Item class="type:x-xmb/xmlnpsignup" key="link003" attr="link003"/>
 </Items>
 </View>
 
</XMBML>
 
If I add the line needed to my category game xml where you said to, nothing shows up in the game category at all.
Then you are not doing it right, but anyway, no one needs to mod their category xml if they use HAN installer, it adds support out of the box ;)
 
Then you are not doing it right, but anyway, no one needs to mod their category xml if they use HAN installer, it adds support out of the box ;)
Okay I got everything all set, but when I try to get the package on PS3, it says I need to download software to use it
 
it can be download but when installing error shows up 8002AE04. By inserting it to usb installs normally
psnstuf packages works i tried with minor packages
 
Back
Top