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




Best Support Open Source Like PhpTickets ????


i am searching for the Best Open Source Ticketing/Support System. i have to mod it for file attachment capability.




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Open Source CRM
Is any one aware of any light weight open source CRM in PHP? It will be
great to take a look at one of those.

I have seen SugarCRM its nice but really huge. Something small to track
customers their complaints and their messages is what I am looking for.

Open Source BTS?
I am needing to install a bug tracking system on a web server and looking for
a good PHP open source solution. Looking for a pretty mature system that
still has active development. Thanks for any suggestions.

Open The Source Of An Html Across The Net
I got my other question wrong. I wrote a script that opens a file and
filters out email addresses and urls etc.

is there a way to enter a url so that my script will open
the source of the webpage and NOT the web page itself?

Open Source Needed
I am planning on making a supply and demand system. It looks a little
bit like an auction, with the following procedures:

1. Seller can add a product he is willing to sell (he has to choose
from a predefined list of procucts and categories). He gives the price
he is willing to make.
2. Buyers can browse through the database of predefined products, and
see if someone is offering a specific product.

Does anyone know of an open source project, capable of doing this ?

Open Source PHP IDE/Editors, Check Them Out
I have found some open source PHP IDE/Editors,
if someone checks them out or already knows about them, let us know the results. See, i did some work on this. Let know if i missed some.

Open-source PHP IDE And Debugger - On Linux
I'm looking for a quality open-source PHP IDE and debugger - that runs
on Linux and Windows. But preferably Linux.

Open-Source Survey System
I *tried* googling on this topic but could not create a query that would
get me what I am looking for.

Does anyone know of an Open Source survey/questionnaire system? Like a
CMS, but for surveys.

Something made with PHP would be nice (this *is* a PHP ng) but any
Web-based survey creation system will do.

Jeffrey | Silverman
jeffrey-AT-jhu-DOT-edu |
Johns Hopkins University | Baltimore, MD

(Spam Prevention: replace -AT- and -DOT- with @ and . respectively)

How To Open The Mbstring Support Under PHP Of Windows
In linux & unix envir, add the optional flag ----enable-mbstring --enable-mbsrt-euc-trans can open mbstring module support, But in Windows I couldn't find the dll of mbstring (multi-byte string). How to make it work?

Good Open-source PHP Projects Using OO Design
Can anyone recommend any existing PHP projects (e.g. those in sourceforge.net) that apply good OO(Object-oriented) Design? I just want to review good techniques using PHP with OO Design before staring my own project.

Safe Highlight_file() For Open Source Site
my site is open source and i'd like to keep it that way but need to wite a regEX to hash out $user or $password variables. it feels kinda risky. PHP Code:

Open Source Ajax/php Html Editors?
Are there any open source ajax/php html editors?
I want to incorporate as simple (very simple)
ajax based html editor into a webapp I'm making.

I spent an hour or so downloading code and
saw nothing that actually worked.

Don't need tables, just need to drag text around,
set fonts and colors, upload images, have
a simple form for making links.

Does such a thing exist?
I'm giving away what I'm making, so I don't
want to pay for the parts.

Wanted: Open Source Php Course Booking System
we are looking for a slim open source course booking system with the
following features:
* users can enroll for courses, cancel their bookings
* maximum number of participants
* administrator's pages: list of participants and their contact details
(email, phone etc.)

So far, we have found an extension to the mambo CMS
http://mamboxchange.com/projects/akreservations/
and a rather smaller application (privately developed)

However, are there better alternatives?

Desired features:
* open source
* currently active development
* as "slim" as possible (mambo is quite a heavy weight!), may be even
without using a mysql database (like for example the slim version 1.x
of the gallery php application).

COM Support: Using PHP To Open A URL From Within Word Then Save Thedocumet
I am trying to use PHP's COM support to open a URL from within MS Word
then save the document.

I am using PHP5.0.3/Apache2/WindowsXP. phpinfo() confirms that COM support
is enabled.

Manually, this would be:

- Start MS Word (am using Office 2003)
- File > Open
- Enter a URL and click Open
- File > Save As...
- Save the file then close MS Word.

Does anyone know the COM syntax used in PHP to open a URL (rather than a
file) with Word?

Using
$this->handle->Documents->Open('http://www.example.com/page/');

seems not to work.

I have tried two approaches, neither of which work.

1) The posting at http://uk.php.net/com made at
03-Jun-2004 07:37
Using example 1, but changing the input to a URL rather than a file (as
above).

2) The posting at
http://www.phpbuilder.com/lists/php...003082/0067.php
suggests that the following outght to work:

