Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    PHP




GNUPG Email Front End


I've been trying to figure out if there is a real GNUPG front end for popular Windows email programs and so far I haven't found any. Yes, they say it's built in Becky but what if I'm using Netscape Mail or Outlook Express. Ok, I downloaded free PGP and it installes a whole bunch of utilities that I don't really need apart from the plain plug-ins. Yes, it does have a plug-in for Outlook Express and Eudora but not for Netscape Mail. I had to modify the gnupg options so pgp could decrypt it too. Well, my major concern is Netscape Mail actually but in general, I would like a plug-in for plain, "clean" gpg.

How do you solve the problem with the front end decryption?




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
PHP And GnuPG Problems
I'm just trying to encrypt a string using GnuPG, my public key is uploaded, etc. But it doesn't work. Here's my code if you want (but it's really the same as on the link), I replaced some variable values with generic ones: Code:

How To Use GnUPG With Form Data
I am looking to encrypt form data that is submitted over an SSL and send that via email to my client. I understand some of the basic encryption processes, but could someone help me understand :

1. How to encrypt the data with GnUPG before it is emailed.
2. What does my client need to be able to decrypt the data?
3. My web host currently offers GnUPG so I can generate the keys - what do I do next?

I have done some searching here already but I could use some getting started help.

Using GnuPG Via Exec() On Win2k
I am trying to run GnuPG encrypt and decrypt functions from a PHP
script on a Win2k machine. I have tried several variations to no
avail. Basically what I want to be able to do is something like this:

<?php
$cmdStr = 'C:GnuPGgpg -r recipient --encrypt file2encrypt.txt'
exec($cmdStr);
?>

Encrypting Form Data With GnuPG
I'm trying to get my PHP form processor to encrypt the data using GnuPG.

$gpg = 'usr/bin/gpg';
$recipient = 'first.last@domain.com';
$encrypted_message = base64_encode(shell_exec("echo $message | $gpg -e -r $recipient"));
What I get in return is "Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING" for the first or second line. I wonder why? Could it be that the path to the binary is wrong?

I have tried using double quotes and changing the variables names.

Front End For Php
which software can help me to build system using php... i means user friendly. it can help me to design the system easily.

@ In Front Of Variable
What is the @ for when put in front of a variable? I am looking at
some older code and have never used it myself.

Front For Mysql
Are there any good PHP scripts or pre written programs that deal with a
complex database?
Let me explain:
I'm in truck dispatch, and we've moved all tables to mysql and access them
on a network via ms access.
We will open another office in another city, and will want a "web" database.
Now here's what I'm after: Currently one form has various dropdown boxes to
pick customer, shipper, consignee, and carrier information. YES, I even
have the combos ask (ENTER SEARCH STRING), so all 17000 records do not show
up in the dropdown combo boxes. You might enter da for example to get all
occurrences of carries that start with da, i.e., Davis Transportation Inc.
Currently only about 5 da's. Of course the information in combos are pulled
from the customer database via a query. This all being done in ms access
with the mysql tables linked.

This is a very complex system, and all works perfect on a five computer
network.
By the way, choosing a shipper in a combobox fills in "ALL" necessary fields
for pickup, i.e., Address, contact person, phone number for directions, etc.
Can a web database even do something like this?

When I migrate to a "Web" database, I am looking for a good PHP script /
code / example that can handle this situation of dealing with multiple
lookups on one form, and filling in all required information without having
to type it in each time.

Ok PHP folks can this be done and where are the examples to learn off of?

To put it in a nutshell, I know how to populate a table, search, and edit
records in php. What I need are example of: Say you are entering a new
record, I need a "LOOKUP POPUP TABLE" with a search (enter search string)
like above, and a way to select a row, then the "LOOKUP POPUP TABLE" closes
and the original record I was entering has certain fields filled in. Liken
this to the "Northwind" example that comes with MS Access. In an order
example, they have some customer info auto filled in.

If all I needed was table / forn / search / edit, I could use DADABIK.

And one final question, Do I need a web database, or is it possible to
still use MS Access as a front end from another city / state in a client
server setup? I know how to network all this but not client / server from a
long distance.

@ Sign In Front Of An Command
Anybody can tell me what the @ sign means in this context?

$host = @gethostbyaddr($HTTP_SERVER_VARS["REMOTE_ADDR"]);

