• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp102
r3wp742
total:844

results window for this page: [start: 201 end: 300]

world-name: r3wp

Group: !AltME ... Discussion about AltME [web-public]
Tomc:
19-Feb-2006
It has been a couple of years but I think I just tarred the whole 
directory tree moved it to a new machine
Carl:
2-Mar-2006
Yes, AltME is all modules. See the mods dir of your install directory.
[unknown: 10]:
21-Mar-2006
Is it a bug? It works under window...but not under linux...clicking 
on "Explore directory" (debian version 1.1.29)  Altme reports me 
->  /bin/bash: line 0: fg: no job control
Kaj:
31-Mar-2006
Sorry if this has been mentioned before. Feature request: make backspace 
in a file sharing window go to the parent directory
Anton:
3-Apr-2006
I think about a year ago we did a successful transplant. I just gave 
someone some chat files, they put it into the correct directory and 
it worked.
Anton:
4-Apr-2006
Finding altme in the registry is also quite simple (if it is there). 
Just run regedit and search for "altme". You quickly find HKEY_CURRENT_USER\Software\SafeWorlds\AltME 
and within that the home directory where altme was installed.
Geomol:
5-Apr-2006
Under MacOSX, it's a little difficult to have AltME window fill the 
whole screen, but I found a solution. By "the whole screen", I actually 
don't mean full-screen, because MacOSX has the screen-bar at top, 
and below that is the window bar with the 3 buttons. In the altme/prefs/ 
directory is a file named "window". In there is found 3 parameters 
offset, size and maxed. To make the AltME window be as large as possible 
on a 1024x768 resolution, I set these 3 parameters to:
offset: 0x44
size: 1024x724
maxed: false
Kaj:
9-Apr-2006
Some unpractical behavior in adding a file. For starters, the file 
selector (in Linux) opens one directory above the directory you're 
in
james_nak:
10-Jul-2006
Ah, fixed it. On old pc the directory was safeworlds on the new it 
was altme and it seemed that Altme on this new computer favored the 
altme folder. I'm just glad it works. : )
Group: RAMBO ... The REBOL bug and enhancement database [web-public]
Anton:
10-Feb-2005
(so all the cgi.r queries would be grouped as files in the cgi.r/ 
directory)
PeterWood:
11-Feb-2005
There is a file rebol.r in the directory where rebol0301.exe
Anton:
15-Feb-2005
The parser doesn't know that VIEW-ROOT is a valid directory name, 
so why should it assume that it's a bad path ?
Anton:
26-Feb-2005
eh? what do you mean ? Oh do you mean you can also see files at the 
bottom of the list ? Yes, that is by design. But the directories 
are the only items that are selectable. It always annoyed me not 
to be able to see all the contents of a directory in other directory 
selectors.
DideC:
16-May-2005
With 1.2.107 (and may be others), when I launch a script from the 
desktop (clicking its icon) the new interpreter open a security request 
to read %rebol.r in the directory where the interpreter is (ie: %/c/rebol/view/).
Something wrong with 'secure setting ?
Brett:
7-Jun-2005
Vincent's description same for me on XP - I'll add that I get a "Problem 
uninstalling..." message when I try to uninstall. The rebol directory 
in docs and settings gets deleted but the registry key remains.
BrianH:
9-Jun-2005
I've written installers before, and you have my email address, so 
feel free. As it is, the new sandbox directory would make it relatively 
easy to make an external multiuser installer that would fake the 
current behavior well enough to fool View. I'll test the View no-install 
behavior to see if it works well enough to prevent View from undoing 
the work of an external installer.
Anton:
27-Jun-2005
file: %/volume/directory/file.r
path: find/match file %/volume/  ;== %directory/file.r
split-path path  ;== [%directory/file.r %file.r]  ; <--- wrong !!
split-path copy path  ;== [%directory/ %file.r]
Volker:
10-Aug-2005
linux-1.3: nameclash: /link wants ~/.rebol as file. /view now wants 
a directory there. I guess we have to rename, ~/rebol.d ?
[unknown: 10]:
10-Aug-2005
Linux 1.3 Beta -> Startup Problems FIXED !! For the OLD rebol there 
is always a .rebol file in the home directory that is why rebol report 
the problem above.

You can test if the install works by executing ./rebview --reinstall 
after moving the ~/.rebol file. desktop is now starting!
Anton:
13-Jan-2006
When I copied it within the same, original directory, it still could 
not be opened.
Anton:
23-Jan-2006
You're welcome :)

