[PHP] Apache

2002-12-25 Thread Mantas Kriauciunas
Hey! I'm using FreeBSD 4.5 as my server and I have loaded Apache 1.3.2 and PHP 4.x . hare goes the question, sorry it isn't about php but still maybe you can help me. When I type Http://www.example.com/~user the page says that it doesn't exist.. But when I type in Http://www.example.com/~user/ then

[PHP] execute shell commands

2003-01-15 Thread Mantas Kriauciunas
Hey! What I want to do is, There is user that logs into the channel. And I need to make script to change his password. How do I execute shell command: passwd ? or what should I do to change that password? Thanks! mNTKz

[PHP] SSH change password!

2003-01-24 Thread Mantas Kriauciunas
Hey! I was wondering with what command do you execute shell commands? What I need is to change users password on the server, I want to write that script and it needs to be safe. So I don't know what should I use. I think I will need to check username and password, then log in through website with

RE: [PHP] SSH change password!

2003-01-24 Thread Mantas Kriauciunas
ain how to open connection to sshd. By your reply I can guess that you state that there is no chanse..and if there is it will be big security hole. :/ thnx again -mNTKz -Original Message- From: Tom Woody [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:03 PM To: Mantas K

[PHP] best way to pass variables to

2003-01-28 Thread Mantas Kriauciunas
Hey! I believe there was question like this, but I was wondering if someone could point me with useful information about passing variables to . Is there some tutorials about that? Or some help files about that, ways to do it. Thanks! -mNTKz

[PHP] download php

2003-07-10 Thread Mantas Kriauciunas
Hello php-general, some hacker just tries his luck everyday to get me pissed, is it possible to make php files not downloadable? or coded? or something? because some dude knows my passwords every time, and with them passes the shity security to main user, thank god not root. So is there

[PHP] /etc/passwd

2003-07-10 Thread Mantas Kriauciunas
Hello php-general, my server is running freebsd 5.0 and yet i havent fixed bug that i knew long time ago, so can anyone point me with some links or resources about it, i could not find any good on google, maybe i don't know how to search. The problem is if the make script and then just w

Re[2]: [PHP] /etc/passwd

2003-07-10 Thread Mantas Kriauciunas
prevent that from happening? If the people make file like this, how to protect myself so they could not view the /etc/passwd file? Thursday, July 10, 2003, 5:13:33 AM, you wrote: MK> Mantas Kriauciunas wrote: >> The problem is >> if the make script >> and then just write

Re[2]: [PHP] /etc/passwd

2003-07-10 Thread Mantas Kriauciunas
Hello Wendell, Thursday, July 10, 2003, 6:59:25 AM, you wrote: >>> So how to make sure that no one can access other people files and >>> server files? and is there any way that nobody would be able to >>> download php files or how to make them look like code when they are >>> downloaded. Than

[PHP] directory size?

2003-04-03 Thread Mantas Kriauciunas
. It will take time to count files from all the directories and output total size of the main directory. I hope I didn't make it sound too confusing:) Thanks for any help! Mantas Kriauciunas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Good Book?

2003-04-03 Thread Mantas Kriauciunas
that one is even better and with more stuff in it. Have a good reading! Best book would be the Manual :) helps a lot! Good Luck! Mantas Kriauciunas -Original Message- From: Bob X [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 3:35 PM To: [EMAIL PROTECTED] Subject: [PHP] Good Boo

[PHP] fullname

2002-07-29 Thread Mantas Kriauciunas
Hey php-general, is there some other easyer way to do in one line than this?: $fullname = $session["f_name"]; $fullname .= " "; $fullname .= $session["l_name"]; P.S the thing is to add line in the middle of the first and last names :) Thanks -- Best regards, Mantas

[PHP] Explain?

2002-07-31 Thread Mantas Kriauciunas
Hey php-general, maybe somebody can explain me what happens in this line? because how mutch i read it..thought i don't get it :) list ($date, $laik) = split (' ', $row['time'], 2); -- Best regards, Mantas Contacts: [EMAIL PROTECTED] -- PHP General Mailing L

[PHP] Need help to choose hosting!

2002-08-01 Thread Mantas Kriauciunas
Hey php-general, i want to buy hosting. but i can't find good one for me. maybe someone could point some links. but this is what i need! Storage up to 100MB normal transfer limit(best would be without) CGI/Perl/PHP/ASP/SSI/SSL MySQL database (can be only 1) some pop3 mailboxes fr

Re[2]: [PHP] Need help to choose hosting!

