Discuss the development of new homebrew software, tools and libraries.
	Moderators:  cheriff , TyRaNiD 
			
		
		
			
				
																			
								Vampire 							 
									
		Posts:  138 Joined:  Tue Apr 12, 2005 8:16 am 
		
						
					
													
							
						
									
						Post 
					 
								by Vampire  Fri May 06, 2005 8:13 pm 
			
			
			
			
			Code: Select all 
<html>
<head>
<title>UMD</title>
</head>
<body background="file://disc0:/PSP_GAME/PIC1.PNG">
<img src="file://disc0:/PSP_GAME/ICON0.PNG">
<img src="file://disc0:/PSP_GAME/PIC0.PNG">
</body>
</html>
or
Code: Select all 
<html>
<head>
<title>UMD</title>
</head>
<body background="file://disc0:/UMD_VIDEO/PIC1.PNG">
<img src="file://disc0:/UMD_VIDEO/ICON0.PNG">
<img src="file://disc0:/UMD_VIDEO/PIC0.PNG">
</body>
</html>
or
Code: Select all 
<html>
<head>
<title>UMD</title>
</head>
<body background="file://disc0:/UMD_AUDIO/PIC1.PNG">
<img src="file://disc0:/UMD_AUDIO/ICON0.PNG">
<img src="file://disc0:/UMD_AUDIO/PIC0.PNG">
</body>
</html>
					Last edited by 
Vampire  on Sat May 07, 2005 7:41 am, edited 2 times in total.
									
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Awhite 							 
									
		Posts:  55 Joined:  Wed Feb 23, 2005 3:21 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Awhite  Fri May 06, 2005 8:28 pm 
			
			
			
			
			Works. Perfectly. 
			
			
									
									Ioannis KarAvas
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								reakt 							 
									
		Posts:  22 Joined:  Fri May 06, 2005 8:35 pmLocation:  Basingstoke, UK 
		
						
					
						 
													
							
						
									
						Post 
					 
								by reakt  Fri May 06, 2005 8:43 pm 
			
			
			
			
			Great job Vampire!
Very interesting.  Unfortunately I'm not able to check, but is it possible to browse the contents of the inserted UMD...
Code: Select all 
<html>
<head>
<title>Browse UMD</title>
</head>
<body>
<a href="file://disc0:/">Browse UMD!</a>
</body>
</html>
Perhaps disc0 can be replaced by disc1 or another device name for memory stick access too.
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Vampire 							 
									
		Posts:  138 Joined:  Tue Apr 12, 2005 8:16 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Vampire  Fri May 06, 2005 8:55 pm 
			
			
			
			
			reakt wrote: Great job Vampire!
Very interesting.  Unfortunately I'm not able to check, but is it possible to browse the contents of the inserted UMD...
Code: Select all 
<html>
<head>
<title>Browse UMD</title>
</head>
<body>
<a href="file://disc0:/">Browse UMD!</a>
</body>
</html>
Perhaps disc0 can be replaced by disc1 or another device name for memory stick access too.
browsing the umd doesent work.
i'm working on memory stick access.
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Warren 							 
									
		Posts:  175 Joined:  Sat Jan 24, 2004 8:26 amLocation:  San Diego, CA 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Warren  Fri May 06, 2005 9:00 pm 
			
			
			
			
			Try msstore0: or msroot: I can't remember which it is and I don't have my network setup atm.
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Pit0711 							 
									
		Posts:  54 Joined:  Thu Mar 24, 2005 5:45 amLocation:  Old Europe -Germany- 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Pit0711  Fri May 06, 2005 9:03 pm 
			
			
			
			
			lol :-D
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Vampire 							 
									
		Posts:  138 Joined:  Tue Apr 12, 2005 8:16 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Vampire  Fri May 06, 2005 9:19 pm 
			
			
			
			
			Code: Select all 
<html>
<head>
<title>MS</title>
</head>
<body background="file://ms0:/PSP/SAVEDATA/UCUS98612P0000/PIC1.PNG">
<img src="file://ms0:/PSP/SAVEDATA/UCUS98612P0000/ICON0.PNG">
</body>
</html>
or
Code: Select all 
<html>
<head>
<title>MS</title>
</head>
<body background="file://fatms0:/PSP/SAVEDATA/UCUS98612P0000/PIC1.PNG">
<img src="file://fatms0:/PSP/SAVEDATA/UCUS98612P0000/ICON0.PNG">
</body>
</html>
					Last edited by 