Using AJAX With A PHP Front Controller
I have a framework that uses the front controller design pattern for a
single point of entry to the application and the autoload function for
includes. I am trying to incorporate AJAX into the framework, but the
javascript calls to php ignore my front controller code when
instantiating classes.

MySQL FRONT Is Evil
I was trying to work out a text field that was not able to input data into the database. After trying every possible thing and posting problem on the forum as well, today I thought of doing something different. At that time my database was created using MYSQL FRONT, So today I created one in phpMyAdmin and guess what?

It worked just fine with the exactly same code. Mysql Front is evil!! took so much of my time. If anyone of you is having issues that does not make sense and are using Mysql Front, then it might be worth trying phpMyAdmin.

HTML, PHP, Front Page
I use Front Page 2000 to devolp my web content (don't hate me I just happen to like WYSIWYG better than physically writing out the code for HTML (a pain in the butt language :-) ) Anyways does anyone know if I can have it save files as .php instead of .html and use them in the web setup. Also another question how do I get a server to load index.php instead of index.htm?

FRONT PAGE + PHP (simple)?
I'm working on litle host site. It will give free hosts to users and accept
donations (if any).

I have problem with combining site who is build with front page (just html)
with who is script. I can not insert code of php in my page without errors.

HTML In Front Of XML While Using SOAP. Please Help.
I am writing some dotNET code to "consume" a web service written in
PHP. So far I have been getting some error messages and PHP seems to
place HTML text in front of the XML message. dotNET doesn't expect the
XML and then it chokes. This is what I get.

The <br> tag from namespace is not expected. Line 1, position 2.

I was able to capture the data going through the network and I've got
the outgoing and incoming messages. I put those at the end of the post
because they are too long.

Looking at them you can perfectly see the HTML I mentioned. In this
case the HTML part says I am missing arguments. That should be an error
message coded in SOAP. But there is more. There is an actual SOAP error
message, it looks like even when the call was bad it executed the code;
it must have put something on the missing parameters.

My biggest issue is that the HTML prevents me from doing proper error
handling on my side of the app. Is this fixable?

Ebay Listings Using Front Page
Anyone know the best way to get page created in front page 2002 in an
ebay listing. I've created a page but a lot of the format and graphics
are missing when viewed in ebay

Add A Little Peice Of Code In Front Of Every Link?
I have a site that I recently added in SEO urls. Everything works great, but none of my links go to the seo.

So I need a script that would add in a $variable before every link, automaticly.  Since I am not too skilled in php is would be really hard or me.If you are a PHP guru out there could you whip this up or me?

WordPress Front Page Display Problem......What Should I Do?
I use wordpress's latest version. 

I found one problem. I set up that from Reading section only 5 post should be visible on my site and also summary size. After click on update button and refresh my browser and see that, my all post are showing on my site's front page and every post also full form. I don't know what's the problem. I am not expert in php.So, I can' fix it.

PHP Script Putting Slashes In Front Of Apostrophes
I just put up a script where people can make their own quizzes, but when a user inputs a word with an apostrophe, it displays on the page with a slash in front of it. For example:

Eric/'s Quiz

Is there anyway to fix that?

The script is called phpQuest 0.15 from a site that's no longer around, and I couldn't find any help about this issue on the Archived version of the website.

Simplexml And Attributes With A Namespace In Front. How Do You Getthe Attribute?
Here's a bit of xml code that works.

<?php

$string =
"<?xml version="1.0" standalone="yes"?>
<world>
<people xmlns:ss="http://crap">
<person id="5">John Doe</person>
<person id="2">Susie Q. Public</person>
</people>
</world>";

$xml = simplexml_load_string($string);
print "<pre>";
print_r($xml);
print "</pre>";

foreach($xml->people->person as $p)
foreach($p->attributes() as $a =$b)
{
print "$a =$b<br />";
}

// prints out
// id =5
// id =2
?>

Now what if I change the first person to this
<person ss:id="5">John Doe</person>

Anyone know how to get the id?

This is a question that is pertinent to an excel .xml file as
you'll get lines like this
<Cell ss:Index="3">stuff</Cell>

btw: there is a guide on ibm that tells you how to do this with php
and dom. I'm just wondering if there's a way to do it with simplexml.

** ONLINE DATA INSERT --> MYSQL Front & PHP Script **
Im using MySql front and PHP 5 for some web shop.
I didn't try it so far but i guess that the online data insertation ( accept
costs and time ) should be the same process like for local connection.

