Author |
BG's for P800 |
XBone Joined: Dec 11, 2001 Posts: 176 From: BE / Switzerland PM, WWW
|
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 ] |
|
antonios Joined: Jan 01, 2003 Posts: 80 From: Cyprus and USA PM, WWW
|
no laws violated, but put the italian URL there just to be sure.
I can resist everything except temptation(P800).. Nokia 3110 Ericsson GF Audiovox GSM810 |
XBone Joined: Dec 11, 2001 Posts: 176 From: BE / Switzerland PM, WWW
|
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? |
Omar Joined: Jan 05, 2003 Posts: 269 PM |
Good job, but anyone wanna zip and upload these files somewhere to make 'em more user-friendly? |
webwatcher Joined: Jun 17, 2002 Posts: 216 From: Holland PM |
Yes haha, 80% of the files are mine, but it's ok.. anyway, on a italian server???
www.p800.info.se
|
Omar Joined: Jan 05, 2003 Posts: 269 PM |
@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? |
Superluminova Joined: Feb 24, 2002 Posts: > 500 From: ...Mummies Tummy! PM |
no webwatcher there really mine or had you forgot? www.pbase.com/superluminova to fine more |
XBone Joined: Dec 11, 2001 Posts: 176 From: BE / Switzerland PM, WWW
|
@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? |
|