Re: [PHP] defending PHP mail function

2001-10-31 Thread ReDucTor
thats wierd it added blank infront of it all...wierd it might have been the smtp server its self that had rules or something... - Original Message - From: "Matthew Luchak" <[EMAIL PROTECTED]> To: "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 2:09 AM Subjec

Re: [PHP] defending PHP mail function

2001-10-31 Thread ReDucTor
Blankwhat os was it?!?!? - Original Message - From: Matthew Luchak To: Php-General (E-mail) Sent: Thursday, November 01, 2001 2:04 AM Subject: [PHP] defending PHP mail function Recently I have had to defend the use of PHP in light of a number of screw-ups with the mail function in 4.0+.

Re: [PHP] System(), exec(), Passthru(), etc

2001-10-04 Thread ReDucTor
echo System("crontab -l", $var).""; echo $var; - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: "ReDucTor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 05, 2001 2:21 PM Subject: Re: [PHP] Syste

[PHP] System(), exec(), Passthru(), etc

2001-10-04 Thread ReDucTor
I can't seem to get a return value, while using the functions, it just puts a 0 on the page, i try putting a after i do the system call, still all that is on the page, 0, something is wrong, anyone know why?!? I got no telnet access, and i want to do some cron jobs :D - James &quo

Re: [PHP] Getting an Email into a PHP/pl script

2001-10-04 Thread ReDucTor
Most mail servers use qmail, so i will explain how to do it with qmail For your qmail accounts, you will have .qmail files(e.g. .qmail-default .qmail-webmaster and so on), open one of these files, now add the bottom of it |preline /path/to/php /path/to/script.php or you can do it with perl the sa

Re: Re: [PHP] How to simulate any browser

2001-10-03 Thread ReDucTor
What does the error page have? - Original Message - From: "Kamil Nowicki" <[EMAIL PROTECTED]> To: "PHP-list" <[EMAIL PROTECTED]> Sent: Thursday, October 04, 2001 2:55 AM Subject: Re: Re: [PHP] How to simulate any browser > > Hello again > > > I suppose I was not precise enough. >

Re: [PHP] How to simulate any browser

2001-10-03 Thread ReDucTor
with HTTP 1.1, you just need the normal url, for the GET, but if you want to use POST or something, you do strlen() and get the length, set the contentlength, then you send it...make sure to do urlencode before sending stuff via get, or doing stuff with POST...i wrote a perl POST Client, because m

[PHP] Re: Free hosts, or Temp account...some thing

2001-10-02 Thread ReDucTor
But that doesn't have an option to search for only free ones...or even in a specific price range - Original Message - From: "Richard Lynch" <[EMAIL PROTECTED]> To: "Reductor" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, Octobe

[PHP] Re: ImageColorAt()

2001-10-02 Thread ReDucTor
The script had been tested on a few *nix system, they all worked, hell see the threads that have kewl script inside them :D - Original Message - From: "Richard Lynch" <[EMAIL PROTECTED]> To: "Reductor" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent

Re: [PHP] how to decrease serverload easily?

2001-10-02 Thread ReDucTor
Would be nice and fun to goto one of them, but I live in Australia and I doubt, thats where you go :D hehe - Original Message - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "ReDucTor" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday

Re: [PHP] how to decrease serverload easily?

2001-10-02 Thread ReDucTor
http://conf.php.net/pres/slides/intro/tshirt.php?si=30&text=php That doesn't work, Its in the imlib2 section :D and i wanted to see a pic with php logo on it :D - Original Message - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "Martin Lindhe" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>

Re: [PHP] ereg

2001-09-30 Thread ReDucTor
use MSIE:[56|5\..|6\..] something like that, i suck at regular expression :D - Original Message - From: "Matthew Delmarter" <[EMAIL PROTECTED]> To: "PHP Mailing List" <[EMAIL PROTECTED]> Sent: Monday, October 01, 2001 1:32 PM Subject: [PHP] ereg > How do I use ereg to check for MSIE 5.5

Re: [PHP] A kewl Script, for you someone to test, and show me the results

2001-09-27 Thread ReDucTor
Thanks Ramus.. It appears to work nice... I find the $ looks nicer, then an # - James "ReDucTor" Mitchell - Original Message - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "ReDucTor" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Se

[PHP] A kewl Script, for you someone to test, and show me the results