Problem:
I have to create online ( on remote server ) some 6 tables and some 20
fields with MySql front.
Ok. This shouldn't be great problem ( i hope :-)).
The bigger problem is that i need to insert cca. 450 products ( into
differnt tables (products, pro_groups ... ) ) and i dont know how to make
this online.

For now ( 20 products ) i made all this thru localhost but now i have to
insert much more data and all this online...
The data is sorted thru groups ( 8 major groups ) so every product is part
of some group.

How can i insert data, online and how to pass so much products from
localhost to remote server ( maybe by reading some .txt file ? ).....

Need Email Address From Submitted Html Email Form
I have an html email that contains a form with questions for the user to fill out. Without asking the user to re-input there email address into the form, is there a way for me to grab the email address its coming from when the user submits the form to the php processing program. I need a way to match the questions to the user when they submit the form.

Email Array Checking Validity Of Email Address
I had the following working but since I changed the email variable to an array it doesn't work. email[] This is part of an edit form where emails in the mailing lists can get updated however, before they get updated i need to check that each of the email addresses are valid.But the code doesn't work for the array. Code:

Hiding The Receipeint Email Address While Sending Email
i am sending an email using php. i dont want the receipeints to see the to address. the problem is i am sending to a mailing list email address. so how can i hide the to address and the from address if possible?

Grab Email Addresses From MySQL And Send An Email....
I am making a simple mail form that will SELECT email address from a MySQL table based on the userid of the person sending the email.

if (isset($_POST['submit'])) {
require('../database.php');
$result = mysql_query("SELECT * FROM emailList WHERE merchantId = '".$_SESSION['id']."'") or die(mysql_error());

What would be the most efficient way of storing the email addresses from MySQL (may be 1 or may be 100) and then sending them in BCC to all the people gathered from the MySQL table?

Block Email Address / Domain From Using Email Form
I keep getting the same person spamming people on my website through my email form.

The email address is they keep using is sadlowski_lidia@o2.pl but this sometimes changes to a different name but still from the o2.pl domain

How can I block anyone using my email from the domain name o2.pl

Google Groups Email Spider,Auction Software, Directory PPC Search Engine Software, Email Spiders - 1
Free download full version , all products

http://netauction8.url4life.com/

Groupawy
---------------
Google Groups Email spider. The first email spider for google groups.
Millions of valid and active emails in one easy location to collect.

Spiderawy
---------------
Email spider machine. Multithreads and Multiplexed connections per
thread with built in database system for the highest scalability and
performance. Email and URL spider and extractor.

Auction software for your site
----------------------------------------
Run your own auction site in minutes. Open source code in perl. Create
your own auction site in just a few minutes. NetAuction is the
complete auction package for every business from the personal to the
corporate business. SQL database backend for the highest scalability
and performance.

Directory, Pay per click search engine software
------------------------------------------------------------------
Open source code in perl. Build your own pay per click search engine
and build your entire sites in minutes with this software. NetEngine
is turn key Pay per click search engine and content management with
built in portal tools. SQL database backend for the highest
scalability and performance.

Site builder software
--------------------------------
Open source code in perl. Build and manage your sites with the fastest
browser based site builder and content management software ever.
NetBuilder is a complete package very easy to use for building your
sites online and offline with all the tools you ever need to manage
any site of any size.

Email list manager tools, free download full version
---------------------------------------------------------------------
Full Email lists tools suite. Email Extractor, Spider emails from
online web pages, Filter lists, Merge lists, Remove unsubscribe lists
from lists, Splitter to split larg email list file to smaller files,
Deduplicator to remove duplicated emails.

Email Authentication, How To Check If Just One Email
I've a few functions to check if an email is valid. What I'm wondering is how to make sure there are only one email for each field? What we are building is a contest in which a participant can send an invitation to up to 5 friends (5 email fields), sending an invitation would give one more chance of winning the prize.

The fields are 40 characters, but how do I prevent someone from entering 2 email in the same field provided that the 2 are less then 40 characters total? If the 2 email are complete it's not so much of a problem, the participant would only receive one extra chance not two the mail function would send to both email no problem (provided the user superated them by either a space of semi-colon). But if the second email is incomplete and the user doesn't notice it then the mail admin would receive an error stating that the second email is not good...

Anyway to prevent all that I really need to make sure of 2 things.
1) that there's only one email listed in the box and
2) that the email is valid.

