macsat.com OpenWrt and ASUS WL Forum
December 04, 2008, 02:19:42 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Back to macsat.com
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 [2]
16  Oleg's Firmware / Tutorials / thttpd and <form> of xhtml on: October 12, 2006, 22:31:26 PM
hi,
my problem is that doesn't work any form of xhtml
<form action="index.php" method="post">
<div>
<label for="heslo">Heslo:</label>
<input id="heslo" name="heslo" type="password" value="" />
<input type="submit" name="prihlasit_se" value="Prihlásit se" />
</div>
</form>

It is runiing only in IE but no opera, mozzila,seamonkey and on other webserver is running.
have anybody idea how to fix it?
thx very much
is it works on lighttpd is here tutorial for oleg;s firmware?thx
17  Oleg's Firmware / Tutorials / thttpd-php + sqlite3?? on: October 03, 2006, 11:04:54 AM
Hi,
does anybody know how to connect thttpd-php and sqlite3?
I would like to use database sqlite3 from web-php.
How to make it?
thx very much
18  Oleg's Firmware / Tutorials / Re: thttpd and php on: October 03, 2006, 11:04:18 AM
it was my bug.I have mistake in my php code;)
19  Oleg's Firmware / Tutorials / Re: thttpd and php on: September 09, 2006, 10:47:26 AM
Now is everything working Wink
20  Oleg's Firmware / Tutorials / thttpd and php on: September 01, 2006, 07:13:44 AM
Hi,
I installed php-thttpd along macsat's tutoriial and for web without php is working.
But for php web-pages isn't.

 PID  Uid     VmSize Stat Command
    1 green       392 S   sbin/init
    2 green           SW  [keventd]
    3 green           SWN [ksoftirqd_CPU0]
    4 green           SW  [kswapd]
    5 green           SW  [bdflush]
    6 green           SW  [kupdated]
    7 green           SW  [mtdblockd]
   15 green           SW  [khubd]
   23 green           SW  [usb-storage-0]
   24 green           SW  [scsi_eh_0]
   27 green           SW  [kjournald]
   81 green       216 S   telnetd
   86 green       324 S   httpd vlan1
   89 nobody      364 S   dnsmasq
   92 green       260 S   klogd
   93 green       320 S   syslogd -m 0 -O /tmp/syslog.log -S -l 7
   96 green       240 S   nas /tmp/nas.lan.conf /tmp/nas.lan.pid lan
  103 green       188 S   lpd
  105 green       192 S   p9100d -f /dev/usb/lp0 0
  108 green       220 S   waveservermain
  110 green       220 S   rcamdmain
  118 green       224 S   infosvr br0
  119 green       380 S   watchdog
  122 green       248 S   ntp
  133 green       252 S   dropbear
  149 green       336 S   /opt/sbin/cron
  163 green       276 S   /opt/sbin/xinetd
  194 green       384 S   udhcpc -i vlan1 -p /var/run/udhcpc0.pid -s /tmp/udhcp
  540 green      3124 S   /opt/sbin/thttpd -C /opt/etc/thttpd.conf
10721 green       572 S   upnp -D -L br0 -W vlan1
10821 green       708 S   dropbear
10822 green      1244 S   -sh
10945 green       388 R   p

Help please  Sad
21  Oleg's Firmware / Tutorials / remove forwarding from nvram on: August 30, 2006, 21:53:17 PM
Hi,
is possible to remove forwarding from nvram?
i try:
nvram unset forward_portX for each port from nvram.
after i used
nvram save
nvram commit

but after reboot is there forwarding  again.
thx very much
22  Oleg's Firmware / Tutorials / Re: PHP-GD on: August 02, 2006, 18:22:35 PM
Hi,
I have the same problem Sad
know anybody about it how to fix it?
thx
23  Oleg's Firmware / Oleg's Firmware / Icq-file transfer not work on: July 25, 2006, 16:00:23 PM
Hi I have problem I'am using wl-500gx since file transfer over my icq SIM not woking.
Anybody knows where is mistake?
thx
24  Oleg's Firmware / Tutorials / Re: RRDTOOL Segmentation fault on: July 19, 2006, 20:32:57 PM
Everything is ok now with new version  rrdtool_1.2.14-1 Smiley
25  Oleg's Firmware / Tutorials / Re: RRDTOOL Segmentation fault on: July 16, 2006, 09:39:09 AM
Hi , I have the same problem after new version RRDTOOL update.