So I keep my user.r small, and if by chance it should ever be overwritten 
by a new installation of rebol in the same directory, then I haven't 
lost too much.
Anton:
13-Jun-2006
The request-download bug above I think is caused because file is 
actually a directory. So, the port type is 'directory and so the 
insert fails.
Anton:
13-Jun-2006
If the directory doesn't exist in the cache, it creates it, then 
throws an error. If you try again, the directory already exists and 
there is no error, but of course still nothing is downloaded.
BrianH:
17-Oct-2006
Anton, error #4124 is not a filesystem problem. I replicated it here, 
on NTFS, in a directory that I have permission to do anything. NTFS 
supports changing the modification date of directories - I have an 
Explorer shell extension that does just that, as well as a command 
line touch utility. REBOL can change that attribute on files, but 
not directories. REBOL is probably hust using the wrong API.
Maxim:
14-Nov-2006
a version which doesn't even ask, does not store any registry to 
remember anything and which actually looks in the directory from 
which rebol.exe is launched to find any config files... without actually 
creating them itself...
Group: Core ... Discuss core issues [web-public]
Louis:
22-Feb-2005
But I guess each directory might need a different user.r.
Anton:
22-Feb-2005
Louis, I think: 

system/options/path  is the current directory of the shell environment 
where rebol was started from.

system/options/home  is the rebol starting directory, where it looks 
for user.r etc. In WinXP this value is taken from the registry at 
HKCU\Software\Rebol\View\HOME, but only for full release versions 
(like Rebol/View 1.2.1.3.1). I imagine there is a HOME environment 
var set in *nix.
Anton:
3-Mar-2005
As far as I know, do only looks in the current directory (as returned 
by WHAT-DIR) for relative files.
Graham:
22-Mar-2005
I am writing this file/directory replication tool, and I want to 
preserve the dates on the newly created directories
Volker:
23-Mar-2005
http://vbnet.mvps.org/index.html?code/fileapi/folderdatetime.htm
for visual basic, googled "windows change directory date api"
Brock:
15-Apr-2005
Is this a bug?

1)  I read a directory on our ftp server and return a set of files 
of which  02 EN AR final.pdf is one of them

2)  I then copy a URL address that returns a 404 indicating it couldn't 
find the file in question ie.  http://www.cpcpension.com/files/2002EN AR final.pdf

3)  I do a  split-paths to-url on the contents of the clipboard:// 
that contains item in step 2)

4)  I compare the file names for equality either using "=" or equal? 
and both return false
5)  I check the type of each file, they are both 'file' types

6)  I check the length of each file, the one from step 1) returns 
20, step 2) returns 26


So, somewhere it is changing the   representation of a space into 
the actual string " ".
Any ideas?
6)
Geomol:
16-Aug-2005
I put REBOL versions of many often used UNIX commands in a "unix.r" 
script, that I put in my rebol/view directory, so I can easily get 
to them, when I have to use the REBOL prompt. Just an idea for others.
Geomol:
23-Aug-2005
How do you include "include.r" in your projects? Something like putting 
it in the home directory and type:
do join system/options/home %include.r
BrianH:
24-Aug-2005
Geomol, that way of locating user.r on Windows is really for the 
best. Windows is a multiuser OS after all, and the APPDATA directory 
on Windows is used roughly the same as the home directory on Linux. 
Global settings can be loaded from rebol.r in the same directory 
as the View executable.
Group: Make-doc ... moving forward [web-public]
shadwolf:
28-Jan-2005
graham yes the help is not included into MDPGUI it's included into 
the MakedocPro.r directory (makedocpro.txt) so normally I use the 
MDP.r directory path to find the help file
Group: MySQL ... [web-public]
Oldes:
17-Apr-2009
I think there is no limit on number of tables. A database in MySQL 
is implemented as a directory containing files that correspond to 
tables in the database.
Group: Linux ... [web-public] group for linux REBOL users
Graham:
16-Dec-2006
the Linux file requester needs some arrow widgets on the scroller. 
 It's very difficult to navigate a directory with lots of files.
Ingo:
4-Mar-2007
Hi Phil,


*nix doesn't use drive-letters, so _all_ drives show up somewhere 
under the root as directories. _Where_ they show up is up to you 
;-)

