Sony Ericsson / Sony : Themes, ringtones, screensavers, games, video clips : BG's for P800
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Themes, ringtones, screensavers, games, video clips
> BG's for P800
Bookmark topic
Hi everyone
Got my P800 yesterday
Now... I've made a simple html page listing a few images I found on some italian server in a .zip file ( no abuse intended!). I simply put them there, coz I wanna be able to download them on my phone.
The pics are linked at
http://www.webdeko.com/p800/bg/images.html
I generated the page with a tcl-script I wrote:
#!/usr/bin/tclsh
set dest stdout
puts $dest "<HTML><HEAD><TITLE>P800 Backgrounds</title></head><BODY>"
set files [exec ls -m | tr "," " "]
foreach file $files {
if [regexp "%20" $file match] {
regsub -all -- "%20" $file "" newname
set file $newname
}
puts $dest "<A HREF="$file">$file</a>"
}
puts $dest "</body></html>"
If you have unix and run that script in a directory with some files, you can rediret the output to a .html file containing links to all the files.
Just in case somebody can use this.
If I violate any laws please tell me, and I'll take that page down or secure the access, so only I can use it.
[ This Message was edited by: XBone on 2003-01-10 09:19 ]
--
Posted: 2003-01-10 09:56:00
Edit :
Quote
no laws violated, but put the italian URL there just to be sure.
--
Posted: 2003-01-10 10:26:00
Edit :
Quote
Well, that's the problem... Don't remember where I found it...
Does anyone recognize that stuff?
Is the page of any use to someone?
--
Posted: 2003-01-10 11:04:00
Edit :
Quote
Good job, but anyone wanna zip and upload these files somewhere to make 'em more user-friendly?
--
Posted: 2003-01-10 18:10:00
Edit :
Quote
Yes

haha, 80% of the files are mine, but it's ok.. anyway, on a italian server???
www.p800.info.se
--
Posted: 2003-01-10 21:25:00
Edit :
Quote
@webwatcher, thanks much, and u even have them thumbnailed! More please. By the way, I tried to use Mpegable X4 to convert mpeg into MP4, sound's ok but only a still frame, why?
--
Posted: 2003-01-10 23:42:00
Edit :
Quote
Superluminova Posts: > 500
no webwatcher there really mine or had you forgot?
www.pbase.com/superluminova to fine more
--
Posted: 2003-01-11 01:13:00
Edit :
Quote
@omar
I actually downloaded the zip from superluminova, and intentionally DIDN'T leave them in a zip file, because I want to download them directly on my P800.
@superluminova
I'll put a link to your site on that page, ok?
--
Posted: 2003-01-11 13:03:00
Edit :
Quote
New Topic
Reply