2002-08-01 Thread Mantas Kriauciunas
t ASP (assuming you mean microsoft's Active Server JF> Pages) on a Unix box? JF> Sure, PHP could be on a Windows box, but I think your chances of finding a JF> solid host that supports ASP AND PHP on the one server is about zero. JF> Justin French JF> on 02/08/02 4:31 PM, M

Re[2]: [PHP] Need help to choose hosting!

2002-08-01 Thread Mantas Kriauciunas
Hello Justin, >> Hey php-general, >> >> i want to buy hosting. but i can't find good one for me. maybe >> someone could point some links. but this is what i need! >> >> Storage up to 100MB >> normal transfer limit(best would be without) >> CGI/Perl/PHP/SSI/SSL >> MySQL database (can be only 1)

[PHP] mysql_connect

2002-08-04 Thread Mantas Kriauciunas
Hey php-general, $db_host = "localhost"; how do i set with ip ? it works with localhost but it doesn't work: $db_host = "IP.IP.IP.IP"; or $db_host = "Http://IP.IP.IP.IP/";; P.S IP i set numbers P.S.S i need to connet to mysql on other server thanks, sorry for dumb que

[PHP] pop-up

2002-08-17 Thread Mantas Kriauciunas
Hey php-general, whats the easyest way to send variables to pop-up? i got button like this: its just standing hare.. do i add to post or how is the easy way to do it.. it just pops up window and i need to pass variables to that pop up whish takes variables from the form before that

Re[2]: [PHP] pop-up

2002-08-18 Thread Mantas Kriauciunas
Hello Justin, i don't think that this thing will pass 300 simbols successfuly i take $nw_text from and i need to pass it to pop-up (other window) there it will generate preview of that text with some stuff... but i need to pass also 2 more ...so total is 3 things...one text and other ones is jus

[PHP] Thumbnails

2002-06-10 Thread Mantas Kriauciunas
anybody point me to good tutorials about uploading files(it wont be more then 500kb) how it is done and all about that. I heared there were some bad bugs with uploading. Thanks for help to everyone. :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz

Re[2]: [PHP] Thumbnails

2002-06-10 Thread Mantas Kriauciunas
JH> ---John Holmes... thanks for the links :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz-hata.visiems.lt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why won't this work?

2002-07-19 Thread Mantas Kriauciunas
Hello John, Friday, July 19, 2002, 12:25:12 AM, you wrote: JW> Any ideas on why this won't work? It will only include("inc/entrance.php") JW> It never, no matter what the value of $mode, displays collection.php. thinking logicaly: JW>$mode = "entrance"; $mode is "entrance" JW>

Re[2]: [PHP] Why won't this work?

2002-07-19 Thread Mantas Kriauciunas
Hello Rasmus, Friday, July 19, 2002, 12:26:45 AM, you wrote: RL> You need == instead of = there RL> On Fri, 19 Jul 2002, John Wulff wrote: >> Any ideas on why this won't work? It will only include("inc/entrance.php") >> It never, no matter what the value of $mode, displays collection.php. >>

[PHP] .phps

2002-04-19 Thread Mantas Kriauciunas
:--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz-hata.visiems.lt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MySQL question

2002-04-21 Thread Mantas Kriauciunas
need to learn more about SELECT'ing things from database) :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz-hata.visiems.lt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] PHPTriad

2002-04-21 Thread Mantas Kriauciunas
that makes too mutch requests. Any suggestions? thanks :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz-hata.visiems.lt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Interesting Links, can be not PHP

2002-04-22 Thread Mantas Kriauciunas
Our Works page on that website... how to understand that # ? can anybody expain? or give link to explanation ? :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz-hata.visiems.lt -- PHP General Mailing

Re[2]: [PHP] Interesting Links, can be not PHP

2002-04-22 Thread Mantas Kriauciunas
", etc. when you don't want to user to go to MT> a different page MT> HTH MT> -Original Message- MT> From: Mantas Kriauciunas [mailto:[EMAIL PROTECTED]] MT> Sent: Tuesday, April 23, 2002 5:17 PM MT> To: PHP General List MT> Subject: [PHP] Interesting L

[PHP] Kinda HTML and PHP question....

2002-05-01 Thread Mantas Kriauciunas
suggestion what should i do. :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz-hata.visiems.lt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] if cant use header what should i use? or how to do this?

2002-05-03 Thread Mantas Kriauciunas
_news_del(); << ECHO SOME HTML STUFF(comments) >> } } } i have problem with Header, how should i change it? any suggestions? is there any other function to redirect? or should i make some fucntion my self..or what shoud i do ? thanks