Drives are "named" /dev/hda1 (first paritiion on first disk), /dev/hdb3 
(third partitiion on second drive), etc ...

There's a file, which describes the mapping, where your drives are 
put, in Rebol

print read %/etc/fstab


the first two columns show where ich drive is put in the directory 
tree (and then some more info)

or you can do 

call "mount"

which displays the currently mounted drives.
Pekr:
5-Apr-2007
I get following error message with my old Fedora Core install. I 
can't run SDK (dated 2.8.2006) rebols, it throws following error 
to the console:


/usr/local/rebol-sdk-cmd/bin/rebcmd: error while loading shared libraries: 
libstdc++-libc6.2-2.so.3: cannot open shared object file: No such 
file or directory
btiffin:
13-Apr-2007
I cheyenne is hacked (or exposes a directory...) hackers own you.
TimW:
2-Jul-2007
I hae altme in a directory in my user home directory /home/user/altme 
and if I click on it there it puts all files in that altme directory 
which is what I want, but if I try to link to /home/user/altme/altme 
or start it from the command line it always tries to install again 
and put the files in my user directory /home/user.  Does anyone know 
how to symlink it so it opens in the sub directory?
Kaj:
30-Jul-2007
When you do a new installation, it's good to put your /home directory 
on a different partition. That way, you can backup just your data, 
or wipe the root partition and re-install the system withoug loosing 
your data and settings
Carlos:
2-Aug-2007
I have put my index.rhtml at the same directory of the others html 
pages i.e. /var/www
PeterWood:
2-Aug-2007
I can run Magic! under Apache 1.5 on my machine; I don't have Apache 
2 installed.


I have magic.cgi installed in the cgi-bin directory (equivalent of 
your cgi-script) and access the .rhtml pages from another directory. 
This is my setup:

In the httpd.conf file:

AddHandler magic .rhtml          
    Action magic /cgi-bin/magic.cgi

in the URL/cgi-bin folder 
 magci.cgi

in the URL/magic folder
 test.rhtml

page accessed via http://URL/Magic/test.rhtml