Vampire  on Sat May 07, 2005 6:52 am, edited 1 time in total.
									
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Awhite 							 
									
		Posts:  55 Joined:  Wed Feb 23, 2005 3:21 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Awhite  Fri May 06, 2005 9:53 pm 
			
			
			
			
			:( I was just going to post this :P fatms0 is the ms :P
Although i like it this way:
<html>
I guess html files work too.
Ioannis KarAvas
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								LiquidIce 							 
									
		Posts:  55 Joined:  Mon Apr 04, 2005 1:15 am
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by LiquidIce  Fri May 06, 2005 10:13 pm 
			
			
			
			
			I wonder if it is possible to do a form post, to upload UMD files to a webserver??
According to 
http://www.psphacks.net/forums/viewtopic.php?t=671 
The PSP does support
Content-Type: application/x-www-form-urlencoded 
I must be off to work now, but i'll play around with this later tonight. 
Thanks Vampire!!
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Awhite 							 
									
		Posts:  55 Joined:  Wed Feb 23, 2005 3:21 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Awhite  Fri May 06, 2005 10:31 pm 
			
			
			
			
			I think it does, but using a form with input="file" , shows a browse button which doesn't work :( also you can't edit the text box :(
			
			
									
									Ioannis KarAvas
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								pedroleite 							 
									
		Posts:  39 Joined:  Sun Apr 10, 2005 8:31 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by pedroleite  Fri May 06, 2005 10:47 pm 
			
			
			
			
			You can just assign a value="...." parameter to specify a default file...
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Falkon 							 
									
		Posts:  5 Joined:  Thu Apr 28, 2005 1:36 pm 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Falkon  Sat May 07, 2005 12:02 am 
			
			
			
			
			So, if the PSP recognizes HTML, would it be possible to utilize more advanced languages like XML, DHTML, etc?  Technically, you could build proggies liek this ^.^ take time, but it would be pretty cool to create a couple simple games..
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								etx 							 
									
		Posts:  33 Joined:  Sat Apr 02, 2005 12:54 amLocation:  Detroit 
		
						
					
						 
													
							
						
									
						Post 
					 
								by etx  Sat May 07, 2005 1:17 am 
			
			
			
			
			Falkon wrote: So, if the PSP recognizes HTML, would it be possible to utilize more advanced languages like XML, DHTML, etc?  Technically, you could build proggies liek this ^.^ take time, but it would be pretty cool to create a couple simple games..
No it's not that advanced. It's got a very limited javascript lib. I'd rather write native bins anyways. ;)
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								pyro42 							 
									
		Posts:  11 Joined:  Fri May 06, 2005 11:03 pm 
		
						
					
						 
													
							
						
									
						Post 
					 
								by pyro42  Sat May 07, 2005 1:27 am 
			
			
			
			
			forgive my ignorance... i know just enough to be annoying...
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Awhite 							 
									
		Posts:  55 Joined:  Wed Feb 23, 2005 3:21 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Awhite  Sat May 07, 2005 1:42 am 
			
			
			
			
			If javascript was able to do that, half of the pcs online would get hacked everyday..anyway.. back to work...
			
			
									
									Ioannis KarAvas
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Vampire 							 
									
		Posts:  138 Joined:  Tue Apr 12, 2005 8:16 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Vampire  Sat May 07, 2005 1:59 am 
			
			
			
			
			Awhite wrote: any ideas?
proc://upload/...
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								pedroleite 							 
									
		Posts:  39 Joined:  Sun Apr 10, 2005 8:31 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by pedroleite  Sat May 07, 2005 2:12 am 
			
			
			
			
			Vampire wrote: Awhite wrote: any ideas?
proc://upload/...
Another strings search, right?
I guess Sony will be losing some employees in the following days :)
Now it's a dilema for Sony... launch a new firmware to correct bugs, and provide more material for all the hackers out there... :)
Have you tested this proc:// url ?
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								bb00200 							 
									
		Posts:  1 Joined:  Thu Apr 28, 2005 2:51 pm 
		
						
					
						 
													
							
						
									
						Post 
					 
								by bb00200  Sat May 07, 2005 2:25 am 
			
			
			
			
			
The value attribute of this tag is read-only. It can only be set by direct user input of either typing into the box or using the browse button, and both of these have been stated to not work.
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Awhite 							 
									
		Posts:  55 Joined:  Wed Feb 23, 2005 3:21 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Awhite  Sat May 07, 2005 3:03 am 
			
			
			
			
			i've tried proc with a various of commands none of them worked though...
			
			
									
									Ioannis KarAvas
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								neckarb 							 
									
		Posts:  13 Joined:  Tue Apr 05, 2005 4:02 am 
		
						
					
													
							
						
									
						Post 
					 
								by neckarb  Sat May 07, 2005 4:17 am 
			
			
			
			
			hey guys,
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Fluff 							 
									
		Posts:  35 Joined:  Fri Apr 22, 2005 10:05 am 
		
						
					
													
							
						
									
						Post 
					 
								by Fluff  Sat May 07, 2005 5:06 am 
			
			
			
			
			i'd been playing around with this for some time, i have the following on a website
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								neckarb 							 
									
		Posts:  13 Joined:  Tue Apr 05, 2005 4:02 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by neckarb  Sat May 07, 2005 5:17 am 
			
			
			
			
			hi i really need help with this how do you get it to work???? PLEASE TELL MEEEEE!!!!!
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								reakt 							 
									
		Posts:  22 Joined:  Fri May 06, 2005 8:35 pmLocation:  Basingstoke, UK 
		
						
					
						 
													
							
						
									
						Post 
					 
								by reakt  Sat May 07, 2005 5:55 am 
			
			
			
			
			neckarb wrote: hi i really need help with this how do you get it to work???? PLEASE TELL MEEEEE!!!!!
Don't panic!  Search the forum first!  Start here: 
http://forums.ps2dev.org/viewtopic.php?t=1223 
It was actually on the same forum index page as this very thread!
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Vampire 							 
									
		Posts:  138 Joined:  Tue Apr 12, 2005 8:16 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Vampire  Sat May 07, 2005 7:46 am 
			
			
			
			
			added audio and video
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Neila 							 
									
		Posts:  79 Joined:  Sat Apr 23, 2005 3:36 amLocation:  Canada 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Neila  Sat May 07, 2005 4:44 pm 
			
			
			
			
			has anyone tired accessing:
			
			
									
									(1 + 1 == 10 ) == true
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Awhite 							 
									
		Posts:  55 Joined:  Wed Feb 23, 2005 3:21 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Awhite  Sat May 07, 2005 8:44 pm 
			
			
			
			
			I think i once tried it, it must be the dev kit though, and propably used this to test the browser internally.
			
			
									
									Ioannis KarAvas
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								LiquidIce 							 
									
		Posts:  55 Joined:  Mon Apr 04, 2005 1:15 am
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by LiquidIce  Sat May 07, 2005 10:08 pm 
			
			
			
			
			Neila, I get kicked back to the connection screen when i click that link:
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Neila 							 
									
		Posts:  79 Joined:  Sat Apr 23, 2005 3:36 amLocation:  Canada 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Neila  Sun May 08, 2005 3:27 am 
			
			
			
			
			LiquidIce: don't know where :)
			
			
									
									(1 + 1 == 10 ) == true
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Neila 							 
									
		Posts:  79 Joined:  Sat Apr 23, 2005 3:36 amLocation:  Canada 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Neila  Sun May 08, 2005 8:09 am 
			
			
			
			
			has anyone attempted to access a movie file PMF?
			
			
									
									(1 + 1 == 10 ) == true
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Phour20 							 
									
		Posts:  26 Joined:  Fri May 06, 2005 1:38 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Phour20  Sun May 08, 2005 4:54 pm 
			
			
			
			
			This works on the Sampler disc also.. It pulls up the image that you would see if you went to the games screen (using the game pic sample from above) the Text how ever is shadow'd in the Pix. and Text itself must be overlayed