How To Send Email In PHP If I Do Not Have Email Server?
I have a PHP/MYSQL system on IIS. I am trying to make my system send emails but I do not know how. I do have an email server but it is not on the same machine that my PHP system is at.

How To Send PHP Email To 100+ Email Addresses
I have a script that send out html email and I have over 100 email address from people who would like to join my newsletter. But I cannot get my script to email all 100+ of these people. Any one know how I can do this? Code:

Email To Email Information Form
im creating a php form so when a user come to my website and fills out questions like "how much would you like to spend", or "the product you would like to have is". so when all the questions are filled out and the put in their email address I can get back to them. I want the php to send me the form they just sent out to MY Email Address and i need the code to send them the same email that i got so they know what they filled out and they have it for their records also.

Email A File As The Body Of Email
i have a file....:

<html>
..........
........
.........
<?php echo $USer_Name; ?>
.........
.........
........
</html>

assuming its called email.php, how would i send that file as the body of an email using mail(), coudl i do it.  and if so, how..

PHP Email Example
I'm new to PHP and I'm trying an example from a book. This example is a small application that takes the output from a form and generates an e-mail message containing the form's contents. This is called Ex5.html :

<html>
<head><title>Example #5</title></head>
<body>
<form method=POST action=example_5.php3>
EMail Address:<INPUT TYPE=TEXT NAME="email_address"><br>
Phone Number: <INPUT TYPE=TEXT NAME="phone_number<br>
<INPUT TYPE=SUBMIT NAME=SUBMIT>
</form>
</body>
</html>

-----------------------------------
and this is called example_5.php3 :
-----------------------------------

<?PHP

$message = sprintf("Form data -----------------n");

while(list($key, $val) = each($HTTP_POST_VARS)) {
$message .= sprintf(#34>[%s]: %sn", $key, $value);
}

$message .= "n";
$message .= "More Information ------------------n");
$message .= "The user's IP address is";
$message .= getenv("remote_addr").".n";
$message .= "The user is running the web browser ";
$message .= getenv("http_user_agent").".n";