2001-09-26 Thread ReDucTor
ageCreateFromPNG, ok, thats all...please show the results \$"; } echo "\n"; } ?> - James "ReDucTor" Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] Free hosts, or Temp account...some thing

2001-09-26 Thread ReDucTor
about half an hour or so, for me to test out my script, to see if it is my OS that is causing these problem - James "ReDucTor" Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] ImageColorAt()

2001-09-25 Thread ReDucTor
ImageColorAt() causes my php to crashI want to capture the color of a pixel... - James "ReDucTor" Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list adminis

Re: [PHP] A simple PHP form not working

2001-09-25 Thread ReDucTor
you have an l just after the @ sign, it might be an idea to change that, because when it connects, it first does HELO and checks if that user is allowed... - Original Message - From: "Tshering Norbu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 6:38 PM Sub

Re: [PHP] Writing newlines in files

2001-09-23 Thread ReDucTor
put \n at the end - Original Message - From: "Big5ive" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 23, 2001 11:36 PM Subject: [PHP] Writing newlines in files > Hi! > > $FTP_FILE="d:\programme\serv-u\ServUDaemon.ini"; > $fp = fopen("$FTP_FILE", "a"); > $data="\n\n

Re: [PHP] Going blind? Plz hlp w/ parse error

2001-09-19 Thread ReDucTor
Which line is line 10?!? - Original Message - From: "Anthony Rodriguez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 2:34 PM Subject: [PHP] Going blind? Plz hlp w/ parse error > Please help! There is a parse error in like 10: > > > // file: "root/reg

Re: [PHP] problems with include()

2001-09-13 Thread ReDucTor
are you using a .cfg extension?!? you are going to need to add the path to php at the top if you are :D - Original Message - From: "LRW" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 14, 2001 1:31 AM Subject: [PHP] problems with include() > I got a plain test

Re: [PHP] Changing perl to PHP

2001-09-11 Thread ReDucTor
\n"; } else { fputs ($fp, "GET https://www.paypal.com/cgi-bin/webscr HTTP/1.1\015\012"); fputs ($fp, "HOST www.paypal.com\015\012"); fputs ($fp, "Content-type: application/x-www-form-urlencoded\015\012"); fputs ($fp, "Content-Length: ". strlen($query)."\015\012"); fputs ($fp, "

Re: [PHP] HTTP POST..

2001-09-10 Thread ReDucTor
i've figured out post works - Original Message - From: "Tom Carter" <[EMAIL PROTECTED]> To: "ReDucTor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, September 11, 2001 4:01 AM Subject: Re: [PHP] HTTP POST.. > PHP is probably co

Re: [PHP] Site Layouts/Designs

2001-09-10 Thread ReDucTor
e for me.. - James "ReDucTor" Mitchell - Original Message - From: "Justin French" <[EMAIL PROTECTED]> To: "Meir Kriheli" <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 7:32 PM Subject: Re: [PHP] S

Re: [PHP] Hosting in lieu of programming ?

2001-09-09 Thread ReDucTor
i think a great load of people here, want to do there own programming :D after all this is the place for programming... :D - James "ReDucTor" Mitchell - Original Message - From: "Natasha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Se

[PHP] HTTP POST..

2001-09-09 Thread ReDucTor
. $host. $BLANK; while ( <$remote> ) { } close $remote; BTW I have been looking at RFC 2616 informatino, but Havn't managed to find anything... - James "ReDucTor" Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Just had a cool idea!

2001-09-09 Thread ReDucTor
You could use something like this window.open('".$pageif."');\n"; // my js knowledge sucks ?> - Original Message - From: "B. van Ouwerkerk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 1:54 AM Subject: Re: [PHP] Just had a cool idea! > > >like everytime y

Re: [PHP] Site Layouts/Designs