Hope this helps
DanielSz:
13-Sep-2007
To help do the transition, I wrote a rebol script that converts a 
native The Bat! mail database to a directory tree structure mirroring 
the contents in the open Berkeley format,  mbox, as found in the 
Unix world.
Anton:
27-Mar-2008
I'm trying to fix my recursive file searcher. My wine installation 
creates some symlinks which point up to a parent directory, creating 
an infinite loop.
Gabriele:
31-Mar-2008
yes, in most operating system you can unlink a file while it's being 
used. the file will disappear from the directory structure but will 
still be taking space on disk as long as it's being used. as soon 
as all the references to it go away, the disk space is freed.
Group: Web ... Everything web development related [web-public]
Volker:
27-Apr-2005
try [probe secure query]. you can only access the rebol cache-directory 
IIRC. but net is not restricted.
Group: SDK ... [web-public]
[unknown: 5]:
24-Mar-2006
Just curious if the sdk package located at http://www.rebol.net/builds/sdk/
requires a newer license.key file?  I already own SDK but this one 
seems to tell me to put my license file in the correct directory 
when I try to run it and I have dropped into every directory I can 
think of.
Bo:
24-Mar-2006
You just need to put it in the directory where the executable is 
located (at least that's what I did).
AndrewL:
19-Jun-2006
When I #include http:///www.an.example.com/directory/script.rit 
gives an error that it can't find script.r even if I've appended 
the url directory to the include path ... maybe I'm assuming something 
somewhere
BrianH:
27-Jun-2006
Much of the description of NTFS streams and their limitations, as 
expressed by Robert Muench in your link, refer to limitations in 
non-stream-aware code. Windows has APIs that handle streams quite 
nicely AFAIK, including retrieving the names of the streams and deleting 
them if you want to do so without deleting the file or directory 
they are attached to.
Pekr:
1-Aug-2006
What does this mean, please? I just tried to upgrade to latest SDK, 
as I use Command on my Linux Fedora Core 1, and older Rebol does 
not know 'unless (which is used in sqlite.r driver). But I got following 
error:


./rebcmd: error while loading shared libraries: libstdc++-libc6.2-2.so.3: 
cannot open shared object file: No such file or directory
Group: !RebGUI ... A lightweight alternative to VID [web-public]
Anton:
27-May-2005
I've been checking out RebGUI.  A number of very good design decisions 
were made.  I've ported my pair-edit style to be rebgui widget.
http://www.lexicon.net/antonr/rebol/rebgui/demo-pair-edit.r
(It needs editing to locate your rebgui directory.)
Anton:
10-Jun-2005
(you will need to modify demo-slider.r to point to your rebgui installation 
directory)
Graham:
12-Jun-2005
when you install, you have an option to set the temporary file directory
Graham:
12-Jun-2005
that directory you refer to "C:\documents ... blah " is the rebol 
temp directory
Pekr:
12-Jun-2005
... but we want .zip, right? Many product do support that - e.g. 
skin-packs for WinAmp do. And Windows can treat .zips as a directory 
natively, as well as Total Commander etc. Our users do not know they 
even use .zip archiver - they simply go into "directory". Compress/decompress 
is much LESS usefull.
Graham:
12-Jun-2005
or the script looks to see if rebgui is in the local directory ?
Ashley:
14-Jun-2005
If you don't need / want it then just delete the dictionary directory 
... if it can't find it then it won't be loaded. Spell-check is important 
for report generation front-ends (or at least that's where I'm using 
it).
shadwolf:
15-Jun-2005
the images directory is missing ...
Group: !Uniserve ... Creating Uniserve processes [web-public]
Graham:
5-Mar-2005
create a directory called "mail" and each subdirectory holds a "mailbox" 
for the incoming mail.  If a mailbox does not exist, it gets routed 
to mailbox "misc".
Graham:
5-Mar-2005
put this corrected file into your services directory as smtpd.r
Graham:
5-Mar-2005
I have mine running as a test on 192.168.1.202

from another pc, or from local host  ... set-net [ [gchiu-:-nowhere-:-com] 
192.168.1.202 ]

send [gchiu-:-compkarori-:-co-:-nz] "testing ..."


and the email is stored in the mail/gchiu directory appended to mail.txt
Graham:
9-Mar-2005
it looks for files in the services directory .. need to change that 
as well I guess
JaimeVargas:
9-Mar-2005
Last I checked uniserve uses a directory structure to handle stuff. 
So I wonder if the encaped app needs to replicate this structure.
Group: Hardware ... Computer Hardware Issues [web-public]
Pekr:
3-Aug-2007
I have ordered my guys to prepare new notebook for me. Recently I 
have Core Duo Dell, but one month after purchase keyboard broke and 
now USB ports don't work well. Vista today ruined my whole REBOL 
USB pen directory, damned. It finds my usb pen on some ports every 
30 secs. What is more, I have 7200rpm drive, battery lasts only some 
two hours. Now I will have well, Dell once again, this time with 
slower HD but 2 GB RAM. I was at VMWare presentation for our datacenter 
just yesterday and I really liked it, so I am putting it on my notebook 
too ...
Group: Rebol School ... Rebol School [web-public]
BrianH:
28-Mar-2008
Try this:  write/binary ftp://user:[pass-:-ftp-:-site-:-com]/file.txt read/binary 
%file.txt
Yoiu were trying to write to a directory, not a file.
Vladimir:
30-Oct-2008
Trace/net  did gave more info:

Its not my new internet provider... :)  its our old router used in 
a new way... :)
This is the message I get...
Username... pass.... OK.... and then:
Net-log: "Opening listen port 2655"
Net-log: [["PORT" port/locals/active-check] "200"]
Net-log: "200 PORT command successful"
Net-log: [["CWD" port/path] ["25" "200"]]
Net-log: "250 OK. Current directory is /apl"
Net-log: "Type: new"
Net-log: ["TYPE I" "200"]
Net-log: "200 TYPE is now 8-bit binary"
Net-log: [["STOR" port/target] ["150" "125"]]
Net-log: "Closing cmd port 2652 21"
Net-log: "Closing listen port 2655"
** Access Error: Network timeout
** Where: confirm
** Near: to-port: open/binary/new/direct server/:file
Vladimir:
30-Oct-2008
to-port: open/binary/new/direct server/:file

URL Parse: visaprom.com password ftp.visaprom.com none apl/ ik104.zip
Net-log: ["Opening" "tcp" "for" "FTP"]
Net-log: [none ["220" "230"]]

Net-log: {220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------}
Net-log: "220-You are user number 188 of 400 allowed."
Net-log: "220-Local time is now 11:33. Server port: 21."
Net-log: "220-This is a private system - No anonymous login"
Net-log: {220-IPv6 connections are also welcome on this server.}

