Re: [PHP] Re: [PHP-WEBMASTER] Re: [PHP] The Cat Signal

2012-07-21 Thread With No Name
On Fri, July 20, 2012 10:04, Lester Caine wrote:
 In Europe VAT is applied even on on-line sales. It is the likes of Amazon
  shipping bulk stock from overseas 'clients' into European warehouses and
 then supplying them without VAT added directly in Europe that is the
 problem! How can I compete with someone who is also giving next day
 delivery, but 20% cheaper ... American sellers are one of the problems
 here.

It depends, because in Europe (I live in Germany), VAT is only added if
the value + shiping exceeds 25 Euro and customs are only added, if the
value exceeds 150 Euro

It does NOT discriminate American sellers, because German sellers have to
bill the VAT too

Also I buy regulary in the USA and even with heavy USPS costs plus Import-VAT
I am mostly lesser expensive as if I buy in Germany...

Greetings

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Fwd: ezmlm warning

2011-07-21 Thread With No Name
On Wed, July 20, 2011 11:00 am, Tamara Temple wrote:
 Um... what's going on here? Why would google mail be bouncing??

I have gotten the same ezmlm message for my account, but I have ask my
provider (she is on th list too) and there are no errors in then Server
Logs...

Greetings
KK

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Fwd: ezmlm warning

2011-07-21 Thread With No Name
On Wed, July 20, 2011 5:00 pm, Jim Lucas wrote:
 1.
 http://www.mxtoolbox.com/SuperTool.aspx?action=blacklist%3a76.75.200.58

This say all:  SORBS


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] How to implement Authentication of UNIX users?

2011-06-27 Thread With No Name
Hello,

I try to code a Webinterface to access my Server @home which has a
couple of UNIX users.

However, I like to have only one website where users must go to whatch
the content of there Folders, which mean, I need a maping which is not
the problem but how must I make the Login/Passwd process, that I get
the right users ${HOME} and can work on it?

I have found one suggestion in the php-general archive, but this is a
very huge monster I do not want to use (40 MByte only to authentcate?)

Thanks


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] How to implement Authentication of UNIX users?

2011-06-27 Thread With No Name
On Mon, June 27, 2011 5:41 pm, vikash.i...@gmail.com wrote:
 This may help: http://php.net/manual/en/book.ssh2.php

Unfortunately not, I have only one server on my DSL and using
ssh on the same host has a poor performance.  I have tried it
already and each download or directory change takes ages...

SSH need arround 2-7 seconds to respond to a new connect.

Thanks


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] I have a mail in text plain, how i can imap_fetchstructure() ?

2005-07-13 Thread Your Name
Hello,

I have a list of mails taken from my old host in cPanel

Now i want read this messages, and they are in text plain.

Wath i can do ?

I submit each message to me BD MySQL, but when i do this:[PHPNET]SELECT
* FROM mails WHERE...[/PHPNET] And
after[PHPNET]imap_fetchstructure($mail);[PHPNET]This only ERROR.

Say:

Warning: imap_fetchstructure(): supplied argument is not a valid imap
resource in /home...

AND [PHPNET]imap_fetchstructure($mail,0);[PHPNET]Is =
AND [PHPNET]imap_fetchstructure($mail,1);[PHPNET]Is =

How i can read this mail in MySQL or textfile ?
The point is do imap_fetchstructure() becouse some mails have Files.

Thanks.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] XHTML 1.1 + php sessions = :(

2005-02-18 Thread Your Name
Thank you very much for that solution however I need something slitely 
different.  This is a CMS for distribution... not everybody that's 
going to use it can go in and edit the config files.  I've heard of a 
command called ini_set(); which temporarily changes it just for the 
script.  Would you mind letting me know how to use ini_set(); with the 
use only sessions command?  Thank-you very very much!


 On Wed, 2005-02-16 at 19:07, b1nary Developement Team wrote:
  Hi there guys... First time caller here ;).
  
  I'm currently developing a content management system.  One of it's 
  features is that it's going to be completely standards compliant 
(XHTML 
  1.1).
  
  I'm having some troubles however, and they come in the form of 
  sessions.  When I use session_start(), it throws the PHPSESSID 
into the 
  URL of all of my links and form actions and what not.  This is a 
problem 
  because in my forms it throws in a hidden input, which doesn't 
validate 
  right, plus they don't use amp; insteand of just .  Is there any 
way 
  to stop a session from being passed through the URL?
  
 
 Sure enable session.use_only_cookies in php.cfg and cookies will be
 used. nothing in the page sent to the browser at all as far as I 
know.
 
 http://us4.php.net/session
 
 Bret
  -- 
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 

-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php