$word=new COM("Word.Application") or die("Cannot start word for you");

$word->visible = 0;
$word->Options->ConfirmConversions = false; // menu:
options->general->confirm conversions
// search for HTML Converter
$fcList = $word->FileConverters();
$count = $fcList->Count();
for($i=1; $i<=$count; $i++) {
$fc = $fcList->Item($i);
// go for ClassName, it's locale-independent
if ($fc->ClassName() == 'HTML') break;
}

if ($i <= $count) {
$word->Documents->Open ($inputUrl, False, False, False, '', '', False, "", "", $fc->OpenFormat());
$word->Documents[1]->SaveAs($outputWordFile, wdFormatDocument);
$word->Document[1]->Close();
$word->Quit();
$word->Release();
}

but it does not. The script runs, but causes zero errors (error_reporting
is set to 2047), yet does not output any file.

Searching For A Document Managing System (open Source)
I'm searching for a document managing system for several users. I want
to save Word-DOCs and Adobe-PDFs and do full text searches on them?
Also, it should be an open source project. Does anybody know of such an
open source project?

Minimalist Q&A Type Open Source Forum Package Needed
I am looking for a PHP package which can do a series of Q&A type of
forums. It should be unthreaded, 1 question followed by a series of
answers. It should work with mysql and be relatively easy to work into
a site being customizable etc so that a look and feel can be created
around it.

New Version Of Open Source Blog / Diary / Journal Script Available
Version 1.9.9f of the PluggedOut Blog script is now available for
download.

PluggeOut Blog is a free, open source blog/diary/journal script,
written by a professional software developer to give something back to
the internet that we take so much from. The script is used by many
people all over the world to provide a fast, light, flexible and
powerful blogging solution. It's also a good example of how to design
and build a database driven web application for those just starting
out.

PluggedOut Blog Project Homepage
- http://www.pluggedout.com/index.php?pk=dev_blog

Demonstration Installation
- http://www.pluggedout.com/blog

Feature Overview
- Multi-User with Roles
- Themes & Templates
- Monthly calendar with hilighted days and navigation controls
- List of recent entries
- Visitor comments against entries
- Verification codes on comments (anti-spam)
- Supports RSS 2
- TimeZone control
- BBCodes
- Plugins/Includes supported
- Full administration interface
- Multi-Lingual Interfaces supported
- Add, edit, remove and publish/unpublish blog entries
- Change themes
- Edit Template files directly from admin interface
- Upload files for use in entries
- Change settings from the admin interface
- Superb, friendly support through the PluggedOut forums
- A well written script by a professional software developer
- Based on rock-solid technologies - MySQL and PHP.

Is There Any Open Source Mailing List Manager That Works Good
I am searching for a good open source php mailing list manager for some days. can any one suggest me one please.

Open Source LAMP PHP Jobs At Media Startup/Film/Books/Photography/Music
The venture is best described at

http://22surf.com
http://authena.org
http://vvgallery.org

If you're interested in finding out more, please send your resume to
mcgucken@jollyroger.com .

Last summer I presented a paper at the OSCOM Open Source CMS
conference
entitled "Authena: Business Models Based on Open Source CMS & DRM."

http://authena.org
http://oscom.org/Conferences/Cambri...en_authena.html

A rough "open source" business plan may be sampled & downloaded from:
http://22surf.com

If anyone would like to see the more complete plan, please let me
know!
And feel free to forward this around.

Basically with Moore's Law driving down the costs of bandwidth, chips,
and
drives, and with the Open Source movement decreasing the costs of
content
management software, content sellers including record labels, movie
studios, publishers, and creative individuals have lot to gain by
leveraging Open Source running upon Lintel architectures.


Google recently purchased blogger. Blogger derives its value from
peoples'
passions.

Think about the sum total of passion represented within all the Open
Source CMS out there. And as Moore's law marches on, making audio and
video-on-demand a reality, and Metcalfe's Law brings us better OSCMS
each
and every day, think about where all the passion will be expressed in
a
few years.

Could Open Source CMS be the killer-app of the Open Source world? The
way
I see it, as more bands, writers, artists, photographers, and teachers
use
postnuke, gallery, xoops, envolution, cafelog, and oscommerce to join
the
semantic web, more and more servers will run Linux.

Couple this with the open RDF/RSS1.0 standards and the Dublin Core and
CC
Licenses, and suddenly it seems the Open Source world has a good
chance of
establishling the common universal standards for archiving content and
managing digital rights.


This will grant Creators a great freedom to define how their content
is
used, in line with the Consitution's original spirit.