Net-log: {220 You will be disconnected after 15 minutes of inactivity.}
Net-log: [["USER" port/user] "331"]
Net-log: "331 User visaprom.com OK. Password required"
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-User visaprom.com has group access to:  www     }
Net-log: "230 OK. Current restricted directory is /"
Net-log: ["SYST" "*"]
Net-log: "215 UNIX Type: L8"
Net-log: ["PWD" "25"]
Net-log: {257 "/" is your current location}
Net-log: ["PASV" "227"]
Net-log: "227 Entering Passive Mode (194,9,94,127,216,138)"
Net-log: [["CWD" port/path] ["25" "200"]]
Vladimir:
30-Oct-2008
path is simply  one directory name....
Pekr:
30-Oct-2008
here's list from my system:

connecting to: www.jablunkovsko.cz
Net-log: [none ["220" "230"]]
Net-log: "220 (vsFTPd 1.2.1)"
Net-log: [["USER" port/user] "331"]
Net-log: "331 Please specify the password."
Net-log: [["PASS" port/pass] "230"]
Net-log: "230 Login successful."
Net-log: ["SYST" "*"]
Net-log: "215 UNIX Type: L8"
Net-log: ["PWD" "25"]
Net-log: {257 "/"}
Net-log: "Opening listen port 50061"
Net-log: [["PORT" port/locals/active-check] "200"]
Net-log: "200 PORT command successful. Consider using PASV."
Net-log: "Type: dir"
Net-log: ["TYPE A" "200"]
Net-log: "200 Switching to ASCII mode."
Net-log: ["LIST" ["150" "125"]]
Net-log: "150 Here comes the directory listing."
Net-log: "Closing listen port 50061"
Net-log: "Closing data port 193.85.151.2 50061 20"
Net-log: [none ["226" "250"]]
Net-log: "226 Directory send OK."
Net-log: "Caching cmd-port www.jablunkovsko.cz 50060 21"
Vladimir:
30-Oct-2008
print read ftp://visaprom.com:[pass-:-ftp-:-visaprom-:-com]
URL Parse: visaprom.com 8ofhjo99 ftp.visaprom.com none none none
Net-log: ["Opening" "tcp" "for" "FTP"]
Net-log: [none ["220" "230"]]

Net-log: {220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------}
Net-log: "220-You are user number 210 of 400 allowed."
Net-log: "220-Local time is now 11:43. Server port: 21."
Net-log: "220-This is a private system - No anonymous login"
Net-log: {220-IPv6 connections are also welcome on this server.}

Net-log: {220 You will be disconnected after 15 minutes of inactivity.}
Net-log: [["USER" port/user] "331"]
Net-log: "331 User visaprom.com OK. Password required"
Net-log: [["PASS" port/pass] "230"]
Net-log: {230-User visaprom.com has group access to:  www     }
Net-log: "230 OK. Current restricted directory is /"
Net-log: ["SYST" "*"]
Net-log: "215 UNIX Type: L8"
Net-log: ["PWD" "25"]
Net-log: {257 "/" is your current location}
Net-log: ["PASV" "227"]
Net-log: "227 Entering Passive Mode (194,9,94,127,232,3)"
Net-log: "Type: dir"
Net-log: ["TYPE A" "200"]
Net-log: "Closing cmd port 3783 21"
** Access Error: Network timeout
** Where: confirm
** Near: print read ftp://visaprom.com:[8ofhjo99-:-ftp-:-visaprom-:-com]
Vladimir:
4-Nov-2008
here is something new....
I tried few things from windows command line.
here are two scripts and two logs:
1. script
binary
cd apl
put c:\slanje\zip\ik104test.zip
quit

1.log
......
230-User visaprom.com has group access to:  www
230 OK. Current restricted directory is /
ftp> binary
200 TYPE is now 8-bit binary
ftp> cd apl
250 OK. Current directory is /apl
ftp> put c:\slanje\zip\ik104test.zip
200 PORT command successful

425 Could not open data connection to port 35370: Operation timed 
out
ftp> quit
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.
Vladimir:
4-Nov-2008
2.script
LITERAL PASV
cd apl
put c:\slanje\zip\ik104test.zip
quit