2001-09-09 Thread ReDucTor
Ya, but FreeWebTemplates is down 4 coz of a hack, and all other ones it leads to(except templates.ws), which is why i am after other ones - James "ReDucTor" Mitchell - Original Message - From: "B. van Ouwerkerk" <[EMAIL PROTECTED]> To: <[E

Re: [PHP] new to php

2001-09-09 Thread ReDucTor
You could use cron... - Original Message - From: "Kostis Mentzelos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 12:50 AM Subject: [PHP] new to php > Hi all, > is it possible to create a table that automatically > updates its contents every 30 seconds? >

[PHP] Site Layouts/Designs

2001-09-09 Thread ReDucTor
y for them.. - James "ReDucTor" Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Win 9x and Shell Commands

2001-09-08 Thread ReDucTor
I can't seem to do any system(), exec(), passthru(), etc on my windows system.. I've tried doing "command /c "... Its showing Warning: Unable to fork [command /c net] in c:\phpdev3\www\net.php on line 2 - James "ReDucTor" Mitchell -- PHP General Mailing

Re: [PHP] FTPs

2001-08-29 Thread ReDucTor
ey Hristov > IcyGEN Corporation > http://www.icygen.com > 99% > > - Original Message - > From: "ReDucTor" <[EMAIL PROTECTED]> > To: "Andrey Hristov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Wednesday, August 29, 2001 7:10

Re: [PHP] FTPs

2001-08-29 Thread ReDucTor
Ya, i browse Hotscripts alot, but i just want to connect with FTP, and leech :D - James "ReDucTor" Mitchell - Original Message - From: "Andrey Hristov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 2:03 AM

[PHP] FTPs

2001-08-29 Thread ReDucTor
Does anyone know any FTP sites that have lots of CGI, PHP, JavaScript, Java, ASP, etc, so i can just leech them all :D - James "ReDucTor" Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] LAN Scripts/Functions

2001-08-28 Thread ReDucTor
"ReDucTor" Mitchell - Original Message - From: "Erik H. Mathy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 12:20 AM Subject: RE: [PHP] LAN Scripts/Functions > > Now I am after Scripts and/or Functions that would be handy t

[PHP] LAN Scripts/Functions

2001-08-28 Thread ReDucTor
ng up networks) And anything else... - James "ReDucTor" Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Re: Thinking about going to ASP

2001-08-27 Thread ReDucTor
> > -- > > Julio Nobrega > > A hora está chegando: > http://toca.sourceforge.net > "Reductor" <[EMAIL PROTECTED]> wrote in message > 008001c12df9$e96806e0$eb00a8c0@mum">news:008001c12df9$e96806e0$eb00a8c0@mum... > > Just looking over the achi

Re: [PHP] path to php

2001-08-26 Thread ReDucTor
they don't give shell access without contacting them, and they don't reply to emails - Original Message ----- From: "ReDucTor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 12:48 PM Subject: Re: [PHP] pat

Re: [PHP] path to php

2001-08-26 Thread ReDucTor
>Have you tried which php or locate php? what do you mean? no shell acces, that requires contacting them to get, which they don't read the emails :D - James "ReDucTor" Mitchell - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: "

[PHP] Thinking about going to ASP

2001-08-25 Thread ReDucTor
Just looking over the achives of the .net show(was msdn show), and with .net its got some really great features.. So i am going to get a hold of .net and try it out... - James "ReDucTor" Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] \n

2001-08-24 Thread ReDucTor
you do know you need to put to make it go to a new line :D one of the stupidest mistakes, but done alot :D - Original Message - From: "Jeremy Morano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 25, 2001 1:18 AM Subject: [PHP] \n > > Sorry to bother you with what p

[PHP] Scripts..flatfile

2001-08-22 Thread ReDucTor
, for stuff, they don't need to be top of the line...Please btw. People to send a message to the address it came from and the mailing list address, use Reply to All, not reply to sender :D - James "ReDucTor" Mitchell -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] path to php

2001-08-22 Thread ReDucTor
does anyone know all the possible paths to php...because i can't seem to find it on my current host...i have tried using the following php /path/to/script.php /usr/php /path/to/script.php /usr/local/bin/php /path/to/script.php /usr/bin/php /path/to/script.php but i still can't seem to get it to

Re: [PHP] insert hyperlink to mysql query result

2001-08-22 Thread ReDucTor
echo "http://www.expedia.com/pub/agent.dll?qscr=mcst&strt1=".$amyrow["address "]." &city1=".$amyrow["city"]."&stnm1=CA&zipc1=&cnty1=4>Map"; echo ""; - Original Message - From: "Andras Kende" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 11:26 AM Subject: [PHP]

Re: [PHP] $var , '$var'

2001-08-18 Thread ReDucTor
nothing, execpt, think there would be about 0.1 time difference... :D I use $var = $blah."bleh'.$foo because syntax highlighting looks better :D - James "ReDucTor" Mitchelll - Original Message - From: "nafiseh saberi" <[EMAIL PROTECTED]> To: <

Re: [PHP] Meaningful URL Validator

