Search found 13 matches
Aprelium Forum Index
Author Message
  Topic: BASIC CGI Scripting for Abyss???
mdoigny

Replies: 2
Views: 17672

PostForum: Powered by Abyss   Posted: Sun Nov 27, 2011 12:10 pm   Subject: BASIC CGI Scripting for Abyss???
My site uses Powerbasic.
Forms processing, form2email, dynamic content,...
http://server.idemdito.org/
  Topic: Abyss on a nettop
mdoigny

Replies: 0
Views: 13617

PostForum: Powered by Abyss   Posted: Sun Nov 27, 2011 12:08 pm   Subject: Abyss on a nettop
Less is more
You don't need a "server" for your website.
Acer nettop @1.66GHz, 2GB memory and SSD
http://idemdito.org/server.htm
  Topic: No HTTP error code (404)
mdoigny

Replies: 0
Views: 8303

PostForum: General Questions   Posted: Sun Jun 20, 2010 8:22 am   Subject: No HTTP error code (404)
Most browsers show an alternate error page when the server send a 404 code back (page not found). This can be caused by a google toolbar or any other add-on.

I wrote a very elaborate error page and ...
  Topic: form post limit of 1024 bytes?
mdoigny

Replies: 1
Views: 19025

PostForum: FastCGI/CGI   Posted: Fri Mar 27, 2009 5:47 pm   Subject: form post limit of 1024 bytes?
Had the same problem. This is my workaound:
%STD_INPUT_HANDLE = -10&
TYPE OVERLAPPED
Internal AS DWORD
InternalHigh AS DWORD
offset AS DWORD
OffsetHigh AS DWORD
hEvent AS DWORD
...
  Topic: How Do You Make Your Designs?
mdoigny

Replies: 40
Views: 108788

PostForum: Web Design   Posted: Mon Jul 14, 2008 5:23 pm   Subject: How Do You Make Your Designs?
Real programmers use
http://users.telenet.be/verfaillie/logo/notepad-ani.gif
Fully configurable, create your own shortcuts,... Can't code without it!
  Topic: Remove ".exe" in url
mdoigny

Replies: 2
Views: 17479

PostForum: URL Rewriting   Posted: Fri Jul 11, 2008 4:57 pm   Subject: Remove ".exe" in url
without extension, how your server going to handle MIME Type?


HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: ...


I use NPH (non parsed headers) as response.
But some user ...
  Topic: Server Access Issues
mdoigny

Replies: 5
Views: 12122

PostForum: General Questions   Posted: Wed Jul 09, 2008 5:25 pm   Subject: Server Access Issues
Use the local address of the server instead of his public address.

If you use extensively domain names (full url instead of relative urls) you can edit your hosts file (no extension) in the client ...
  Topic: Remove ".exe" in url
mdoigny

Replies: 2
Views: 17479

PostForum: URL Rewriting   Posted: Mon Jul 07, 2008 7:40 pm   Subject: Remove ".exe" in url
Is it possible to remove the ".exe" in calls to executables?

For instance the executable is /cgi/test.exe and it should be called with
http://xxx.yyy/cgi/test or http://xxx.yyy/cgi/test. ...
  Topic: Setting up a static ip?
mdoigny

Replies: 4
Views: 11018

PostForum: General Questions   Posted: Sat Jun 21, 2008 1:57 pm   Subject: Setting up a static ip?
Alternative method see below
----------------------------------

Step 1
Do you have a static IP?
If no, get one
If yes proceed to step 2

Step 2
Do you use a router
If no, buy one (for it's ...
  Topic: Swich from Xitami to Abyss
mdoigny

Replies: 5
Views: 22344

PostForum: Powered by Abyss   Posted: Sat Jun 07, 2008 12:52 pm   Subject: Swich from Xitami to Abyss
Just FYI for those still using classic style CGI.
Don't mix STDIN and STDOUT statements (or their API calls equivalents).
Seems to be a bug in windows. Just read all your input, process the data, an ...
  Topic: Swich from Xitami to Abyss
mdoigny

Replies: 5
Views: 22344

PostForum: Powered by Abyss   Posted: Wed Jun 04, 2008 6:53 pm   Subject: Swich from Xitami to Abyss
You can add one satisfied customer to your user base!
It's somehow strange, but i had to perform multiple inputs, as if the GET$ statement is getting only one TCP packet each time (even using a long ...
  Topic: Swich from Xitami to Abyss
mdoigny

Replies: 5
Views: 22344

PostForum: Powered by Abyss   Posted: Mon Jun 02, 2008 7:23 pm   Subject: Swich from Xitami to Abyss
Still struggling with pipes...
test html
<html><body>
<form action='http://...server.../cgi/env.exe' method='post' enctype='multipart/form-data'>
<input type='file' name=' ...
  Topic: Swich from Xitami to Abyss
mdoigny

Replies: 5
Views: 22344

PostForum: Powered by Abyss   Posted: Wed May 28, 2008 7:44 am   Subject: Swich from Xitami to Abyss
http://idemdito.org

If you look at the [url=http://idemdito.org/stats.htm]stats it took some 10 days to configure the new server, rescue the webpages directory, install the software and get it runn ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group