2.log
.....
230-User visaprom.com has group access to:  www
230 OK. Current restricted directory is /
ftp> LITERAL PASV
227 Entering Passive Mode (194,9,94,127,234,131)
ftp> cd apl
Connection closed by remote host.
ftp> put c:\slanje\zip\ik104test.zip
Not connected.
ftp> quit
Vladimir:
5-Nov-2008
Here is log from rebol ftp upload:


No.     Time        Source                Destination           Protocol 
Info

     67 3.356898    192.168.2.108         194.9.94.127          TCP   
        spiral-admin > ftp [SYN] Seq=0 Win=16384 Len=0 MSS=1460

     79 3.982028    194.9.94.127          192.168.2.108         TCP   
        ftp > spiral-admin [SYN, ACK] Seq=0 Ack=1 Win=16384 Len=0 MSS=1100

     80 3.982082    192.168.2.108         194.9.94.127          TCP   
        spiral-admin > ftp [ACK] Seq=1 Ack=1 Win=16500 Len=0

     90 4.056926    194.9.94.127          192.168.2.108         FTP   
        Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

     92 4.057544    192.168.2.108         194.9.94.127          FTP   
        Request: USER visaprom.com

    102 4.129540    194.9.94.127          192.168.2.108         FTP  
        Response: 331 User visaprom.com OK. Password required

    103 4.129689    192.168.2.108         194.9.94.127          FTP  
        Request: PASS Du4m1t0R

    106 4.241608    194.9.94.127          192.168.2.108         FTP  
        Response: 230-User visaprom.com has group access to:  www    
     

    107 4.241781    192.168.2.108         194.9.94.127          FTP  
        Request: SYST

    118 4.305921    194.9.94.127          192.168.2.108         FTP  
        Response: 215 UNIX Type: L8

    119 4.306117    192.168.2.108         194.9.94.127          FTP  
        Request: PWD

    134 4.367656    194.9.94.127          192.168.2.108         FTP  
        Response: 257 "/" is your current location

    136 4.370939    192.168.2.108         194.9.94.127          FTP  
        Request: PORT 192,168,2,108,13,111

    143 4.435976    194.9.94.127          192.168.2.108         FTP  
        Response: 200 PORT command successful

    144 4.468135    192.168.2.108         194.9.94.127          FTP  
        Request: CWD apl/

    194 5.499179    192.168.2.108         194.9.94.127          FTP  
        [TCP Retransmission] Request: CWD apl/

    198 5.565745    194.9.94.127          192.168.2.108         FTP  
        Response: 250 OK. Current directory is /apl

    199 5.565955    192.168.2.108         194.9.94.127          FTP  
        Request: TYPE I

    275 7.640872    194.9.94.127          192.168.2.108         FTP  
        Response: 200 TYPE is now 8-bit binary

    276 7.641186    192.168.2.108         194.9.94.127          FTP  
        Request: STOR ik104test.zip

    290 7.903130    194.9.94.127          192.168.2.108         TCP  
        ftp > spiral-admin [ACK] Seq=613 Ack=111 Win=16500 Len=0

   1279 37.655879   192.168.2.108         194.9.94.127          TCP 
        spiral-admin > ftp [FIN, ACK] Seq=111 Ack=613 Win=15888 Len=0
Group: rebcode ... Rebcode discussion [web-public]
Pekr:
14-Oct-2005
Do you think anything like following would be possible? (simply trying 
to get some real-life example usability of rebcode, e.g rewriting 
some mezzanines). Some time ago, we've got 'remove-each. But initially 
there was not any such function available ... so I wanted to filter 
directory listing - it was rather slow in rebol, untill remove-each 
appeared. I would like to teas rebol level vs native vs rebcode. 
Could such functionality be achieved in rebcode? I mean - take a 
block, traverse it, remove each element where last char is #"/"?
Group: Windows/COM Support ... [web-public]
Robert:
30-Oct-2008
How can I set the current directory as the active one when I create 
an XLS object with COMLib? At the moment I need to provide fully-qualified-filenames 
to open a file.
Anton:
30-Oct-2008
If so, there was a problem that really bugged me, which I couldn't 
find a good way to avoid. That is, the current directory would be 
where the com2rebol.dll was (or something like that). So you can 
see the demos have to reference files relative to the parent directory.
Robert:
13-Jul-2009
I was changing a file in an other directory not the one the base 
script was in...
Group: SQLite ... C library embeddable DB [web-public].
Pekr:
1-Aug-2006
I have one suggestion. Trying to use sqlite for cgi, I have following 
dir structure:

