r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[All] except covered in other channels

Alberto
15-Feb-2005
[1137]
Perhaps is not the same thing!. To execute a  cgi "exe" file, IIS 
don't need to know where is an interpreter like rebpro.exe or perl.exe
Guest
15-Feb-2005
[1138x2]
just downloaded a small php-script. this one is running.
are there more flagg beside the -cs ?
Alberto
15-Feb-2005
[1140]
type USAGE on the rebol console
Guest
15-Feb-2005
[1141x3]
t= not provided
sorry, I mean under rebpro.exe (sdk) usage is not provided. made 
it with core and can see it. thanks will try these last combinations. 
thanks again
install rebol for IIS6: set this path ->  C:\Rebol\rebpro.exe "-cs" 
%s  in  application configuration panel. the extension can be .r 
or .cgi. it is not nessesary to set the extension additional in the 
webserver extension module. ps: double %s %s don't work.  thanks 
for the help to alberto and graham and ammon.
Allen
15-Feb-2005
[1144]
%s %s does work. it's how mine is set up. Preferable to not use .r 
extension on IIS, otherwise it gets confused when when you just have 
a script for someone to download.
Guest
15-Feb-2005
[1145]
are you using IIS6 ?
Allen
15-Feb-2005
[1146x3]
yes. have installed on everything from iis3 - 6 over the years
just going to verifty current settings.brb
do you have norton virus checker? I've had issues with the script-block 
feature blocking some com object execution on server.
Guest
15-Feb-2005
[1149]
yes, but the problem is now solved allen, the path I mentioned above 
is running fine now. (after 7 hour's of trying) ;-)))
Ammon
15-Feb-2005
[1150]
Don't you love IIS? :-)
Guest
15-Feb-2005
[1151]
I like the admin-gui but on my developer machine I always use apache.
Allen
15-Feb-2005
[1152]
ok. great. At least on IIS you don't have to worry about adding the 
!path in each script. but I'd rather be on apache.
Ammon
15-Feb-2005
[1153]
Apache is much nicer to play with. ;-)
Guest
15-Feb-2005
[1154x2]
as soon I collected enough rebol knowledge I jump (lightling fast) 
to linux :-))
waiting for some more lazy rebol tools, for a lazy developer...
Guest
16-Feb-2005
[1156]
plis source proces viewer for windows
Gregg
16-Feb-2005
[1157]
Paul Tretter might have started on one, but I don't know for sure 
of any that exist.
Guest
17-Feb-2005
[1158x3]
pliss help
start : {rebol [ ] port:  open tcp://:80  conn: port/1  data: "" 
conn: port/1 tmp:  read-io conn data run tmp}
coplile start.r  to start.exe
[unknown: 9]
17-Feb-2005
[1161]
Guest, please log in under "Account"
Micha
17-Feb-2005
[1162x2]
start : {rebol [ ] port:  open tcp://:80  conn: port/1  data: "" 
conn: port/1 tmp:  read-io conn data run tmp}
coplile start.r  to start.exe
Sunanda
17-Feb-2005
[1164]
No compiler available, Micha.  You can encap your scripts  -- see 
the REBOL.com website for details.
Tomc
17-Feb-2005
[1165]
didn't someone .. Gregg maybe have a sanctioned  encapping service
Ammon
17-Feb-2005
[1166]
If you set up your encapping service right then it falls within the 
limitations of the encap license.  I planned on setting up a service 
but never did.  I did talk to RT about it and they didn't have a 
problem with the structure that I was setting up.
Tomc
17-Feb-2005
[1167]
well micha may be your test subject
Ammon
17-Feb-2005
[1168x2]
Yes, you may
Wrong chat window...
Tomc
17-Feb-2005
[1170x2]
it would be better for someone with commertial asperations
and time
Ammon
17-Feb-2005
[1172x2]
Agreed.
I may yet set up an automated service for it...
Micha
17-Feb-2005
[1174]
plis help !! Authorization required, configure your mail client
Ammon
17-Feb-2005
[1175x2]
Micha, your not giving us enough information for us to really help 
you.
What are you trying to do?  What is giving you the error message? 
 It doesn't look like a REBOL problem...
Micha
17-Feb-2005
[1177x2]
scheme: 'SMTP
plis sample client email form configure smtp user and pass
Ammon
17-Feb-2005
[1179]
What sample email form are you trying to run?
eFishAnt
17-Feb-2005
[1180]
a good friend asked me to post this.   I have a nasty attack on my 
laptop.  esearch has taken over my homepage.  PC Cillin is going 
nuts...keeps flagging bad files but doesn't seem to be able to eliminate 
the source of the files.  Can you see if anyone in the rebol community 
has a solution to this?
Ammon
17-Feb-2005
[1181x3]
They may be able to get rid of it by booting to safe mode and running 
Mcafee's Housecall service ( housecall.mcafee.com )
What I generaly do to get rid of viruses when AV fails is open Task 
Manager and just start googling for the process names.  If you can't 
find any information on the process then it is most likely something 
you don't want.  Dropping any Windows process into google will pull 
up a number of result pages that identify it as a windows process.
Once you have located the suspicious processes then you remove them 
from the startup sequence.  You can do this via the msconfig utility 
if it is installed or via regedit.  In regedit go to HKLM/software/microsoft/windows/currentversion/run 
and remove anything that you don't want running.  You may see a number 
of utilities there such as AV software...
Micha
17-Feb-2005
[1184x3]
vt-emailer error
scheme: 'SMTP
    host: "smtp.poczta.onet.pl"
    user: "[atlantyda10-:-op-:-pl]" 
    pass: "qwerty1"
plis help