26  Oleg's Firmware / Tutorials / vsftpd and different port then 21 on: June 09, 2006, 22:31:06 PM
Hi,
my problem is: in router i have prerouting port 21 to my PC-ftp behind router(in Lan) and now i need move vsftp listening port from 21 to for example 2121. How to make it??
I try to change vsftpd.conf with lines :
listen_port=2121
pasv_min_port=XXX
pasv_max_port=XXX
and the others lines...

but ftp is still listening on port 21 where is ftp for my PC in Lan. But from Lan a can to 192.168.1.1 connect by vsftpd but from Wan not because Lan-PC ftp.
Can you anyone help me please.
thx

.
.
.
.
now a try to use method of
http://www.macsat.com/macsat/component/option,com_smf/Itemid,46/topic,229.0

This method is working but only for move port 21 to other port and the port 21 i can't already to use for something else after:(
I would need 2x port 21 Wink
One for vsftpd to my router(port 2121)-now not runing
Second for ftp to my computer in Lan  (port 21)-is now runing

but I need to use both from Wan
thx for any idea and I'm sorry for my english.
27  Oleg's Firmware / Tutorials / Re: Cron and rrdtool not working-please help on: June 03, 2006, 08:37:01 AM
Well doneNow is everything running.
Thanks very much
28  Oleg's Firmware / Tutorials / Re: Cron and rrdtool not working-please help on: June 02, 2006, 10:24:53 AM
nobody knows??? Cry
29  Oleg's Firmware / Tutorials / Cron and rrdtool not working-please help on: May 29, 2006, 14:13:52 PM
I am sorry about my english but a need help with:
I have wl-500gx with Oleg's firmware and installed thttpd,cron,rrdtool from tutorials. Thttpd server with my www.page is runing ok on port 81. Cron I think that is woking too but the rrdtool insn't working and in my rrdtool.log is this
/opt/bin/run-parts: line 2: /opt/usr/bin/rrdtool.sh: Permission denied

And for example when cron is running my pages on port 81 not working.
And the test.txt cron from tutorial is working ok.



[root@xxx root]$ ps                                                   PID  Uid     VmSize Stat Command
    1 root       660 S   sbin/init
    2 root           SW  [keventd]
    3 root           SWN [ksoftirqd_CPU0]
    4 root           SW  [kswapd]
    5 root           SW  [bdflush]
    6 root           SW  [kupdated]
    7 root           SW  [mtdblockd]
   15 root           SW  [khubd]
   23 root           SW  [usb-storage-0]
   24 root           SW  [scsi_eh_0]
   27 root           SW  [kjournald]
   80 root       304 S   telnetd
   86 root       376 S   httpd vlan1
   89 rooty      432 S   dnsmasq
   91 root      388 S   syslogd -m 0 -O /tmp/syslog.log -S -l 7
   94 root       340 S   klogd
  103 root       276 S   lpd
  105 root       260 S   p9100d -f /dev/usb/lp0 0
  108 root       344 S   waveservermain
  110 root       344 S   rcamdmain
  115 root       320 S   infosvr br0
  116 root       464 S   watchdog
  119 root       344 S   ntp
  131 root       440 S   dropbear
  148 root       432 S   udhcpc -i vlan1 -p /var/run/udhcpc0.pid -s /tmp/udhcp
  153 nobody     4580 S   /opt/sbin/thttpd -C /opt/etc/thttpd.conf
  222 root       744 R   dropbear
  223 root      1080 S   -sh
  235 root       408 S   /opt/sbin/cron
  236 root       392 R   ps


/opt/etc/crontab
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/bin:/opt/sbin:/opt/usr/bin:/opt/usr/sbin
MAILTO=""
HOME=/
# ---------- ---------- Default is Empty ---------- ---------- #
# Syntax for lines is : minute hour day month dayofweek command #
*/5 * * * * root run-parts /opt/etc/cron.5mins
01 * * * * root run-parts /opt/etc/cron.hourly
02 4 * * * root run-parts /opt/etc/cron.daily
22 4 * * 0 root run-parts /opt/etc/cron.weekly
42 4 1 * * root run-parts /opt/etc/cron.monthly
----------------------------------------------------------------------------

 /opt/etc/cron.5mins/rrdrun.sh
#!/bin/sh
/opt/usr/bin/rrdtool.sh >> /opt/var/log/rrdtool.log 2>&1
---------------------------------------------------------------------------
 /opt/usr/bin/rrdtool.sh from tutorial

Do you anybody know what it means and where is mistake.
Thanks for your help
Pages: 1 [2]
English Steel 1.6 © Saxon North Technologies
Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.421 seconds with 23 queries.