\app
app.cgi

\app\system (sqlite.r, sqlite.dll, other app related "system" files)
\app\data (*.db)


I don't like sqlite driver putting .log file into caller directory 
= main app directory. Not sure where it belongs, if in \system, \data, 
or simply \log subdir, but the driver has no ability to set the path 
...
Henrik:
9-Nov-2006
as long as you use wget in the same location as where you put your 
downloaded files temporarily, you don't need to set the environment 
variables.

Then it's just in a DOS prompt:

wget -r -l <depth> <some site>

And it will download the site to <some site>/ directory
Pekr:
2-Dec-2007
you can, by creating some code to do so, not by simply looking into 
the directory and using default OS facilities.
Louis:
8-Sep-2008
rebview cl-sqlite.r


Any idea why I'm getting this (using Ubuntu and Ashley's sqlite.r): 
Script Error: Library error: libsqlite3.so: cannot open shared object 
file: No such file or directory
** Near: *lib: load/library switch/default fourth system/version
>>
Janko:
17-Mar-2009
when I installed sqlite with apt-get install sqlite3 I got 2 files 
into /usr/lib/ directory   ./usr/lib/libsqlite3.so.0.8.6  and   ./usr/lib/libsqlite3.so.0 
... if I run rebol it doesn't find sqlite so I copied one of them 
(I tried with both, they are of same size btw) to directory where 
rebol / rebpro and sqlite.r is and renamed it to    libsqlite3.so 
  and then it seems to find it ... now this is just common sense 
as I am not that experienced with this on linux
Janko:
17-Mar-2009
ah... I looked at history of this chat and saw that there is debian 
package libsqlite3-dev ... I installed this and now I have libsqlite3.so 
.. it seems rebpro finds it without copying it to local directory 
now but it still gibes the same " Cannot open sqlite3_prepare_v2" 
error
Group: Plugin-2 ... Browser Plugins [web-public]
BrianH:
16-May-2006
Here's a suggestion for a SECURE enhancement: Add a new category, 
sandbox, that would refer to the sandbox directory, whereever that 
is. You could set ask permission for anonymous scripts, allow for 
signed (if specified in the header).
JoshM:
15-Jun-2006
Note: After some research, Pekr and I discovered that you can place 
a user.r file in the "sandbox" directory (system/options/home) with 
your proxy settings to get around the limitations of set-net-info.
Pekr:
15-Jun-2006
btw - what do you mean by "should not get a persistent sandbox at 
all" - do you mean it should not be allowed to write to temp at ll, 
just use memory? Or just by anonymous you mean randomly generated 
"anonymous" directory somewhere in Temp directory?
Pekr:
19-Jun-2006
Volker - yes, becase I could also see typical attitude - first Josh 
stating we should contact Carl, as get-net-info is rebol part. Then 
he said they are looking at it .... and later on that we could actually 
submit such code .... then I prefer at least RT fixing incorrect 
IE (control panel) setting (they refer to incorrect registry path 
imo), because - I can then use control panel setting to get it working, 
and not instlling user.r somewhere at rudiculous cache directory 
...
Gordon:
9-Jul-2006
I've installed the Rebol plugin (hand installed by copying the *.dll 
files to the rebol directory) for Firefox and it is listed in the 
"about:plugis" page and shows that it is enabled but I'm still not 
showing a red-blue image on the .../web-plugin-install.html page. 
  I've restarted the computer (W2K-SP4).  Any suggestions?  Do I 
need to install an ActiveX plugin for Firefox as well?
Janeks:
28-Sep-2006
I reinstall plugin but it is the same - here some more explanation:

I can not to get to run the new version of script in rebol plugin 
- always getting old version, despite I changed version values in 
both files (web page and script)

Yestrday I solved it so that I saved script with new name - than 
it worked - I could by changing version values run new version of 
script in plugin.
But today with the same file can not.

I have web page for plugin:
>>>>>>snip<<<<<<<<<<<<<
<html>
  <head>

  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-10">
    <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="PRIVATE">
  </head>
  <body bgcolor="#FFFFFF">

<OBJECT
ID="RPluginIE"
CLASSID="CLSID:9DDFB297-9ED8-421d-B2AC-372A0F36E6C5"

