Hi, I am having a little problem here, I have a .htaccess that looks
thus:
RewriteEngine on
RewriteBase /INDEX
RewriteRule ^(.*\.(log|sqlite))$ index.php [L]
RewriteRule ^(.*\.(js|css|png|jpg|gif|xml))$ [L]
RewriteRule ^(.*)$ index.php?m=$1 [L,QSA]
When I type "http://foo/INDEX/mp3"; it goes [in
hce wrote:
> I am not certain if the msg_send / msg_receive in PHP can talk to the
> external C program msg_send / msg_receive as PHP and external C
> program are in different processes, different memory spaces.
System V message queues are intended for just that; IPC = Inter Process
Communicati
i suppose i put too much faith in the right hand nav on the w3cschools site
=/
http://www.w3.org/ is the site to use for up to date standards.
--
Richard Heyes
Employ me:
http://www.phpguru.org/cv
++
| Access SSH with a Windows mapped drive |
|
Hi,
As far as I remember, in all books I read about PHP and SQL, the
password was stored in an encrypted form, even when all the data which
should be protected by the password was stored in the same database.
Can anybody tell me what is the motivation behind this approach?
If somebody hacks the d
Dietrich Bollmann wrote:
> As far as I remember, in all books I read about PHP and SQL, the
> password was stored in an encrypted form, even when all the data which
> should be protected by the password was stored in the same database.
>
> Can anybody tell me what is the motivation behind this ap
hce wrote:
Let me first describe the requirement more:
The C program is a major business server
I would not connect applications on low level.
I would think of a "web services" type of interface - http request and
xml response (Steven suggested, for example, SOAP - but it does not need
to b
2. It's useful if the host company and the client keep the same office
hours.
If you have a hosting company with 9 to 5 office hours, you are dead,
even if it is next door.
Iv
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Dietrich Bollmann wrote:
Hi,
As far as I remember, in all books I read about PHP and SQL, the
password was stored in an encrypted form, even when all the data which
should be protected by the password was stored in the same database.
Can anybody tell me what is the motivation behind this approa
Shelley wrote:
I am working on a sns site, and now my practice is grouping classes of a
function
"classes of a function"... perhaps "classes related to certain
functionality"?
(i. e. subscription) together. When I need it, just load the "package":
subscription.
Right? ;)
Hm... I do not k
Hi tul,
So this was a very long and informative answer :)
Thank you very much!
On Fri, 2008-06-13 at 12:02 +0200, M. Sokolewicz wrote:
> [...] However, people usually write code which may (and will most
> of the time) containt exploitable sections which might give a malicious
> user the abilit
Hi!.
I need to create a pageflip magazine (you know, a flash magazine).
My client ask me to do a little php program that convert a full pdf
magazine into a pageflip magazine.
My doubt is: It's possible with php to read a full pdf and make an image
for each page?
Thanks a lot.
Ray.
--
PHP Gen
Dietrich Bollmann wrote:
Hi tul,
So this was a very long and informative answer :)
Thank you very much!
On Fri, 2008-06-13 at 12:02 +0200, M. Sokolewicz wrote:
[...] However, people usually write code which may (and will most
of the time) containt exploitable sections which might give a malic
On Fri, Jun 13, 2008 at 4:35 AM, Richard Heyes <[EMAIL PROTECTED]> wrote:
>> i suppose i put too much faith in the right hand nav on the w3cschools
>> site
>> =/
>
> http://www.w3.org/ is the site to use for up to date standards.
Well that is a bit ironic as just the other day you said you didn't
Ray Mckoy wrote:
> Hi!.
> I need to create a pageflip magazine (you know, a flash magazine).
> My client ask me to do a little php program that convert a full pdf
> magazine into a pageflip magazine.
> My doubt is: It's possible with php to read a full pdf and make an
> image for each page?
Dunno
On Thu, Jun 12, 2008 at 10:05 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
>>
>> CVS conflict?? :)
>
> Actually, I should say... the backup file due to a CVS conflict or auto
> merge.
Which is funny to see when you're editing a Vim-backup of a
backed-up file and it gets swept up by an automa
On Fri, Jun 13, 2008 at 2:09 AM, Joseph Subida <[EMAIL PROTECTED]> wrote:
>
> 105: 106: echo $_SERVER['HTTP_USER_AGENT'];
> 107: ?>
>
> All the code before line 105 is code that I've been messing around with. I
> tried testing those three lines in its own file. But I still get the same
> error:
>
SenTnel wrote:
Hello!
Im new to programing and this is the situation I have with a first level
basic php tutorial: One of the samples uses a simple order form that submits
to this page and is supposed to return the values entered on that form. This
is the code not working:
Your order"; // Star
Thank you Shawn!
Just to make sure, "the long way" IS the correct way?
Thanks again!
Shawn McKenzie wrote:
>
> SenTnel wrote:
>> Hello!
>>
>> Im new to programing and this is the situation I have with a first level
>> basic php tutorial: One of the samples uses a simple order form that
>> s
On Fri, Jun 13, 2008 at 4:11 AM, Miguel J. Jiménez
<[EMAIL PROTECTED]> wrote:
>
> How can I make apache work fine with "http://foo/INDEX/mp3"; and
> redirect to an error page (or moved url or wahtever)
> with "http://foo/INDEX/index.php?m=mp3"; (from the client view)
You can start by asking yo
On Fri, Jun 13, 2008 at 5:56 AM, Iv Ray <[EMAIL PROTECTED]> wrote:
>> 2. It's useful if the host company and the client keep the same office
>> hours.
>
> If you have a hosting company with 9 to 5 office hours, you are dead, even
> if it is next door.
I was waiting for someone to say that. ;-
Imagemagick, with some php code, probably will do it.
Per Jessen wrote:
Ray Mckoy wrote:
Hi!.
I need to create a pageflip magazine (you know, a flash magazine).
My client ask me to do a little php program that convert a full pdf
magazine into a pageflip magazine.
My doubt is: It's possible wit
Hi, Greg:
I have just run the command
[EMAIL PROTECTED] php-5.2.6]# php -m | grep mssql
mssql
It appears that my RPM is fully installed. I could ping to the machine, but I
could not connect to it. I have set the TCP to 1433, and UDP to 1434.
Therefore, even though my syntax
$dbhandle= mssql_
Hi,
I am having problems with the below test case. I am using an extended
googlebase Atom format to store my data. Included in the test case is
a simplified version of my XML-document.
PROBLEM:
Why do I need to re-register namespace 'a' when using xpath through
the result of a previous xpath()-s
On Jun 13, 2008, at 10:27 AM, Daniel Brown wrote:
On Fri, Jun 13, 2008 at 5:56 AM, Iv Ray <[EMAIL PROTECTED]> wrote:
2. It's useful if the host company and the client keep the same
office
hours.
If you have a hosting company with 9 to 5 office hours, you are
dead, even
if it is next doo
On Fri, 13 Jun 2008 10:32:22 -0400
"Wei, Alice J." <[EMAIL PROTECTED]> wrote:
> Hi, Greg:
>
> I have just run the command
>
> [EMAIL PROTECTED] php-5.2.6]# php -m | grep mssql
> mssql
>
> It appears that my RPM is fully installed. I could ping to the
> machine, but I could not connect to it.
SenTnel wrote:
Thank you Shawn!
Just to make sure, "the long way" IS the correct way?
Thanks again!
Shawn McKenzie wrote:
SenTnel wrote:
Hello!
Im new to programing and this is the situation I have with a first level
basic php tutorial: One of the samples uses a simple order form that
sub
Thanks! :handshake:
Shawn McKenzie wrote:
>
> SenTnel wrote:
>> Thank you Shawn!
>>
>> Just to make sure, "the long way" IS the correct way?
>>
>> Thanks again!
>>
>>
>>
>> Shawn McKenzie wrote:
>>> SenTnel wrote:
Hello!
Im new to programing and this is the situation I have
> -Original Message-
> From: Eric Butera [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 13, 2008 7:22 AM
> To: [EMAIL PROTECTED]
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] Re: HTML 5
>
> On Fri, Jun 13, 2008 at 4:35 AM, Richard Heyes <[EMAIL PROTECTED]>
> wrote:
> >> i suppose i
> -Original Message-
> From: Arno Kuhl [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 12, 2008 1:13 AM
> To: 'Michelle Konzack'; 'PHP - General'
> Subject: RE: [PHP] Forum coded in PHP with mail and news gateway
>
> Not sure about the gateways but you can look at www.phpbb.com
>
>
> --
Hi, Greg:
i have went back to the conf file I have in the freetds directory to edit the
server information to
# A typical Microsoft server
[egServer70]
host = 192.168.10.128
port = 1433
tds version = 7.2
Since I am using MS SQL 2005, I thought I would have to change thi
Hi,
In my web server, I cant send mail by PHPMailer. But If I login by the
squirellmail webclient my hosting provider gave, it sends email promptly.
Can anyone tell me what could be the reason?
--
Shiplu
http://talk.cmyweb.net
2008/6/13 Iv Ray <[EMAIL PROTECTED]>:
>> 2. It's useful if the host company and the client keep the same office
>> hours.
>
> If you have a hosting company with 9 to 5 office hours, you are dead, even
> if it is next door.
Out of hours technical support often gets billed at a punitive rate.
Which
On Fri, Jun 13, 2008 at 11:55 AM, Shiplu <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In my web server, I cant send mail by PHPMailer. But If I login by the
> squirellmail webclient my hosting provider gave, it sends email promptly.
> Can anyone tell me what could be the reason?
>
> --
> Shiplu
> http://t
On Thu, Jun 12, 2008 at 8:18 PM, Sebastian Camino <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> I want to know what the "#" char does. On a website I was working at, I
> tried to open a file with a "#" in it's name and I got an error. So I'd
> really appreciate any help to know how to avoid the error an
> -Original Message-
> From: Shiplu [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 13, 2008 10:55 AM
> To: PHP General list
> Subject: [PHP] PHPMailer not working but Squirell mail works
>
> Hi,
>
> In my web server, I cant send mail by PHPMailer. But If I login by the
> squirellmail webc
On Fri, Jun 13, 2008 at 8:20 AM, M. Sokolewicz <[EMAIL PROTECTED]> wrote:
> Dietrich Bollmann wrote:
>
>> Hi tul,
>> So this was a very long and informative answer :)
>> Thank you very much!
>>
>> On Fri, 2008-06-13 at 12:02 +0200, M. Sokolewicz wrote:
>>
>>> [...] However, people usually write co
> -Original Message-
> From: Wei, Alice J. [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 13, 2008 10:25 AM
> To: Greg Maruszeczka; php-general@lists.php.net
> Subject: RE: [PHP] PHP Runs But Does NOT Connect to MSSQL Server
>
> Hi, Greg:
>
> i have went back to the conf file I have in t
On Fri, 13 Jun 2008 10:41:54 -0500
"Boyd, Todd M." <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Wei, Alice J. [mailto:[EMAIL PROTECTED]
> > Sent: Friday, June 13, 2008 10:25 AM
> > To: Greg Maruszeczka; php-general@lists.php.net
> > Subject: RE: [PHP] PHP Runs But Does NOT C
On Fri, Jun 13, 2008 at 12:00 PM, Boyd, Todd M. <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Shiplu [mailto:[EMAIL PROTECTED]
> > Sent: Friday, June 13, 2008 10:55 AM
> > To: PHP General list
> > Subject: [PHP] PHPMailer not working but Squirell mail works
> >
> > Hi,
> >
>
Hello,
How can i capture homepage screenshot of a webpage by php?
I know a way.
I'll run a executable written in C/C++. when It will be called to process a
screen shot It will just load the webpage in firefox and capture the image.
It'll send the image path to php. The executable will be running.
Joseph Subida wrote:
Daniel Brown wrote:
On Wed, Jun 11, 2008 at 11:51 PM, Joseph Subida
<[EMAIL PROTECTED]> wrote:
Hi.
I am new to PHP. I found a tutorial that said to copy and paste the
code
into a .php document and open it in my browser:
I'm pretty sure PHP is enabled on my computer. I
Well that is a bit ironic as just the other day you said you didn't
care about standards[1] as far as redirects were concerned. :P
[1] http://www.mail-archive.com/php-general@lists.php.net/msg228512.html
Note the smileys... :-)
--
Richard Heyes
Employ me:
http://www.phpguru.org/cv
+
On Fri, Jun 13, 2008 at 1:51 PM, PJ <[EMAIL PROTECTED]> wrote:
>
> I had a similar problem and this was suggested and it worked for me:
>
> Try to put the global $_SERVER['HTTP_USER_AGENT'] into {}brackets:
>
> echo '{$_SERVER['HTTP_USER_AGENT']}';
>
> I'm not sure about the single quotes in your s
On Fri, Jun 13, 2008 at 1:46 PM, Shiplu <[EMAIL PROTECTED]> wrote:
> Hello,
> How can i capture homepage screenshot of a webpage by php?
>
> I know a way.
> I'll run a executable written in C/C++. when It will be called to process a
> screen shot It will just load the webpage in firefox and captur
On Fri, 2008-06-13 at 19:22 +0100, Richard Heyes wrote:
> > Well that is a bit ironic as just the other day you said you didn't
> > care about standards[1] as far as redirects were concerned. :P
> >
> > [1] http://www.mail-archive.com/php-general@lists.php.net/msg228512.html
>
> Note the smileys
On Fri, Jun 13, 2008 at 1:46 PM, Shiplu <[EMAIL PROTECTED]> wrote:
> Hello,
> How can i capture homepage screenshot of a webpage by php?
>
> I know a way.
> I'll run a executable written in C/C++. when It will be called to process a
> screen shot It will just load the webpage in firefox and capture
Daniel Brown wrote:
On Fri, Jun 13, 2008 at 1:46 PM, Shiplu <[EMAIL PROTECTED]> wrote:
Hello,
How can i capture homepage screenshot of a webpage by php?
I know a way.
I'll run a executable written in C/C++. when It will be called to process a
screen shot It will just load the webpage in firefox
On Fri, 2008-06-13 at 14:38 -0400, Bastien Koert wrote:
> On Fri, Jun 13, 2008 at 1:46 PM, Shiplu <[EMAIL PROTECTED]> wrote:
>
> > Hello,
> > How can i capture homepage screenshot of a webpage by php?
> >
> > I know a way.
> > I'll run a executable written in C/C++. when It will be called to proce
On Fri, 2008-06-13 at 14:45 -0400, Daniel Brown wrote:
> There are several commercial options available, but I may put
> together a script this afternoon capable of generating thumbnails from
> websites. If I do, I'll keep you informed.
>
In my project, we do this through a small Python ap
On Fri, Jun 13, 2008 at 12:45 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> On Fri, Jun 13, 2008 at 1:46 PM, Shiplu <[EMAIL PROTECTED]> wrote:
> > Hello,
> > How can i capture homepage screenshot of a webpage by php?
> >
> > I know a way.
> > I'll run a executable written in C/C++. when It will be
Hi, Greg:
One of the members on the list advised me to use telnet to see if this is
working. I have fixed up my errors so that it now gives me this:
Connected to 192.168.10.68.
Escape character is '^]'.
This appears to signify that I can now actually connect to the actual server,
while I can
On Fri, Jun 13, 2008 at 2:38 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> On Fri, Jun 13, 2008 at 4:35 PM, Nathan Nobbe <[EMAIL PROTECTED]>
> wrote:
> >
> > btw. im curious to see your implementation dan ;)
>
> I thought I was going to have time to do it all start to finish
> today, but that
On Fri, Jun 13, 2008 at 4:56 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
>
> it took me longer than i thought too. the main issues are performance ones.
My main issues are paid projects taking precedence over non-paid. ;-P
> 1. time to capture a single screen (need a decent box to ensure th
On Fri, Jun 13, 2008 at 4:35 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote:
>
> btw. im curious to see your implementation dan ;)
I thought I was going to have time to do it all start to finish
today, but that won't be the case. However, once I have it working,
it'll be in the Subversion reposi
Hey!
Heres what i have done so far:
I ask the user for his style of music by displaying for example 3 links in the
like rock, pop,sentimental
when the user clicks on any of those links i do a quick trip to the DB via ajax
and update the div with all the artists that his choice merits... same
On Fri, Jun 13, 2008 at 4:49 PM, Ryan S <[EMAIL PROTECTED]> wrote:
>
> when the user clicks on any of those links i do a quick trip to the DB via
> ajax and update the div with all the artists that his choice merits... same
> thing when he clicks the bands name... this time i display all of their
> -Original Message-
> From: Daniel Brown [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 13, 2008 4:13 PM
> To: Ryan S
> Cc: php php
> Subject: Re: [PHP] Kindla 0T, but here goes...
>
> On Fri, Jun 13, 2008 at 4:49 PM, Ryan S <[EMAIL PROTECTED]> wrote:
> >
> > when the user clicks on any o
Hello.
I have this script (script1.php):
I need to send the $a variable to script2.php, but i don´t want to send it
in the url.
Is there another method?
Maybe with another header instruction without putting in the url?
Thank you.
On Fri, Jun 13, 2008 at 3:49 PM, R B <[EMAIL PROTECTED]> wrote:
> Hello.
>
> I have this script (script1.php):
>
> $a = "Hello";
> header("Location: script2.php");
> ?>
>
> I need to send the $a variable to script2.php, but i don´t want to send it
> in the url.
>
> Is there another method?
>
>
> -Original Message-
> From: R B [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 13, 2008 4:50 PM
> To: PHP List
> Subject: [PHP] Another way to send variables
>
> Hello.
>
> I have this script (script1.php):
>
> $a = "Hello";
> header("Location: script2.php");
> ?>
>
> I need to send
On Fri, Jun 13, 2008 at 5:01 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> On Fri, Jun 13, 2008 at 4:56 PM, Nathan Nobbe <[EMAIL PROTECTED]>
> wrote:
> >
> > it took me longer than i thought too. the main issues are performance
> ones.
>
> My main issues are paid projects taking precedence ov
On Fri, Jun 13, 2008 at 5:49 PM, R B <[EMAIL PROTECTED]> wrote:
> Hello.
>
> I have this script (script1.php):
>
> $a = "Hello";
> header("Location: script2.php");
> ?>
>
> I need to send the $a variable to script2.php, but i don´t want to send it
> in the url.
>
> Is there another method?
On Fri, Jun 13, 2008 at 5:59 PM, Shiplu <[EMAIL PROTECTED]> wrote:
>
> Well, As I need it. is there any cheap commercial solution?
Sure. You can hire me to write it for you. ;-P
Searching Google for `website thumbnail scripts` should give you
some results --- including some that are hos
Hello,
I´m making a video manual, but i don´t want to be cached in the client
machine.
I make a script like this:
With Internet explorer the script works fine. But Firefox have two types of
cache: Memory cache and disk cache.
With firefox disk cache, the script works fine, because don´t appear
On 13 Jun 2008, at 23:12, R B wrote:
I´m making a video manual, but i don´t want to be cached in the client
machine.
I make a script like this:
With Internet explorer the script works fine. But Firefox have two
types of
cache: Memory cache and disk cache.
With firefox disk cache, the scrip
The video manual it´s not for me, it´s for a customer and he don´t want to
be cached in the client machine...
If you put in firefoxin the url area: about:cache , firefox display the
Memory cache and the Disk cache...
I search in both caches, and the video appears in the memory cache.
On Fri, J
On 13 Jun 2008, at 23:20, R B wrote:
The video manual it´s not for me, it´s for a customer and he don´t
want to be cached in the client machine...
If you put in firefoxin the url area: about:cache , firefox
display the Memory cache and the Disk cache...
I search in both caches, and the v
Robin Vickery wrote:
Out of hours technical support often gets billed at a punitive rate.
Which is a bugger if their "out of hours" is your working day.
It seems you haven't tried Rackspace (UK) yet.
And while you might get tech support out of hours, accounts and
billing usually keep normal o
Shiplu wrote:
In my web server, I cant send mail by PHPMailer.
What does this mean?
Do you get an error message, etc.?
Iv
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey guys!
Thanks for replying!
Cant find any midi flash player... looks like it has to be mp3, in which case
can anybody recommend a place for open licensed mp3s for songs like "happy
birthday" etc
maybe just instrumental stuff?
Thanks!
R
> -Original Message-
> From: Daniel Brown
At 11:47 PM +0100 6/13/08, Stut wrote:
On 13 Jun 2008, at 23:20, R B wrote:
I search in both caches, and the video appears in the memory cache.
Sorry, but that doesn't answer the question of why you/he doesn't
want it to be cached. If he's trying to protect the videos from
being copied then
Hello,
on 06/12/2008 09:46 AM Colin Sidwell said the following:
> Hi,
>
> We are looking for someone to develop & host a PHP site in the UK.
>
> The site is a corporate rewards site that enables users to buy gifts
> with with points they have been given by their employer.
>
> URL is here-
>
>
Hello,
on 06/13/2008 02:46 PM Shiplu said the following:
> Hello,
> How can i capture homepage screenshot of a webpage by php?
>
> I know a way.
> I'll run a executable written in C/C++. when It will be called to process a
> screen shot It will just load the webpage in firefox and capture the ima
On Fri, 2008-06-13 at 14:20 +0200, M. Sokolewicz wrote:
> Considering you're already jailing access by linking a specific url to a
> specific password you're making the impact of a hacked password pretty
> small. Which is a good thing :)
> I would recommend, if you go this way, to add an expiry
Taking into mind that email addresses extracted out of hacked
databases is one of the main spam industry seeders, I always wonder
why web application developers don't consider encrypting emails the
same way they consider encrypting password! Once a hacker has full
access to a database, an encrypted
On Fri, Jun 13, 2008 at 8:02 PM, tedd <[EMAIL PROTECTED]> wrote:
> At 11:47 PM +0100 6/13/08, Stut wrote:
>
>> On 13 Jun 2008, at 23:20, R B wrote:
>>
>>> I search in both caches, and the video appears in the memory cache.
>>>
>>
>> Sorry, but that doesn't answer the question of why you/he doesn't
76 matches
Mail list logo