[PHP] Document Management and publishing

2004-01-30 Thread Jon Shoberg


  Might anyone be able to recomend a PHP based (or Java/Perl/Python) based 
document management system?

  I'm looking to being a LARGE collection of PDF documetns online. The 
focus of this application isn't necessarily publishing articles but 
equally managing files and assiciating certain informaiton.

  Looking at PHP-nuke and the like it didn't quite fit the bill. Any 
suggestions?

-j

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



RE: [PHP] Display a JPG Image

2003-10-10 Thread Jon Shoberg
On Fri, 10 Oct 2003, Bertrand Moulard wrote:

 try image/jpeg
 
 cheers
 
 .b
 
 

-- 
http://jon.shoberg.net

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



[PHP] ldap, unicodePwd and Active Directory

2003-07-31 Thread Jon Shoberg

LDAPS is running on our server.  Any have code samples for modifying a 
user's unicodePwd attribute?  A script I am working on appears to be 
getthing caught up in the password conversion ot unicode.

thanks



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



[PHP] PHP, server load and optimize

2003-07-14 Thread Jon Shoberg

  Is there a way to execute a few continuous lines of PHP code before the 
engine load user defined functions from a PHP script?  We need to find a 
way to controll server load.  the code of the script itself has been 
optimized completely.

thanks



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



[PHP] CC Gateways, Authnet vs. PayFlowPro

2003-06-25 Thread Jon Shoberg

  From strictly a coding/implementation standpoint ... Which services have 
had the best availability as a card processing gateway?  Ease of 
implementation? Ease of upkeep?  Any particular headaches experienced?

  I'm obviously intent on implementing with PHP :)

thanks



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



[PHP] English translations ???

2002-05-29 Thread jon shoberg


  Can anyone suggest linux based software for translating english to
multiple languages ?

  I have a dynamic content database which I need to translate into other
languages.  It need to run on my linux server where I can pass a string as a
system call and get back the translated output.  Price range can be free to
$600ish. Any suggestions?  I can't use any web/hosted cgi, bablyfish, type
applications. It has to run on my server.

Thanks
Jon


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




[PHP] [PHP/Apache] Transparent Subdomains ?

2001-12-13 Thread Jon Shoberg

Any ideas on how to pull this off.

I would like to have http://mydomain.com and http://www.mydomain.com
resolve to my /index.html page.  When a user types in
http://crazy.mydomain.com or http://crazy.mydomain.com/crazy-page.php, I
would like to have it resolve to /home/mydomain/public_html/handler.php
where I can trap for the subdomain/URI and perform dynamic processing on
those values.

I presume it would have to be a process though mod_rewrite and
.htaccess?  Is this able to be done.  I've gone though quite a bit yet
unable to get it working as described.

Any ideas?

Jon



-- 
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]




RE: [PHP] Mirroring Website

2001-10-02 Thread Jon Shoberg

Nope, teh pages are actually hosted on a (gasp ...) NT machine.  I need
something that will suck down and write out a pure static .html mirror of an
ASP/PHP driven website.  WGET will surely mirror everything but not
re-structure the internal links within the pages.

Might be time to write my own ...


-Original Message-
From: Mukul Sabharwal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 9:58 PM
To: Jon Shoberg; [EMAIL PROTECTED]
Subject: Re: [PHP] Mirroring Website


Hi,

Try rsync, it's pretty much what you want.

http://rsync.samba.org


=
*
Know more about me:
http://www.geocities.com/mimodit
*

__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com

--
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]


-- 
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]




[PHP] PHP Web Mail Service?

2001-09-04 Thread Jon Shoberg

Please reply, privately or at least CC ...

Can anyone suggest/recoment/point to a PHP suite for doing web mail ala
Hotmail or Yahoo! mail?  Something with a simple interface and easy to
maintain.