CODEBASE="http://www.rebol.com/plugin/rebolb7.cab#Version=1,0,0,0"
WIDTH="240"
HEIGHT="85"
BORDER="1"
ALT="REBOL/Plugin"></center>
<PARAM NAME="LaunchURL" value="rmapsconsole03.r">
<PARAM NAME="Version" VALUE="1.5.0">
</OBJECT>
  </body>
</html>
>>>>>>>>>>>>>>snap<<<<<<<<<<<<<<<<

and script in the same directory

>>>>>>>>>>>>>>snip<<<<<<<<<<<<<<<
REBOL [
	Title: "Rebol Web Kartes"
	Version: 1.5.0
	Author: "Janeks Kamerovskis"
]

mapsize: 400x300
imgType: "JPEG"

mainWin: layout [
	t1: text "AAA"
	button 200x20 "Atvçrt" [
		do smoething
	]
	do [
		t1/text: "Text changed"
		show t1
	]
]

view mainWin
>>>>>>>>>>>>>>snap<<<<<<<<<<<<<<
Maxim:
9-Mar-2007
so they give out the good solution for the wrong market  and such 
details get placed low, when in reality, they are primordial... just 
like the interactive DOS sessions, and stupid current directory issue 
under DOS, which renders Encap virtually useless in many conditions.
Group: !Cheyenne ... Discussions about the Cheyenne Web Server [web-public]
MikeL:
2-Jun-2007
; To add a new virtual host just duplicate and fill the following
; example host :
;
; my.vhost.com [
;	root-dir %/www/			; documents root directory
;	default [...]			; default files
; ]
Graham:
2-Jun-2007
http://www.vmware.com/vmtn/appliances/directory/827
MikeL:
9-Jun-2007
It works for me but you might want to try using the rebol format 
on the directory name %/c/rebserver/cheyenne/www/
Pekr:
5-Jul-2007
modules [
;	userdir
	internal
	static
	action
	fastcgi
	rsp
	ssi
	alias
;	embed
]

globals [
	bind SSI to [.shtml .shtm]
	bind fastcgi to [.php .php3 .php4]
	
	bind-extern CGI to [.cgi .r]
	bind-extern RSP to [.j .rsp]
	
;	user  nobody
;	group nobody

]

default [
	root-dir  %/c/!Docs-private/Xidys/cheyenne-r0914/Cheyenne/www/
	
	default [%index.html %index.rsp %index.php]
	
	on-status-code [
		404	  "/custom404.html"
	]
	
	webapp [
		virtual-root "/testapp"
		root-dir %www/testapp/
		auth "/testapp/login.rsp"
		debug
	]
	
;	"/" [
;		redirect http://softinnov.org
;	]
	
;	extern fastcgi [
;		command	 "php -b $port"
;		pool 	 min 1 max 4
;		server	 127.0.0.1 ; port 1234
;		root-dir "/home/dk/fcgi/"
;	]
] 

;rebol.si.org [
;	root-dir %//dev/si-org/old/
;	default %main.html
;	
;	redirect 301 "/mysql*" "http://si.org/rebol/mysql.shtml"
;	redirect 301 "/rebox*" "http://si.org/rebol/rebox.shtml"
;	redirect 301 "/"	   "http://si.org"
;]

; ###
; To add a new virtual host just duplicate and fill the following
; example host :
;
; my.vhost.com [
;	root-dir %/www/			; documents root directory
;	default [...]			; default files
; ]	
; ###
Pekr:
5-Jul-2007
you have my httpd.cfg above - does it seem to be configured properly? 
my php is coming from .zip, I copied it to c:\php, went to this directory, 
typed php-cgi -b 999 (enter)
Group: !CureCode ... web-based bugtracking tool [web-public]
BrianH:
9-Feb-2009
1) No, I don't set system restore points, I've had to spend way too 
much time fixing people's systems from the damage done by system 
restore. Using system restore causes more damage than most viruses.

2) Chromium doesn't upgrade, nor does it make system changes outside 
of its own directory. Chrome upgrades, but still sticks to its own 
directory, not even the registry. To "upgrade" Chromium you delete 
the old application files and rerun the installer.
BrianH:
9-Feb-2009
Both Chrome and Chromium installers put their application files in 
a directory next to the user data directory under the user's local 
settings directory. Non-admin install, no registry access except 
for setting the file associations if you like.
201 / 84412[3] 456789