Revenue streams include:

1) sell keyword advertising throughout free OSCMS hosting services
(blogs,
galleries, etc.),
2) sell advanced hosting options/extra disk space, to individual
creators
& contnet conglomerates
3) charge 5% on content marketplace transactions
4) charge 5% on Open Source Arts services marketplace transactions
(freelance site for open source CMS programmers)
5) manage/host media assets of large businesses (record labels/movie
studios/etc.),
6) tie it all in to an open source friendster/FOAF
(friend-of-a-friend)
network

PHP Source
Is there a way that I can view someone else's PHP source code that was
used?

Ttf Support
How can I enable ttf support in my php build?

.NET Support In PHP
Any word on current or planned support for .NET in PHP? I remember reading something a while back on php.net but I can’t find anything mentioning it now.

Dbm Support
i have a windows setup where i am trying to use the extension that
enables db4 handlers for dbm. my php version is 4.4.6.
in my extensions directory i have a couple of dlls (php_db.dll and
php_dba.dll) but i don't have php_dbm.dll.

how do i go about enabling db4 handling support through dba extension
for my version of php.

Does PHP 5.2 Support The <?= Tag?
I've just tried loading an application that I wrote some time ago. Throughout the application I use the <?= php tag. I'm now running PHP 5.2.x and I've noticed that the compiler seems to be ignoring these tags and printing them as text rather than executing the PHP script contained within the tags. Are the tags still supported? Is there some way of enabling/disabling them in php.ini?

Php Source Encoders?
I'm looking to buy one of these PHP source encoders and am wondering if anyone has tips/comments/suggestion/etc... I've been looking around and have found a few that strike my attention:

1. Zend Safe Guard
2. Source Guardian
3. IonCube
4. PHP Encoder

What would be the best one of these to go with? Has anyone tried any of these and liked them? Are these things reliable?

DevShed Source
Is there an open source copy of devshed to download or if not, i think that the DevShed admins or developers should make a open source copy so that every one can use it, and learn how it works, and then modify it.

Printing Source
Is there an easy way to print the source code, i guess saving it into a normal txt file would do but to keep the colours similar to when posting in here with PHP code,

I think i remember seeing a site that had an extension, like file.phps that printed the code in a colour format.

Hiding Source
Is there a way to keep the users of my site from seeing my source?
its for the security of my files, i have a flash file, and i would prefer that it not be downloaded, so i need to hide my source, so that my users cant get access to my important documents.

Using $_POST As Source?
I am trying to create a query with the data passed through the form. The only reason I am making a query with it is because I need an array.

On the form page, the user selected checkboxes (named SoupName). This info was passed to the next page, and I need to display each value of each checkbox in a table. Not a big deal... but I have always done this using a table in me database for the data, not a form.

The query I am trying to use is below. Is this wrong?

$query = mysql_query("SELECT SoupName FROM $_POST" );

Table creation:

Show Source
Is there a function that can allow me to show an html files source in to a textarea?

View Source
I was at amazon.com and clicked on View/Source, and I got a blank page. How did they do that?

Site That Support WAP
Hi, all

With PHP is it possible to build a site that support WAP?
How to do it. What kind of technology needed to build it? Can anyone here tell me where I can find the resource?

Imagemagick & GD Support
I'm looking to create a script to resize images when they are uploaded to my site.

I have been reading alot of info on these forums and it looks like the best option is Imagemagick.

I'm running a Windows XP web server and I can't find the .exe file anywhere on the ftp list of downlaods. Can someone point me in the right direction.

Evenually I will need to find out if my service provide can support imagemagick or GD. Could someone please tell me what version of PHP you need to have to use GD?

My Server Don't Support PHP, What Do I Do!
G'day, My server does not support PHP is there anything I can do! Currently I am trying to learn PHP offline, I have apache and PHP4 installed and it is working ok on my computer, but what can I do about my internet sevice provider besides get a new one.

No MySQL Support With PHP On RH 8
I'm using Redhat 8.0. Apache, PHP and MySQL were installed as part of the default installation.

If I try to access MySQL from PHP with mysql_connect(), I get error messages referring to undefined functions. This generally indicates that PHP was compiled without MySQL support.

I know how to set up MySQL support when installing from a tarball, but since PHP was installed from an RPM, I'd prefer to keep it this way, as RH tends to have wildly different ideas about file paths to standard installations (not to mention dependency issues).

I was going to ask if there is any way of specifying the same paths with RPM that you normally specify when you do a tarball installation. However, when I look at the data from phpinfo(), it looks like everything is set up correctly - MySQL is enabled, the path to apxs is set, etc. But I still can't use any db functions. I've upgraded all of the above rpms just to make sure no dependencies were missed out, but with no success.