Can anyone suggest/recoment/point to a PHP suite for maintaining a mail
server? Again, Something with a simple interface and easy to maintain.  I'm
looking for someting to make a quick, small entry into email hosting.

Thanks,
Jon


-- 
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]




[PHP] Banner Exchange Schema ??

2001-07-30 Thread Jon Shoberg


  In creating a banner exchange, anyone have thoughts on how the big boys
use their javascript and server side coding to do the banner rotations? I've
look at a lto of examples but some concurrency issues arrise.  Anyone have
thoughts on or seen 'research' on how the major networks get the job done ?


-- 
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]




[PHP] mySQL reset auto_increment

2001-07-02 Thread Jon Shoberg


Is there an SQL query for resetting the autoincrement field of a table ?  I
know myisamchk will do this but the system I am on will not let me us it.  I
can get console level access but that is all.  I simply want to reindex my
data back to the start of 1.

Thanks


-- 
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]




[PHP] [Apache] Win32 Virtual Host - Sub Domain

2001-04-21 Thread Jon Shoberg
Sorry for the OT post but this has me stumped and Google is not giving me
any good leads.

I am trying to setup Apache with PHP on Win32 (don't ask why).  Anyhow, PHP
is working great but virtual hosting is not going so well.  When the browser
brings up http://localhost/ it reads from [Apache Root]/apache/htdocs as
defined by:

#*** Good Virtual **

VirtualHost *
ServerAdmin webmaster@localhost
DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs/"
ServerName localhost
ErrorLog logs/error_log
CustomLog logs/access_log common
/VirtualHost

#***

What are are tring to do is setup http://test.localhost/ and it is not
working here is the virtual host and apache restart ...

#*** Bad Virtual ***

[Sat Apr 21 09:55:33 2001] [error] Cannot resolve host name
est.localhost  --- ignoring!
The Apache service is restarting.
The Apache service has restarted.

VirtualHost test.localhost
ServerAdmin webmaster@localhost
DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs/test/"
ServerName test.localhost
ErrorLog logs/test.localhost-error_log
CustomLog logs/test.localhost-access_log common
/VirtualHost

#***

Any thoughts on getting Win32 to resolve that test.localhost name ?

Thanks


-- 
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]


[PHP] Dynamic Pages and Google ???

2001-04-17 Thread Jon Shoberg


So I was having a conversation with a manager/educator in the IT Industry :)

In a discussion concerning search engines he stated how he dislikes dynamic
web pages (PHP/ASP/JSP/CFM) because search engine spiders 'choke' on dynamic
content or gives those pages a lower ranking.  I can't see this as being
true. I epically can't see the search spider "choking" on dynamic pages
returning well-formed/valid HTML.

Any thoughts?


-- 
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]




[PHP] $userfile_name broken in PHP4 win32 ?

2001-03-09 Thread Jon Shoberg


Ok,

I am running Win2000/Pro with PHP 4.0.? and IIS 5 for some local
development. I have tried turning on and off magic quotes.

When uploading a file via a form I can access $userfile and echo back to
the page the full path. However, $userfile_name, $userfile_type, and
$userfile_size are broke. They echo back nothing at all.

Any ideas ?


Jon


-- 
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]




[PHP] Win32 - Mail SMTP ???

2001-01-27 Thread Jon Shoberg

I have PHP-4.0.1 running on my Win200 Pro devel box though the IIS DLL and
SMTP services running. I have SMTP enabled on this machine and have outlook
express configured to send mail though the local SMTP service.  I simply
told O.Express the outgoing mail server was my machine (just told it the
machine name).

Now to the PHP stuff 

I can't seem to get the mail function to work. A server error gets returned.
I am trying to run a simple script though the PHP.EXE executable. I've tried
editing the php.ini with the SMTP being localhost, my machine's name, and IP
address ... I keep getting the same error. both PHP.EXE and PHP.INI reside
in c:\winnt\system32 so there should not be a path problem 

any thoughts ??

thanks

-j


-- 
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]