2001-08-17 Thread ReDucTor
http://url";; if($file = @file($url)) die("Invalid"); for($i=0;$i404", $file[$i])) die("Invalid"); if(eregi(">404 ", $file[$i])) die("Invalid"); if(eregi("404 Error", $file[$i])) die("Invalid"); if(eregi("not exist", $file[$i])) die("Invalid"); } echo $url." is Valid"; ?> - Original

Re: [PHP] hacks we should know about

2001-08-16 Thread ReDucTor
- Original Message - From: "Bob" <[EMAIL PROTECTED]> To: "Rasmus Lerdorf" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 2:17 PM Subject: Re: [PHP] hacks we should know about > rasmus, if password.inc is being parsed by php then how would you get the > code???

Re: [PHP] security with email data entries

2001-08-15 Thread ReDucTor
well you add to your .forward file or .qmail-default file if you use qmail to exec it(sends the email) then you do something like this.. - Original Message - From: "Chris Hayes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 1:20 AM Subject: [PHP] security w

Re: [PHP] need real expert (geting outer files) *english/german*

2001-08-15 Thread ReDucTor
server.com?var=xyz would put in the get var and set it to xyz and it would give you $var = xyz you don't need the slash.. - James "ReDucTor" Mitchell - Original Message - From: "Tribun" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

Re: [PHP] Date function

2001-08-15 Thread ReDucTor
- Original Message - From: "Mike Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 1:08 AM Subject: [PHP] Date function > Hello, > I'm pulling a date out of MySQL as 2001-10-18. > How do I make it print October 18 in php? > Thanks much > --Mike > > ___

Re: [PHP] Execute a PHP script from unix (crontab)

2001-08-15 Thread ReDucTor
do you mean perl?!? - Original Message - From: "Augusto Cesar Castoldi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 1:04 AM Subject: [PHP] Execute a PHP script from unix (crontab) > Hi. > > How can I execute a php script from the unix? > > like pearl it's

Re: [PHP] Re: prob with session start

2001-08-14 Thread ReDucTor
header() must be before anything is writen on the page - Original Message - From: Balaji Ankem To: [EMAIL PROTECTED] Sent: Tuesday, August 14, 2001 8:10 PM Subject: Fw: [PHP] Re: prob with session start Hi,Renze i tried u'r last solution first.But it is acting as same .no

[PHP] Site Stats/Server Logs

2001-08-13 Thread ReDucTor
what are some good things for analyising server logs?!? I currently have Wusage, is there any better?!? :D - James "ReDucTor" Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP] Mail()

2001-08-12 Thread ReDucTor
>From : Your Name <[EMAIL PROTECTED]> make sure you have the arrow things around it... thats in your headers... - Original Message - From: "Mahmoud Kassem" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 4:20 PM Subject: [PHP] Mail() > How can force my From:

Re: [PHP] Regular expressions