Re[2]: [PHP] if cant use header what should i use? or how to do this?

2002-05-03 Thread Mantas Kriauciunas
Soza JS> ----- Original Message - JS> From: Mantas Kriauciunas <[EMAIL PROTECTED]> JS> Date: Friday, May 3, 2002 4:59 pm JS> Subject: [PHP] if cant use header what should i use? or how to do this? >> Hey PHP General List, >> >> I have code like t

Re[2]: [PHP] if cant use header what should i use? or how to do this?

2002-05-03 Thread Mantas Kriauciunas
are unwilling to do that, then use output buffering. JH> ---John Holmes... : thank you all for help.. problems have been solved. there was some logic things that i did in wrong way... thanks :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL

[PHP] HTML to mysql - from msql to html

2002-05-04 Thread Mantas Kriauciunas
it was set. P.S i know there have been some questions like that but i didn't see them myself thanks for helping me out :) :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz-hata.visiems.lt -- PHP General Mai

Re[2]: [PHP] HTML to mysql - from msql to html

2002-05-05 Thread Mantas Kriauciunas
foo --- and shows: --- bla bla bla foo --- what do i have to do to get all those spaces? as i understand(english is weak) nl12br() is for breaks only. what about spaces? : MC> On Sat, 4 May 2002, Mantas Kriauciunas wrote: >> I have hare a

Re[3]: [PHP] HTML to mysql - from msql to html

2002-05-05 Thread Mantas Kriauciunas
Hey Miguel Cruz, Got your email on:Sunday, May 05, 2002, 3:29:49 PM writing: : MC> On Sun, 5 May 2002, Mantas Kriauciunas wrote: >> Hey PHP General List, >> >> ok i solwed the problems with line breaks but i didn't use >> nl12br() function. i did like

[PHP] refreshing form

2002-03-20 Thread Mantas Kriauciunas
oting poll thanks for help if there will be any ;) :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz-hata.visiems.lt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] Using EditPlus with PHP

2002-03-24 Thread Mantas Kriauciunas
stion has been asked before MT> but could anyone give me instructions on how to debug and interpret php MT> scripts using Edit Plus ? I download the php modules for edit plus so MT> it recognise the syntax. But how do I setup the user tools , so I can check MT> for bugs in the script a

[PHP] mail...

2002-03-24 Thread Mantas Kriauciunas
! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz-hata.visiems.lt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [newbie] Something is messed up, anybody can help?

2002-03-25 Thread Mantas Kriauciunas
quot;; } -- Problem: the problem is that i cant see $uzer its empty. nothing is therewhat i am doing wrong? all table names and everything is correct but i get empty thing. If that is dumb question im sorry :) i am kinda new in this :) :

Re[2]: [PHP] [newbie] Something is messed up, anybody can help?

2002-03-25 Thread Mantas Kriauciunas
d upon the previous tests, there is ONLY 1 entry. Therefore, go with: RE> $row = mysql_fetch_row($result); RE> -Original Message- RE> From: Mantas Kriauciunas [mailto:[EMAIL PROTECTED]] RE> Sent: Monday, March 25, 2002 6:39 AM RE> To: PHP General List RE> Subject: [PHP]

Re[4]: [PHP] [newbie] Something is messed up, anybody can help?

2002-03-25 Thread Mantas Kriauciunas
s helping me out. : Got your email on:Monday, March 25, 2002, 1:12:03 PM writing: : eczc> maybe you need $_session["logged"] instead of $session["logged"] eczc> Eric eczc> - Original Message - eczc> From: "Mantas Kriauciunas" <[EMAIL

[PHP] MySQL ID

2002-03-29 Thread Mantas Kriauciunas
down by one. Is there simple way to do it? P.S i am so sorry that my english is weak. I am just learning ESL ir highschool :) Thanks for helping everybody :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz

[PHP] not about php... about server for php .. its apache question if anybody feelin like answering , thanks

2002-04-02 Thread Mantas Kriauciunas
access his public_html folder to upload files or delete them. How to do this thing? is there some tutorials that i couldn't find? or anybody can help me directly? i would appreciate it. Thank You. :--: Have A Nice Day! Mantas Kriauciunas A.k.A

[PHP] phpMyAdmin protection

2002-04-15 Thread Mantas Kriauciunas
anything about that .httacces. SO please if anybody can point me to some explanation how to secure phpmyadmin or just explain bu them selves. Thank You. :--: Have A Nice Day! Mantas Kriauciunas A.k.A mNTKz Contacts: [EMAIL PROTECTED] Http://mntkz