|
pineriver // User Search
pineriver // User Search
Aug 24, 2002, 2:29am
If anyone knows where I could get a php image rotaion script that rotates
images in order not randomly and that uses image urls for like a tv station
in active worlds, please contact me. Thanks
Aug 24, 2002, 6:24pm
so to be abale to have images urls I put $fopen url somewhare in the script?
>
> If your PHP installation has "fopen URL" enabled, it will work
> with exteral URLs if you leave all the docroot / basename stuff
> away and readfile() directly the array elements.
Aug 25, 2002, 10:51pm
I tryed both scripts, the first one said "<br />
<b>Warning</b>: readfile("") - Inappropriate ioctl for device "
and the second script that I tryed just gave me a list of the files I had in
the directory that I placed the php file
> Allowing fopen() on URLs is a feature of PHP, that the admin
> of your web server can enable or disable.
>
> You can find out all features that your admin allows with a
> simple script
>
> <?PHP phpinfo(); ?>
>
> The complete source using fopen of URLs would be like this
>
> <?PHP
> $aPics = array (
> 'http://somehost.com/path/picture1.jpg',
> 'http://somehost.com/path/picture2.jpg',
> 'http://somehost.com/path/picture3.jpg',
> 'http://somehost.com/path/picture4.jpg'
> );
>
> $DocRoot = './';
>
>
> $i = time()%sizeof($aPics);
>
> Header ('Content-type: image/jpeg');
> Header( 'Content-Disposition: attachment; filename=dummy.jpg' );
> readfile ($aPics[i]);
> ?>
>
> If this does not work, you can still use forwarding :
>
>
> <?PHP
> $aPics = array (
> 'http://somehost.com/path/picture1.jpg',
> 'http://somehost.com/path/picture2.jpg',
> 'http://somehost.com/path/picture3.jpg',
> 'http://somehost.com/path/picture4.jpg'
> );
>
> $DocRoot = './';
>
>
> $i = time()%sizeof($aPics);
>
> Header ('location: '.$aPics[i]."\n\n");
> ?>
Aug 26, 2002, 2:50pm
when I try the script, it loads the image file like the url location, so
when I load up the php file it loads up like
http://oct31.de/obj/textures/frower01.jpg or the first image url on the
list of the script, and not the php file and so it dose not refresh. It
only displays a single pic in aw and in Internet explorer it reroutes me to
the image url.
[View Quote]"ananas" <vha at oct31.de> wrote in message news:3D69B85D.F2E66DA9 at oct31.de...
> The message from the first script must be what you get when
> your PHP settings (server-side) don't allow URL fopen.
>
>
> There was one $ missing in the second script :
>
> Header ('Location: '.$aPics[$i]."\n\n");
>
> I tried it now and it works (the $DocRoot line can be dropped).
> I just cannot test everything *g
|
Aug 26, 2002, 4:53pm
yes, did that (update=10)
[View Quote]"dion" <Dion at digevo.net> wrote in message
news:3d6a5f83$1 at server1.Activeworlds.com...
> you have to put an update= on the pic object
|
Sep 12, 2002, 9:10pm
Wishing there was a way to put a update= on a mp3 file and it would update
like a jpg file would.
LOG THIS ONE FOR AW 3.4
Nov 23, 2002, 1:53am
actually, with pictures that have the update command, the image only
downloads if the image on the server updates
[View Quote]"technozeus" <TechnoZeus at techie.com> wrote in message
news:3ddeeff0$1 at server1.Activeworlds.com...
> The down side to this is that as it stands almost nobody uses the update
parameter of the picture command correctly. Look around, and you'll find a
lot of picture commands that cause the image to be re-downloaded every 5
seconds, or less, even though the image being displayed is usually only
updated once every 10 minutes or much less often than that... and some of
them are pointing to images that never update at all on the web, so the end
result is needless downloading.
>
> I think a better idea might be a special command to cause files to be
pre-downloaded or re-downloaded on demand.
>
> For example...
>
> create predownload rag2 type=sound; activate sound rag2.mid
>
> or
>
> create texture faceimg; activate redownload faceimg type=texture
>
> TechnoZeus
>
>
> "pineriver" <pineriver at thenett.com> wrote in message
news:3d811eca$1 at server1.Activeworlds.com...
update
>
>
|
Nov 23, 2002, 3:20pm
That is true
[View Quote]"technozeus" <TechnoZeus at techie.com> wrote in message
news:3ddf0442$1 at server1.Activeworlds.com...
> That may be, if the code has been fixed since I last checked... but even
then there would still be frequent unnecessary web accesses checking to see
if the file has updated yet, which can make a big difference in performance
if there are several of them in the same area. My point is that while it
would be nice to have a way to update files in the cache as needed, it is
also important to consider how such capabilities are likely to be used (or
misused) and what effect it may have on overal performance.
>
> TechnoZeus
>
> "pineriver" <pineriver at thenett.com> wrote in message
news:3ddefbba at server1.Activeworlds.com...
update
find a
of
end
>
>
|
Oct 5, 2002, 1:46pm
There is text to speach you know, it reads to you the chat text.
Unforchintly, the little computer voice will drive you nuts, but after about
2 years, you will love it.
http://www.xs4all.nl/~runay
[View Quote]"rossyboy" <rossyboy2 at yahoo.com> wrote in message
news:3d9ccfa2 at server1.Activeworlds.com...
> Yep this is a really simple wish hehe
>
> A telegram sound. It could be a wav file you choose in the options
> (obviously it could also be turned off in options as some people would
> find it annoying)
>
> I get a sound from my IM program when someone IMs me, so why not
> telegrams in AW?
>
> A similar idea would be a join request sound.
>
> These woudl be useful when working in other windows :¬) I hate when
> I'm concentrating on another window and don't notice a join request,
> even when I can see the chat history in the AW window.
>
> Rossyboy
> ----------------------------------
> Note to self: think up a signature
|
Oct 5, 2002, 1:44pm
I was having some problems with my aw, and I just uninstalled it, then
redownloaded it, WORKS LIKE A DREAM NOW
[View Quote]"jstone2004" <jstone_2004 at yahoo.com> wrote in message
news:3d9f02d8$1 at server1.Activeworlds.com...
> That my browser wouldn't loose all it's grams every couple days, it's
> beginning to be really annoying! I just lost a ton of them, some of which
> were important! Grr...
>
> J
>
>
|
Nov 13, 2002, 7:49pm
I wish there where a better way of displaying telegrams. Like you could
search in your tgram list for who sent it, what is the message, and the date
and stuff. and another feature that would be good to have is the date of the
telegrams, not just day and time, but day time and month. anyway those would
be some cool extras to have
Dec 24, 2002, 1:46am
Open Add/Remove Programs properties in Control Panel.
Click the Windows Setup tab, That you can install or remove programs like
that.
[View Quote]"ryan jacob" <ryan_jacob at hotmail.com> wrote in message
news:3e076ad7$1 at server1.Activeworlds.com...
> Don't you have to have the Accessibility features installed for that to
> work?
>
> Ryan Jacob
>
> "strike rapier" <strike at rapiercom.freeserve.co.uk> wrote in message
> news:3e05b163$1 at server1.Activeworlds.com...
> in
>
>
|
Jan 15, 2003, 1:58am
That would be nice, would cut down on the lag. (for us ppl to lasy to get
cable or a T1)
[View Quote]"anduin" <anduin at goreanscribe.com> wrote in message
news:3e248da9 at server1.Activeworlds.com...
> Hi All,
>
> A good feature to add to World Features would be to *disable* create
picture and/or create sound altogether.
>
> --
> Anduin (317281)
> - The Gorean Scribe
> - http://www.goreanscribe.com
>
>
|
Feb 19, 2003, 2:10pm
Yes that would be a good feature
[View Quote]"alphabit phalpha" <alphabit at swbell.net> wrote in message
news:3e52eccf$1 at server1.Activeworlds.com...
> This has probably already been suggested but here goes anyways:)
>
> I think it would be very helpful if after you reply to a gram the persons
> name in the telegram tab turned grey or a mark was next to it saying you
> replied.
>
>
|
Apr 7, 2003, 3:50pm
Is there any way of making cache world info into a propdump file? Just
wondering.
Apr 9, 2003, 2:12pm
http://gps.chrisb.org/download/cc3250.zip
if it calls for the dll named CC3250.DLL
[View Quote]"andras" <andras at andras.net> wrote in message
news:3e939619$2 at server1.Activeworlds.com...
> pineriver wrote:
>
> http://www.andras.net/tools.html#tgreader
>
> --
> Andras
> "It's MY computer" (tm Steve Gibson)
>
|
Apr 29, 2003, 6:04pm
That would be cool, you could easily do it with a bot though
[View Quote]"strike rapier" <strike at rapiercom.freeserve.co.uk> wrote in message
news:3eaec491 at server1.Activeworlds.com...
> I really wish we could have this, a way of telling the browser to play a
> sound regardless of an object or area event. For example when I click on
> someone in paintball we both hear gunfire.
>
> - Mark
>
>
>
|
Apr 29, 2003, 7:09pm
That is true
[View Quote]"dion" <Dion at digevo.net> wrote in message
news:3eaedf4c$1 at server1.Activeworlds.com...
> if you're talking about laying down an object with create sound on it, the
> building of an object is much much too slow, especially for something like
a
> gunshot.
>
> -Dion
>
> "pineriver" <pineriver at thenett.com> wrote in message
> news:3eaedac4 at server1.Activeworlds.com...
> That would be cool, you could easily do it with a bot though
> "strike rapier" <strike at rapiercom.freeserve.co.uk> wrote in message
> news:3eaec491 at server1.Activeworlds.com...
>
>
>
|
May 12, 2003, 2:36pm
Wishing that there was some way to convert a propdump into a whole rwx or
cob file
--
Pineriver Graphics
Pineriver.tk
May 12, 2003, 5:20pm
Well it would be helpful in animating. Like if someone wanted to create a
flash something or other, or an online tour of there build. Instead of piece
by piece putting it together in an editer.
[View Quote]"andras" <andras at andras.net> wrote in message
news:3ebfd875$1 at server1.Activeworlds.com...
> pineriver wrote:
>
or
>
> And you reason for it? ....
> That would create HUGE object which is not good :)
>
> --
> Andras
> "It's MY computer" (tm Steve Gibson)
>
|
Jul 25, 2003, 3:53pm
I am looking for a tool that can scan an area and create a propdump file
with 3d access rotation in it along with textures cit numbers ect.. Has this
tool already been created? This would be helpful for backing of builds and
not having to rerotate objects, and other various tasks
tg_cell_reader can do it but it only scans a cell file.
Thanks
Jul 26, 2003, 1:23am
How do I save the survey from Xelagot to include the 3d access rotation. I
have tried going into project/save project as/propdump but the result dosent
seem to have it
[View Quote]"dlp anne" <anne at dreamlandpark.com> wrote in message
news:3f219798 at server1.Activeworlds.com...
> The Xelagot bot can do this.
>
>
>
> "pineriver" <pineriver at thenett.com> wrote in message
> news:3f216e85 at server1.Activeworlds.com...
> this
and
>
>
|
Jul 26, 2003, 5:47pm
Thanks yall
[View Quote]"dlp anne" <anne at dreamlandpark.com> wrote in message
news:3f225c0e at server1.Activeworlds.com...
> Once you scan the world or area and save it to file it's done already it
> saved everything about each object you scanned over [position, who built
it,
> how its rotated, etc., everything]
> When you are done scanning save it to file, when ever you wish to reload
it
> go to project then merge project
> The xelagot reads all that it scans and it will be their in when you save
> it.
>
>
> "pineriver" <pineriver at thenett.com> wrote in message
> news:3f21f422$1 at server1.Activeworlds.com...
I
> dosent
> file
> Has
builds
>
>
|
Aug 12, 2003, 1:08pm
to have the post stand out?
[View Quote]"calhoun" <coen at charter.net> wrote in message
news:3f389b48 at server1.Activeworlds.com...
> why in god's name did you say "MoViEs"?
> "crazy pills" <chris101d at comcast.net> wrote in message
> news:3f2be4da$1 at server1.Activeworlds.com...
>
>
|
Aug 9, 2003, 1:39pm
Yes that would be nice
[View Quote]"bowen" <Bowen at andras.net> wrote in message
news:3f34a540$1 at server1.Activeworlds.com...
> Basically, in short, he wants the ability to have universal avatars that
> you can build from prefab pieces.
>
> --
> --Bowen--
>
> No of SETI units returned: 69
> Processing time: 57 days, 10 hours.
> (Total hours: 1378)
> www.setiathome.ssl.berkeley.edu
>
|
Aug 18, 2003, 12:59pm
delete.wav is set to 50% lower volume
http://www.solarisdx.net/pineriver/aw/delete_wav.zip
unzip, replace in default\Sounds
[View Quote]"alexthemartian" <alex at virtual-studios.net> wrote in message
news:3f408b6f$1 at server1.Activeworlds.com...
> oh no i catched crazy pills typo disease
>
> "alexthemartian" <alex at virtual-studios.net> wrote in message
> news:3f408b3f at server1.Activeworlds.com...
> loud
>
>
|
Jan 13, 2004, 1:56pm
+ Chat to speech, the program. I use it all the time
Also, you can program a preston to speak the arrivals, departures, and
anything that outputs. """Its scarry"""
Feb 13, 2004, 12:23am
Good idea, would options>settings>advanced tab local path work?
Feb 13, 2004, 12:59am
*Zaps outlook for not posting in right post* sorry guys
[View Quote]"pineriver" <pineriver at vmist.net> wrote in message
news:402c353d at server1.Activeworlds.com...
> Good idea, would options>settings>advanced tab local path work?
>
>
|
|