2001-08-08 Thread ReDucTor
$line = htmlentities(stripslashes($line)); $line = nl2br($line); $line = eregi_replace("\[(link|url)=(.*)\](.*)\[/(link|url)\]","\\3",$line); $line = eregi_replace("\[color=(.*)](.*)\[/color\]", "\\2", $line); $line = eregi_replace("\[(blockquote|indent)\](.*)\[/(blockquote|ind

Re: [PHP] PHP 4 released date

2001-08-08 Thread ReDucTor
4.0.6 is out, and has been from the 23rd of June 2001.. - Original Message - From: "Deependra B. Tandukar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 7:31 PM Subject: [PHP] PHP 4 released date > Greetings! > > Can anybody give me, PHP4 released date? >

Re: [PHP] Bug?

2001-08-08 Thread ReDucTor
i found this http://www.php.net/manual/en/language.types.double.php#warn.float-precision it explains the problem "; echo (float)($q).""; echo (int)($q).""; echo var_dump($q).""; ?> gives out 85 85 84 float(85) - Original Message - From: "Darius Ivanauskas" <[EMAIL PROTECTED]> To: "Max

Re: [PHP] Bug?

2001-08-08 Thread ReDucTor
if you use echo (float)((8.85-8)*100); it works because 8.85 go's to 0.85 and times that by 100, and you get 85 which is what you get... - Original Message - From: "Renze Munnik" <[EMAIL PROTECTED]> To: "ReDucTor" <[EMAIL PROTECTED]>; <[EMAIL PROTEC

Re: [PHP] Bug?

2001-08-08 Thread ReDucTor
you must use float not int :D - Original Message - From: "Maxim Maletsky" <[EMAIL PROTECTED]> To: "'[Intent A/S] Tais M. Hansen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 7:01 PM Subject: RE: [PHP] Bug? > good point. > > ...and try this out: > > > echo (i

Re: [PHP] large commercial websites that use php?

2001-08-07 Thread ReDucTor
sourceforge.net planetsourceocde.com f2s.com easydns.com hell, just use a search engine, and do a search for say .php .gov .edu and you will find a great load of sites that have pages done it php... - James "ReDucTor" Mitchell - Original Message - From: "jose d lopez&quo

Re: [PHP] (//// <=== huh??)

2001-08-03 Thread ReDucTor
$var = stripslashes($var); - Original Message - From: "Gerard Samuel" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Friday, August 03, 2001 2:37 PM Subject: [PHP] ( <=== huh??) > In my script that puts out a form I have a drop down list which include ==> > echo "$Education\

Re: [PHP] Copy Array.

2001-07-24 Thread ReDucTor
hows about $array2 = $array1; :D - Original Message - From: Nick Davies <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 6:39 PM Subject: [PHP] Copy Array. > > Anyone know how to copy an array to another name? > > I'm assumming that $array1 = $array2; doesn't w

Re: [PHP] PDFlib beginners request

2001-07-23 Thread ReDucTor
In the comments on the php.net pages, i found a few, but i gave up on using pdf within php, because you had to pay about a thousand odd dollars just to use the thing, so be prepared to put some cash in to it :D - James "ReDucTor" Mitchell - Original Message - From: By Pro

Re: [PHP] The Program!

2001-07-23 Thread ReDucTor
Go find some safe lists, not a list like this... - Original Message - From: Marty <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 11:00 AM Subject: [PHP] The Program! > Several months ago, I made a conscious decision not to > delete what I figured was just an

Re: [PHP] Networking

2001-07-23 Thread ReDucTor
I just maped a network drive, and it worked that way, so i guess i should use system commands to map them, read them, then unmap :D - James "ReDucTor" Mitchell - Original Message ----- From: ReDucTor <[EMAIL PROTECTED]> To: Mark Roedel <[EMAIL PROTECTED]> Cc: &l

Re: [PHP] Networking

2001-07-23 Thread ReDucTor
Windows Machine - Original Message - From: Mark Roedel <[EMAIL PROTECTED]> To: ReDucTor <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 6:56 AM Subject: RE: [PHP] Networking > > -Original Message- > > From: ReDucTor [mail

Re: [PHP] Networking

2001-07-23 Thread ReDucTor
That didn't work, i am on a windows machine...and this is my personal machine, so i don't wish to change to unix... :D but windows should have more support for this then unix.. - James "ReDucTor" Mitchell - Original Message - From: Matthew Loff <[EMAIL PR

[PHP] Networking

2001-07-23 Thread ReDucTor
Hey does any one know if it is possible to do something like read stuff thro file and printer sharing on a remote pc, i tried \\computer\dir for the dirs but that didn't work any suggestions(btw i did addslashes :D ) so ne ideas...please -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] limit items per page

2001-07-23 Thread ReDucTor
What sort of database do you have, and what is your current source?!? - Original Message - From: Steph <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 6:52 PM Subject: [PHP] limit items per page Ive got an image gallery, and rather than having one really long page

Re: [PHP] date HELP !!!!!

2001-07-23 Thread ReDucTor
$todaydate = date("m"); $tomorrowdate = date("m",time() + 86400); if($todaydate != $tomorrowdate){ echo "Tomorrow is a new month"; } - Original Message - From: Yamin Prabudy <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 5:27 PM Subject: [PHP] date HELP !

[PHP] When did this become the advertising Mailing List

2001-07-23 Thread ReDucTor
When?!? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] question about forum

2001-07-22 Thread ReDucTor
This is my suggestion Start with making your user management...setup design and layout management, then do the browsing, then your viewing, then different catagories, then do other little bits... - Original Message - From: Jason Wang <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monda

Re: [PHP] Re: need help w/ variables

2001-07-22 Thread ReDucTor
that error is because the php error checking had been changed from the default...but still some do have problems... :D - Original Message - From: Van Tate Jr. <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 5:01 PM Subject: Re: [PHP] Re: need help w/ variables > A

Re: [PHP] Re: need help w/ variables

2001-07-22 Thread ReDucTor
yep, thought so :D - Original Message - From: Virgil Claritt <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 3:47 PM Subject: [PHP] Re: need help w/ variables > it was my error reporting along i copied that script dtraight from the > text book so i knew it wasn

Re: [PHP] need help w/ variables

2001-07-22 Thread ReDucTor
t; $op is equal to ds > $valid is equal to yes > $msg is equal to Bad Login > > > "Reductor" <[EMAIL PROTECTED]> wrote in message > 002701c11335$ac5dafe0$0200a8c0@ReDucTor">news:002701c11335$ac5dafe0$0200a8c0@ReDucTor... > > add to the top of the script &

Re: [PHP] need help w/ variables

2001-07-22 Thread ReDucTor
add to the top of the script error_reporting(E_ALL & ~E_NOTICE); - Original Message - From: Virgil Claritt <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 2:57 PM Subject: [PHP] need help w/ variables > when i use this script: > > session_start(); > if ($op == "

Re: [PHP] Clarify: SEARCH AND replace between

2001-07-22 Thread ReDucTor
$line = ereg_replace("<(*.)>", "", $line); that should remove the tags, and there contents - Original Message - From: Dan Krumlauf <[EMAIL PROTECTED]> To: php list <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 4:33 PM Subject: [PHP] Clarify: SEARCH AND replace between > Sorry I wasn

Re: [PHP] Replace ANYTHING between

2001-07-22 Thread ReDucTor
".nl2br(htmlspecialchars(stripslashes($somevar))).""; ?> - Original Message - From: Dan Krumlauf <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 2:36 PM Subject: [PHP] Replace ANYTHING between > I've been trying this one for a bit and Im in a twist. > > I need t

Re: [PHP] netBIOS, Windows, Sockets, fsockopen help

2001-07-21 Thread ReDucTor
01 AM Subject: Re: [PHP] netBIOS, Windows, Sockets, fsockopen help > Try messing around with the popular linux package samba, in particual > smbmount. You may also need to read up on ports 137, 138, 139. > > ----- Original Message - > From: "ReDucTor" <[EMAIL PROTECTED]&

[PHP] netBIOS, Windows, Sockets, fsockopen help

2001-07-21 Thread ReDucTor
Hey, I am wondering if any one has any details on netBIOS, and stuff, so then i can browse shared files and folders on another computer, with in php i have tried looking up the commands sent, but haven't managed to find any... - James "ReDucTor" Mitchell -- PHP Gener

[PHP] Stoping Frame Breakers

2001-07-19 Thread ReDucTor
hey, Does any one know how to stop people breaking frames?!? - James "ReDucTor" Mitchell

[PHP] Can't think of a topic(but help)

2001-07-19 Thread ReDucTor
hey, i am wonder if there is a way to turn my php files into an executable or into a bunch of html files, so if i where to send them to some one that isn't running php they would be able to use them?!? - James "ReDucTor" Mitchell

Re: [PHP] set decimal

2001-07-19 Thread ReDucTor
$var = round(2.3100, $var); - Original Message - From: Franky <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 4:38 AM Subject: [PHP] set decimal > Can i set the precision like 2 decimal or 4 decimal? > > 2.31 to 2.3100 > > Thanks > > -- > --=-=-=-=-=-=-=-=-=-=-=-=

[PHP] Paypal and PHP

2001-07-19 Thread ReDucTor
Hey, does any one know a way to use paypal with php? - James "ReDucTor" Mitchell

Re: [PHP] Sessions + Variables + includes

2001-07-19 Thread ReDucTor
Username : Password : Profile Moo - Original Message - From: dosenbrei <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 10:01 PM Subject: [PHP] Sessions + Variables + includes > > > Hi > > Sorry for my bad english ;-) > > I'm wri

Re: [PHP] Getting the current URL (with arguments) as a variable, then removing another variable from that ?

2001-07-17 Thread ReDucTor
myfile.php?sub=web&page=web1 shouldn't it be?!!?!? - Original Message - From: Justin Colson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 1:51 AM Subject: [PHP] Getting the current URL (with arguments) as a variable, then removing another variable from that ?

[PHP] Message from hunter Problems

2001-07-15 Thread ReDucTor
hey, That message sent here, by hunter the "Re: [PHP] Anybody using Miva or hosted at ...", i open it in outlook, and my outlook frezzes...any one know why? :) - James "ReDucTor" Mitchell

Re: [PHP] Problem with is_file function on WinNT and apache HELP!

2001-07-13 Thread ReDucTor
http://www.evilwalrus.com/download_agree.php?codeEx=304 is a good example of using directory handles, works in windows... - Original Message - From: Antony Cleave <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 14, 2001 1:17 AM Subject: [PHP] Problem with is_file function

Re: [PHP] PDF Problems

2001-07-09 Thread ReDucTor
Fatal error: PDFlib error: Beta expired - retrieve new version from www.pdflib.com in c:\phpdev3\www\pdf\test.php on line 2 hahahahha - Original Message - From: ReDucTor <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 4:22 PM Subject: Re: [PHP]

Re: [PHP] PDF Problems

2001-07-09 Thread ReDucTor
Shit i only have 4.0 ): - Original Message - From: David Robley <[EMAIL PROTECTED]> To: ReDucTor <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 4:18 PM Subject: Re: [PHP] PDF Problems > On Tue, 10 Jul 2001 15:40, ReDucTor wrote: > &

[PHP] PDF Problems

2001-07-09 Thread ReDucTor
I get undefined func on pdf_new but on all the other pdf functions they work, but i first need the pdf_new then i tried cpdf, all works, but i can't seem to get text onto a page...HELP ME - James "ReDucTor" Mitchell

[PHP] Domain question

2001-07-09 Thread ReDucTor
Hey, What are some domain places that allow mass whois??? for like a few hundred domains at once...? - Jame "ReDucTor" Mitchell

Re: [PHP] simple question

2001-07-08 Thread ReDucTor
but this is what comes out (\x5c)(\x5c)(\x5c)(\x5c)m192(\x5c)168(\x5c)0(\x5c)2(\x5c)27015 and \x5c is \ ne1 know why? - Original Message - From: Chris Lambert <[EMAIL PROTECTED]> To: ReDucTor <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 2:47 A

[PHP] simple question

2001-07-08 Thread ReDucTor
is there a function to turn all chars that are not alphanumric to show \xhh but hh being the hex version of it :)?