What Is A GD Libary - XBM Support?
I was trying to install a php script and everything was going well until i got a message saying:

Checking currently installed GD library ... XBM Support required!

And it will not let me install the script without the GD library. I am installing this on a hosting plan i have with a pretty big company. Is there a way i can install GD library or is this something they need to do.

Upgrade PHP With GD Support
My current php version is 4.3.3My current GD version is 2.0.15I want to upgrade GD to 2.0.28. How to upgrade it.

MySql Support In PHP 5.x
According to documentation on PHP site, MySql support is not built in to
the v. 5.x Windows binaries posted on the site. Does anyone know where
to get PHP 5.x Windows binaries with MySql support turned on? I'd rather
not have to rebuild the product.

Zend Support Is Really Bad.
just wanted to share my experiences with Zend "the php
company".
I decided to do the test drive of the Enterprise grade developer
studio.
Big mistake![color=blue]
>From day one I had nothing but problems.[/color]
After realizing that something terrible had happened to my webserver
during the install process, I figured WTF maybe I did something wrong.

I wiped my hard drive and started again, this time using the
Apache/MySQL/PHP that comes with it, rather than pointing it to my own.

Same result, but this time I realized the installer had fubared some
scripts and locations. It also missed a few permissions that it should
have set.

I tracked them down, repointed some scripts to the right sockets, and I
was off.
At that point I decided to install the Developer Studio Client on my
workstation.

That thing just crapped out saying it couldn't find some libraries.

So I created a support ticket to ask what I should do.
They kindly pointed me to an obscure knowledge base article, that
didn't appear when searching ANY of the keyword errors.

This article told me, that I needed to hexedit the installer, then
after it installed I had to hexedit the ZDE binary!

What the hell kind of installer requires you to hexedit it, before it
can work?
Furthermore the article claimed the binary was in a place that didn't
exist, so I had to updatedb and do a search on the filename, cross my
fingers and hope against hope I had picked the right one.

Fortunately I did.

After I installed the client, I decided to double check developer
studio server, and make sure everything was going fine.
Thats when I ran into this error.

"ini_modifier error: ini_modifier was not set"

It was the sole content on EVERY page!

I created a new support ticket asking what it meant.
They emailed me asking me to send them a file generated by thier
troubleshooting utility. So I ran the utility, and sent them the file.
Another day passes by, this time they ask for access to the server.
I give them the access they request and the password.

It's now been a week. I have updated the ticket daily asking if
anything has been done. They are completely silent.

Tonight I decided I had enough, told them thanks for showing me what it
must be like to be a real paying customer, and asked them to close the
ticket. I'll watch and wait and see how long it is until they get back
with me, or close the ticket.

And to add insult to injury, when I emailed my sales person who said in
his initial email to me, that he would be happy to answer any questions
I may have, etc and so forth. I got my message back in seconds,
stating that the email address was incorrect, the email was sent to
mark@zend.com same as the letter was sent from, same as he said was
his email! He's supposed to be the Director of Inside Sales, but it
appears in the 5 days I took to evaluate the product he has been fired,
or re-assigned or something.

Ok well I'm not out anything but a lot of my time, however I just
wanted to warn any developers considering Zend products, that they
didn't care about me when I was supposed to be evaluating the
enterprise grade product.