mail("bijanbel@excite.com", "Feedback Form", $message, "
From: Feedback someone@hotmail.com" );

?>
to invoke this I go to the html file with
my browser I fill out the form and submit.
then I get the following error messages :

Warning: Variable passed to each() is not an array or object in
/home/httpd/html/tests/example_5.php3 on line 5
------------------------------------
Warning: Unexpected character in input: '' (ASCII=92) state=1 in
/home/httpd/html/tests/example_5.php3 on line 6
-------------------------------------
Parse error: parse error, expecting `')'' in /home/httpd/html/sheilabel/tests/example_5.php3 on line 7
------------

>>> Does anyone have any idea how to fix this ? Some how it is not recognizing $HTTP_POST_VARS as an array but why I don't know.

PHP To EMail BCC
First off let me say I know near nothing about PHP. What I do know is
I need what it does for me.

Some time ago I purchased a little program called PHP Form Wizard to
create scripts to handle my online forms of which it does fine for me
with one exception. One of the tasks it performs is that it emails the...

ISP Email
How do you validate that an email address is ISP provided and not a free mail service.

How To Add An Email To This.
Hi, I have a form that goes to mysql when a submit button is pushed. How to make some of the form fields go to an email at the same time. For example an easy summary of it:

<?php
If post then {
?>
form fields
<form action="<?php $_SERVER['PHP_SELF'] ;?>" method='post'>
<input fields here>
type='submit' name='Submit' value='Submit'>
</form>
<?php
}
else {
$con = mysql_connect("mysql","databasename","password");
$sql="INSERT INTO etc.
if (!mysql_query($sql,$con))
{die('Error: ' . mysql_error());}

This is where I get stuck. Where to add the email fields. So that some of the above form fields will send to the email as well. I tried......
else {
$mailto = etc. and so on here.
echo "form fields sent";}}
?>

But it says unexpected Telse on the last else.

Email A Log
I dont want to actually email a log as an html attachment but instead as to extract the data from the html file and send it as an html file. I know the coding for the email using the mail function but am not sure of how touse the fopen function to open the html file and extract the data to email.

Email
I need to be able to send out emails to a fairly large number of addresses. The email content will be in HTML format or text format, depending on a value associated with each address in the MySQL table. Further, each email should display the actual recipient address in the "To: " field.

I could accomplish this easily enough for just a few emails, because the browser wouldn't have to wait long before all the emails are sent; however, this isn't satisfactory for thousands of emails.

I need to be able to process the emails in the background so that the browser isn't tied up. (Even if the browser didn't time out, it would take several minutes to send all the emails.)

Using Email With PHP
Our php was installed on our server by a consultant who is no longer
available. Now, we have just moved our servers to a new location, and
the autoresponders we have written in PHP no longer work. I'm assuming
there is somewhere in the setup that holds the ip for the email
server. Since we have a new mail server, we need to change that
setting.

Email
i want to make a webmail script but i don't know how to get e-mails from a pop3/mail server (with out deleting them).

Web Email
I would like to give users if my site free emails .. Is it better to make one or buy a ready solution ??? Does anyone know about a good email solution that i can buy ???

PHP + Email
Is it possible to have a PHP script receive an email (CSV text). The
problem is this, I want a server to send me an email, and then I want to
be able to have a PHP script 'listening' for email and then processing
the data in the email.

Is it possible to have a PHP script 'listening' or responding to an
'email received' event, so that it can process the data ?



PHP/Email
I'm working with a hosting company that blocks the user 'nobody' from sending
email.

How do I go about setting the user for sending email?

I have a "From: " header in the message.

Php Email
My goal is to be able to send email without it being constantly detected as spam.
I have no requirements for attachments.  HTML would be nice though.
Does anyone have a working basic Php Emailer? that works with gmail, hotmail and yahoo?

I can send emails using the 'mail' function.  However it is always detected as spam 100%

Email
I have made a simple newsletter for one of my customers, and have recently found out that it does not allow html. I am sure it should.. here is the code:

Email
Why do i keep getting this error:

Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:wampwwwproject_upload Code:

Email?
How do you send a files through email with php?

Fax Thru Email?
We need to receive/send faxes through our laptop - fax thru email. The solution will help us receive them in a timely manner while out on the road for signed orders/contracts of an urgent nature.

Our business is not office based; so would prefer to access our faxes the same as we access our emails - ie anywhere! We can access our ISP on a wireless LAN so theoretically it should be possible to connect to our remote server (Linux hosting with Godaddy) and send/dl faxes?

Our main requirements:

1. Receive faxes thru email as binary, pdf, rtf, html etc.
2. Send/reply to faxes in the same format they were received (for compatibility)
3. Automatically send acknowledgements using a standard cover sheet.
4. Send/receive without a fixed phone line i.e. wi-fi using our laptops

Don't wish to pay setup or monthly charges for dedicated commercial fax server solutions. Could this be done with PHP? We have SMTP, Sendmail, PHP 4 + 5, MySQL on Linux, Windows XP.

Php Email
i'm trying to send an email with html. The email sends fine but I want to style it with some css code, so I added some like the following:

$message = "<style type='text/css'>
                     <!--
                      body,td,th {
                      font-size: 12px;
                     color:purple;
                     width:650px
                     }
                    a {color:blue;}
                    #img{width:180px;height:200px; float:left; overflow:hidden; border:2px solid purple; margin-left:12px;}
                    #buffer{clear:both; height:20px; background-color:white}                   
                     -->
                   </style>.....message etc

but it didnt get picked up at all, is there anyway to include css code into an html email?

Email()
I have a email smtp server with my ISP. This is the info of my email sever to use.

Email Address : megahertza@iprimus.com.au
Username : megahertza
Password : *********
SMTP Server : smtp.iprimus.com.au

How do i setup my php.ini to allow my localhost testing server to send email.

Email Form..
I have set up a cart and at the moment when you checkout all the products go to final page where you fill in your details and then press send, this is then supposed to email off to the customer and shop owner,
My question is, is there a way to get all the information in the previous page to email off using a simple form, but instead of defining every input field and the products table, have everything done automatically?


Copyright © 2005-08 www.BigResource.com, All rights reserved