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
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+.
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
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
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
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.
>
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
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
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
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
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]>
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
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
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
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]
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
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
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
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
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
\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, "
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
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
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
. $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]
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
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
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?
>
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]
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
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
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
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
"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
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]
>
> --
>
> 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
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
>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: "
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
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
, 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
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
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]
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: <
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
- 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???
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
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,
- 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
>
> ___
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
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
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
>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:
$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
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?
>
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
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
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
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
$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\
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
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
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
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
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
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
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
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
$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 !
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]
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
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
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
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
&
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 == "
$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
".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
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]&
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
hey,
Does any one know how to stop people breaking frames?!?
- James "ReDucTor" Mitchell
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
$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
>
> --
> --=-=-=-=-=-=-=-=-=-=-=-=
Hey,
does any one know a way to use paypal with php?
- James "ReDucTor" Mitchell
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
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 ?
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
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
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]
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:
> &
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
Hey,
What are some domain places that allow mass whois??? for like a few hundred domains
at once...?
- Jame "ReDucTor" Mitchell
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
is there a function to turn all chars that are not alphanumric to show \xhh but hh
being the hex version of it :)?
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
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,
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
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
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
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
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 - 100 of 129 matches
Mail list logo