Re: [PHP] foreach loop

2001-07-07 Thread ReDucTor
We would blame Mac/Apple - Original Message - From: PHPBeginner.com <[EMAIL PROTECTED]> To: John Meyer <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, July 08, 2001 3:10 AM Subject: RE: [PHP] foreach loop > > > >If we didn't have Microsoft, we'd have to blame ourselves for all of

Re: [PHP] file function. please help..

2001-07-06 Thread ReDucTor
huh, explain a little more??? - Original Message - From: Doron <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 07, 2001 6:09 PM Subject: [PHP] file function. please help.. > hello. > how can i make the file function to put the first 9 lines, in values > 01, 02, 03, 04,

Re: [PHP] hey, got a question....

2001-07-06 Thread ReDucTor
nothing wrong with windows - Original Message - From: Christopher Allen <[EMAIL PROTECTED]> To: ReDucTor <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 3:21 AM Subject: Re: [PHP] hey, got a question > well theres your p

Re: [PHP] hey, got a question....

2001-07-06 Thread ReDucTor
Windows - Original Message - From: Christopher Allen <[EMAIL PROTECTED]> To: ReDucTor <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 2:45 AM Subject: Re: [PHP] hey, got a question > what's the OS? > > > ----- Original Messa

Re: [PHP] hey, got a question....

2001-07-06 Thread ReDucTor
It's just a port that isn't open on the NAT, i have attempted to open it, just isn't opening, but i want to know if it is possible to use Socks in PHP - Original Message - From: Kurt Lieber <[EMAIL PROTECTED]> To: ReDucTor <[EMAIL PROTECTED]>; <[EMAIL PROTE

[PHP] hey, got a question....

2001-07-06 Thread ReDucTor
i can't seem to access certain ports, through a nat program i have setup on the computer here with the net, but i was thinking i could use something like socks, because i want to setup some fsockopen() stuff...but i can't use it on the ports i want, just frezzez...works over the lan fine, and o

Re: [PHP] Number of the line ?

2001-07-06 Thread ReDucTor
get editplus at editplus.com great program, has syntax highlighting, numbers, auto complete, everything - James "ReDucTor" Mitchell - Original Message - From: Emmanuel FAIVRE <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 6:19 PM Su

  1   2   >