I've been using Gmail and thought you might like to try it out. Here's
an invitation to create an account.
-------
Ruben Knol has invited you to open a free Gmail account.
To accept this invitation and register for yo
Has someone implemented the php client of viafirma [
http://www.viafirma.com/]?
Thanks !!!
--
http://peachep.wordpress.com
O.K Angelo,
I wish you that you find the code useful for your projects.
Best Regards !!
Rubén Crespo
2009/9/30 Angelo Zanetti
>
>
>
>
> _
>
> From: Ruben Crespo [mailto:rumails...@gmail.com]
> Sent: 30 September 2009 01:23 PM
> To: Angelo Zanetti
>
Hi all,
Maybe it is not just what you need but could be helpfull.
Here you have the code:
//---paginator.php
Page ".$current." of ".$total_pages."";
$Goto = "Go to Page";
$go = "Go";
$texto = "
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A good way to detect if javascript exists is (cross-browser,
cross-platform):
You try to load javascript_exists.htm.
-
javascript_exists.htm:
...
Javascript is actived!!
- --
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
T.Lensselink escribió:
> You can store the emails in a database or textfile when an error occurs.
> And use crontab to check the stored messages and send them to the mailserver.
Is out there something that actually do it?
-BEGIN PGP SIGNATURE-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
clive escribió:
> Ruben Rubio wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
> the MTA then something is very wrong
>
> Why cant you save the email in a file or a database and then send it
> later your
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I have a question sending mails from PHP. Actually I am using phpmailer
(is good!!) but when this class sends an email and there is an error
(Mail server is not ready) It just reports error and email is lost.
Is out there any way to save failed e
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This is php cconfiguration.
Add this to php.ini
session.cache_limiter=none
[EMAIL PROTECTED] wrote:
> Hi,
> Could somebody explain to me what to do to skip this message I'm getting
> after I search for some products on my page, got the list of produ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
>
> $authstring = md5("asdf".$email."fdsa");
>
md5 is unsecure.
Use sha1 ( http://www.php.net/sha1 ) instead
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFE/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
1) You can configure nobody (apache/php user) to log with ssh key
verification (You do not need to write a password) So you can execute
"ssh [EMAIL PROTECTED]" and you can login without write any password.
2) Configure a php that execute a perl scri
Solved installing csv version.
Is it officially stable?
Do anyone know when is it going to be stable?
Original Message
Subject:[PHP] Problem installing php
Date: Tue, 11 Jul 2006 12:04:18 +0200
From: Ruben Rubio Rey <[EMAIL PROTECTED]>
To: php-g
hive.
chmod 755 /usr/local/apache2/modules/libphp5.so
chmod: no se puede acceder a «/usr/local/apache2/modules/libphp5.so»: No
existe el fichero o el directorio
apxs:Error: Command failed with rc=65536
Thanks in advance,
Ruben Rubio
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
weetat wrote:
Hi all ,
I was using PEAR:HTTP_Upload to upload file in php 4.3.2.
Is ok , however i need to display some sort of progress monitor to
the user because some file is very large and took some times to upload.
I need to inform the users to uploading is in progress.
I have searc
tion seems to extend "_" function, that provides me the
posibility to report "strings" not found.
The bad think is that I ll have to make thousands of modifications in
order to implement this feature in the webpage :(
Thanks to everybody!
Richard Lynch wrote:
On Tue
Hi,
I am using gettext to get a web page in several languages.
When gettext does not found an string, it shows the string.
Is it possible to detect when a string is not found, in order to advis me ?
Thanks in advance,
Ruben Rubio Rey
--
PHP General Mailing List (http://www.php.net/)
To
Ben Ramsey wrote:
On 6/6/06 9:55 AM, Ruben Rubio Rey wrote:
Im having a trouble using memcached with pear db.
When im using memcache to store and retrieve an string, all works fine.
When Im using memcache to store a pear db resulset, it does not work!!
This retrieves data but pear::db does
Ben Ramsey wrote:
On 6/6/06 9:55 AM, Ruben Rubio Rey wrote:
Im having a trouble using memcached with pear db.
When im using memcache to store and retrieve an string, all works fine.
When Im using memcache to store a pear db resulset, it does not work!!
This retrieves data but pear::db does
Hi,
Im having a trouble using memcached with pear db.
When im using memcache to store and retrieve an string, all works fine.
When Im using memcache to store a pear db resulset, it does not work!!
This retrieves data but pear::db does not understand it.
I really dont know
Any ideas?
Thanks in
The best and simplest for me is prototype.js
Is much more than ajax ! 100% cross browser! ang GPL!
http://www.sergiopereira.com/articles/prototype.js.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Im having again a problem with hostname environment varible.
Hostname is set OK and it is now shown in phpinfo().
But if I run "php -i" hostname is set!
Any ideas?
Php version: 5.1.2
Configure './configure' '--with-apxs2=/usr/local/apache2/bin/apxs'
'--with-gettext' '--with-pgsql' '--enable-tra
Hi, I hace a functions that does a think, it cleans strange characters:
$trash_string='whateverwithstrangecharacterslikeñ';
$clean_string=strtr(trim($trash_string)," 'ç/-àáãèéìíòóõùúüñ()äëïö,",
"__c__aaaeeiiooouuun__aeio_");
Its strange, but if I work with php's charset iso8859-15 it works fin
It wasn't so hard!
I ll post the solution, so everyone ll be able to do it
function getlocationcoords($lat, $lon, $width, $height)
{
$lat=$lat*20;
$lon=$lon*28;
$x = (($lon + 180) * ($width / 360));
$y = ((($lat * -1) + 90) * ($height / 180));
return array("x"=>round($x),"y"=>rou
Anas Mughal wrote:
Lat and long are all you need for rendering on an X,Y coordinate.
Keep in mind to adjust the ratio of lat and long depending on where
you are on the globe.
Good luck!
--
Anas Mughal
any other details? I have tried to convert lat and long to x and y
coordinate but it not
Hi,
I have to create some maps from a latitude / longitude points.
Do anyone know how to convert it to plane coordenates? (In order to show
it on a bitmat)
I have already found a function but does not work very well ...
Any help will be apreciated.
Thanks in advance
--
PHP General Mailing L
|What PHP versioan are u using? (Maybe a known bug?)
What options did u use to compile?
|Temporarily solutions ...|
- round($Bar, 2)
Or
- intval($Bar*100)/100
|
Ben Miller wrote:
If anyone has an answer for this, I would be greatly appreciative.
I was trying to compare two values, the first
Kim Christensen wrote:
On 2/21/06, Ruben Rubio Rey <[EMAIL PROTECTED]> wrote:
How to set "Hostname" environment variable? (It contains the servers
name, not the servers domain)
Its a Linux server.
Try the "hostname" command. Depending on your linux distro, y
Hi,
How to set "Hostname" environment variable? (It contains the servers
name, not the servers domain)
Its a Linux server.
Thanks in advance.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Did u tried memcached? http://www.danga.com/memcached/
Albert wrote:
I wrote:
I am running SuSE 9.2 (Kernel 2.6.8-24-default) with Apache 2.0.50 and PHP
4.3.8 (as an Apache module) on a Celeron 900 with 304MB RAM. This machine
is used for testing. We have made some changes to our PHP appl
Script Head wrote:
Nobody has mentioned Fusebox (www.fusebox.org). I have been using it to
develop PHP applications for about 2 years. It has proven to be extremely
flexible when a large number of developers collaborate on one project.
jedit :)
Love macros and plugins!
http://www.jedit.org/
Mike Rondeau wrote:
I am still a newbie, but I am suprised that it effects browers at all, since it
returns
pure HTML to the browser, right? Something so simple as echoing a "hello world"
shouldn't cause trouble in so popular a browser as Netscape I would think...
* Netscape is not supor
Nanu Kalmanovitz wrote:
Hi
The http://www.kalmanovitz.co.il/hello.php file appears OK in M$-IE but
not in Netscape 7.0.
How can I fix it?
TIA
Nanu
Forget Netscape 7.0. Its not supported anymore. You should be worried
with mozilla / firefox.
Anyway, im almost sure that is not a php probl
Hi,
Im looking for a good forum thats supports high load. (Now between
300-2.000 active sessions, much more in next 2 years)
I have heard about vBulletin and PhpBB. At the moment I think vBulletin
is the best choice, because I know some very big places that uses it.
What do u think about th
Ok, I tried it before, it didn't work:
For example,
fifo file created as root:
mkfifo fifo
chmod 777 fifo
Try to execute it and execution never ends... browser is waiting for
ever ...
No errors in error php error log.
Any ideas?
Jay Blanchard wrote:
[snip]
I have a problem. I have creat
Hi,
I have a problem. I have created a fifo file (under linux) and I m not
able to append some line from a php script. There is not output error,
php just is executing for ever ...
How can I write a fifo file?
Thanks in advance
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
:(
Its not working
$bytes = @readfile($filename);
if ($bytes === false){
//error-handling code
}
There is not any output ?
Richard Lynch wrote:
On Fri, October 14, 2005 6:29 am, Ruben Rubio Rey wrote:
if(file_exists($filename)){
$modified_date=filemtime($filename
Richard Lynch wrote:
On Fri, October 14, 2005 6:29 am, Ruben Rubio Rey wrote:
if(file_exists($filename)){
$modified_date=filemtime($filename);
if(time()<($modified_date+1 * 24 * 60 * 60)){
$handle = fopen($filename, "r");
$contents =
In a "almost idle desktop machine" always takes arround 0.04.
The measured is on a server when it was with low traffic (average load
arround 0.7)
ac wrote:
where did these time measured?
on a heavily loaded server or on your own almost idle desktop machine ?
On 10/14/05, Ruben
Hi,
I m creating a cache system, and i have a problem: PHP takes a lot of
time opening the file. (Im using 2.6.9-1.667smp and XFS)
* For files less or equal 6 Kb, takes arround 0.02-0.03 miliseconds - its ok
* For files arround 35 Kb takes arround 0.2-0.4 miliseconds - too much.
What can I d
:) U have it. Its perferct. Im gonna check it, but seems to be the solution.
Raditha Dissanayake wrote:
While you are at SF checkout Mega Upload.
Ruben Rubio Rey wrote:
Anyway, if I would use any applet I ll use one of sourceforge.net.
Its free and I can modify source, so I can
Saswat Praharaj wrote:
I guess checking the content-length field in HTTP header will help you.
I have already tried it. PHP can read content-length after complete
file is transferred.
Regds,
-Saswat
On 10/6/05, Ruben <[EMAIL PROTECTED]> wrote:
Hi,
I have been trying _several
resources.
Any ideas?
Thanks in advance
Ruben Rubio Rey
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the server in my php script I want to
proccess each file separated because if the conexion is lost the user
don't have to send all the files again , only have to send the files
that haven't been uploaded and proccessed.
It seems hard.
Thanks in advance. ;-)
Ruben Alutiz
--
PHP Gener
:
===
[mail function]
SMTP = 127.0.0.1
===
Can anyone help pls ?
Tnx
--
Ruben Vanhoutte
Systems Admin
X-Treme Webhosting
Zakske 10
8000 Brugge
Belgium
Fortis 001-3688345-93
Btw: BE 518.853.394
HR: 95181
http://www.x-tremewebhosting.net
Hi:
Why is the "floor" function returning 27564 instead of 27565 in this
script? PHP version is 4.2.2.
Thanks!
Ruben.
#!/usr/bin/php -q
$b = 275.65 * 100;
echo "\n\nb= ".$b;
echo "\nfloor(b)= ".floor($b);// Incorrect. why 27564?
$b = 27565;
echo "\n\
Thanks a lot Chris:
'memory_limit' is the responsible. I have done a couple of tests and
AFAIK PHP shows no error at all when this limit is surpassed (I have
error_reporting = E_ALL & ~E_NOTICE in php.ini).
Ruben.
Chris Hewitt wrote:
Ruben wrote:
I'm running a 'bat
Hi:
I'm running a 'batch' PHP program from the shell with "#!/usr/bin/php
-q" as the first line. After some processing, it ends silently without
any visible notice or error. It processes information from a PostgreSQL
database and shows its progression (via echoes) until it suddenly stops.
This
Thank you all, let's see how good the machine will do...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have got the task to down our webserver, to see how stable she is, and how
easy/hard it is to get it on it's knees ;)
Does anyone have some ideas how to do it?
phpinfo() kan be found here:
http://devel.basm.be/phpinfo.php
Thanks Already,
Witch
--
PHP General Mailing List (http://www.php.
again.. one more thing How do I know how many days date differ? let's
say '2001-09-01' and '2001-09-08'.
Just looking for the fastest way of code to run.
- Original Message -
From: "* R&zE:" <[EMAIL PROTECTED]>
To: "Ker Ruben Ra
One more thing... If I got '2001-09-01'
Is there a fast way of incrementing the month of it?
making it '2001-10-01' ?
- Original Message -
From: "* R&zE:" <[EMAIL PROTECTED]>
To: "Ker Ruben Ramos" <[EMAIL PROTECTED]>; <[EMAIL PRO
ey guys.. how do i check if the postdata is a valid time format? something
like '2001-09-15'
I hate it when they'll be entering garbage in it...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To cont
Hi!
When I send email through "mail" function to a bad address, I don't get an
error message back, as I used to when using perl and sendmail. I've triyed
using "Return-Path" and "Errors-To" headers with no results.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAI
how do i check if user exist?
I tried...
$result = mysql_query("SELECT count(uname) FROM users WHERE
uname=\'$username@$domain\'");
if(isSet($result))
return("Username already exists.\n");
but still wont work.. :(
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
ey guys.. anyone know of doing something like with
net.yahoo.com/cgi-bin/trace.sh?ip_here .. something that prints out every
result of the traceroute command... not showing the result after command
exited
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED
Ey guys!
How do set only safe_mode = On
in certain directories while others are Off. And vice versa.
Thank You.
oops :) sorry... used the wrong lists
- Original Message -
From: "Rasmus Lerdorf" <[EMAIL PROTECTED]>
To: "Ker Ruben Ramos" <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 10:59 PM
Subject: Re: [PHP] Attachments in POP
> > Why are attachments
Why are attachments in POP cannot be viewed in latest IMP? but if I use
IMAP, it works just fine.
If i had safe_mode = On; in php.ini, How do i set
to have a certain directory that have safe_mode=Off ?
Thanks alot, now i know what are thos \\$NUM
but one more thing, where're those \\0 come from? just found it on some
scripts using \\0. seems to confuse me a bit.
Thanks
- Original Message -
From: "Dan Lowe" <[EMAIL PROTECTED]>
To: "Ker Ruben Ramos"
lt;[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 1:19 AM
Subject: Re: [PHP] ereg questions
> On Thu, 24 May 2001 01:01:16 +0800, Ker Ruben Ramos
> ([EMAIL PROTECTED]) wrote:
> >How do i change all '' to ' >href="file.php?file=anything
How do i change all '' to ''
any help out there?
ey guys,
what are the functions that's disabled if "safe_mode" is On?
also, what I just did now is disabling the functions exec() and system() just to
prevent shell commands.
but, how do i disable something like `ls -l /` ? the backticks.
Thanks guys
63 matches
Mail list logo