GD Support For Both GIF And JPEG
I want to know it it's possible to have both GIF and JPEG support in one PHP installation. Right now I want JPEG support for an online photo gallery program I'm working on (I've currently got the GD library between v.1.3 and v.1.6.1 which has GIF support but not JPEG support), but I'm afraid that if I install a newer version of GD (which doesn't have support for GIF due to the Unisys patent problem) and I want GIF support later on,

I won't be able to have GIF support, or get it again, because the old GD ibrary with GIF support isn't available. I have full access to the machine, so installing libraries isn't a problem. Does anyone have any ideas how to do this? I've read that it's "difficult, but not impossible, to have support for both GIF and JPEG in one PHP installation", but how would I go about doing it?

How To Compile PHP With GD Support?
I am tryin to compile PHP with GD support:

# cd php-4.3.11
# ./configure
--with-gd=/usr/local/src/gd-2.0.33/
--with-png-dir=/usr/local/src/libpng-1.2.8/
--with-zlib-dir=/usr/local/src/zlib/
--with-jpeg-dir=/usr/local/src/jpeg-6b/

....
checking for GD support... yes
checking for the location of libpng... /usr/local/src/libpng-1.2.8/
If configure fails try --with-jpeg-dir=<DIR>
configure: error: libpng.(a|so) not found.

why libpng.(a|so) not found ?

# ls -l /usr/local/src/libpng-1.2.8/libpng.a
-rw-r--r-- 1 root wheel 160448 May 31 12:48
/usr/local/src/libpng-1.2.8/libpng.a

What is my mistake? Where to read about correct way for installing php
+ gd + libjpeg + libpng ?

Ldap Support
I would like to install ldap support on php!

Steps :

1. php.ini : extension_dir = "c:php"
2. copy file c:phpextensionphp_ldap.dll to c:php
2. delete ; before extension=php_ldap.dll

And the message returned when i'm restarting Apache Web server is :

"Unable to find module c:phpphp_ldap.dll"

Gd Don't Support FreeType
If you php support gd .you'll see FreeType Support enabled in your phpinfo; but i can't see. there are message that i compiled

1) Install FreeType (2.1.1)
./configure --prefix=/usr/include/freetype2
make
make install

2) Install GD (2.0.33)
./configure --prefix=/usr/include/gd-2.0.33 --with-freetype-dir=/usr/include/freetype2
make
make install

3) Compile PHP (4.3.11)
./configure
--with-gd-dir=/usr/include/gd-2.0.33
--with-ttf=/usr/include/freetype2
--with-freetype-dir=/usr/include/freetype2
--with-zlib-dir=/usr/lib
--with-png-dir=/usr/local
--with-jpeg-dir=/usr/local
--with-tiff-dir=/usr/local
--with-gd-native-ttf
--enable-bcmath --enable-shared --enable-static --enable-gd-imgstrttf
make
make install

4)Compile httpd 2.0.58
./configure --enable-module=so
make
make install

that are no error. but i can't see FreeType Support enabled in my phpinfo??

What Version Of GD Support GIF?
Where can i find old version of GD that support GIF for resizing.

PHP With JPEG Support?
I seem to have a real problem in building PHP with JPEG support.

I've tried the following options to PHP's configure:
./configure --with-mysql=/usr/local/mysql/ --with-gd=../gd-1.8.4 --with-jpeg-dir=../pdflib-3.03 --with-apache=../apache_1.3.19 --enable-trackvars

After finishing the installation if I try to do any image function that needs JPEG support it get the error message: "No JPEG support in this PHP build". What am I missing here?

PHP With OCI8 Support
I have run PHP 4.0.0, apache and MySQL successfully on my RedHat 6.2 for a while, but my boss wanted me to develop for Oracle8 R2 instead.

After I finally got it to work I compiled PHP 4.0.0 with ./configure --with-oci8 --with-apxs. Everything compiles just fine or at least without any errors, and even when I try to restart apache it looks like everything is working like it is supposed to. BUT IT ISN'T WORKING AT ALL!!!! The httpd process dies right after it starts.

Enabling GD Support
how to create graphics using PHP. i tried calling a function:

<? $image = imagecreate($ButtonWidth, $ButtonHeight);?>

when i trie to call the 'imagecreate()' function i am getting an error, something to the effect of "function not defined". how do i fix this? is this because my current configuration of PHP does not support the GD library?

About PHP & XSLT 2.0 Support
I was trying to write some XSLT transformation from XML to WML and XHTML. I want to transform attached news.xml into 2 different HTML files containing value of full tag. Then I want to Hyperlink them in another HTML page based on their story id attribute ( ex. n1.html, n2.html ). So far I know I have to use XSLT 2.0 for such operation.

I donno if anyone know any trick to do that using XSLT 1.0. In Both case I want to know -
 
1. Is it possible to do it using XSLT 1.0 & PHP 4.4 with any XSLT extensions ? If yes pls provide some sample code snippet & XSLT extensions I need to use it

2. If not then Is there any extension ( Other than Sablotron, as in support only XSLT 1.0 ) using which I can perform the previous transformation ?

PHP5 - GIF And TTF Support
I'm writing text on a GIF with a custom TTF font on my dev server
(Apache/PHP4 with bundled GD). It works nice.

On the production serveur (Mandrake: Apache2/PHP5) error happens : Call to
undefined function imagettfbbox()
Is there a special trick or release to be abble to use GIF r/w support and
True Type Font support too ?

PHP And Oracle Support
I need to access an Oracle DB from some PHP pages, so I need to compile my
PHP with Oracle support. So, the point is:

Do I have to download the whole 1.7GB stuff? Is there anything containing
only headers ald libs needed to compile? Any other solution? Or am I just
on the wrong path?


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