Welcome to The original PHPHack.com home topics downloads your account submit news submit news top ten
 
Search
Topics
  Login/Create an Account    
PHPHack Main Menu
Home
Topics
Forums

LAMP explained


Downloads
Recommend Us
Your Account
Web Search
Top 10
Stats

Mining Bitcoin SV


Modules
· _HOME
· Content
· Downloads
· Feedback
· Forum
· Members List
· Open Directory
· Private Messages
· Recommend Us
· Reviews
· Search
· Statistics
· Stories_Archive
· Submit News
· Surveys
· Top
· Topics
· Web Links
· Your Account

Who's Online
There are currently, guest(s) and member(s) that are online.

You are Anonymous user. You can register for free by clicking here

Slashdot
Currently there is a problem with headlines from this site

Axiom Photo Gallery
Version 0.8.6 has been released

New Features ---
No upgrade scripts yet. Free to download. Demo still uses 0.5.0.

You should download the patch if you have downloaded Axiom before 10.17.2002. this patch will fix several small yet annoying problems. get it below.

Download Axiom Photo/News Gallery
Get the Patch
See screenshots
Create your own!!
See the Demo

Attention!


I am no longer going to be able to support this application in the forums. you can continue to post there and hopefully the members of this site will give you some help. i can no longer keep up the forums, write new versions, support older versions, keep on top of the emails, work a regular job and try to have a life at the same time.

i really had no idea that this application would become as popular as it has and i wasn't aware of the time it take to support users and maintain the code. so i am going to be gone writing the new version which is very late.

i am very sorry for any problems this may cause with anybody but i have to take care of my own mental health.

I currently can't afford to keep the site hosted. Dissruptions in site availability may occur. Your support is appreciated.

PHP.net News

·PaWS Tickets Now On Sale!
·PHP 4.3.5RC2 released!
·Call for Papers Reminder: O'Reilly Open Source Convention
·PHP Conference 2004 Spring Edition Programme Online
·php|cruise deadline set for February 15th
·PHP and Web Standards Conference - UK 2004
·Vancouver PHP Conference 2004
·PHP 5.0 Beta 3 released!
·PHP Community Site Project Announced
·PHP Magazine in PDF Format

read more...

Free Video Training Magazine CDs available for PHP and MySQL
PHP Language draz writes "Hi there,

I'm sending word to let you know that http://www.3dbuzz.com will be producing free video training magazine cds for PHP and MySQL integration.

The 1st issue will explore some of the following:
* Installation of the Apache Web Server
* Installation of MySQL
* Installation of PHP4
* Creating Databases
* Creating Tables
* Connecting an HTML document to your database
* Entering records through forms
* Displaying records

This series will get VERY technical very fast and it will contain valuable information.

They are making these training cds available to people worldwide and will even cover cost of shipping. New issues will be released either monthly or bi-monthly and get increasingly advanced. They will always remain free and subscription is only required once.

I've already been receiving training cds from 3D Buzz and I can assure you that this is for real and there are no catches. Hopefully some of you can benefit from this information. The first issue should be released within the next few days.

Here is a direct link to the subscription page
http://sv2.3dbuzz.com/vbforum/vmag_reg.php
a checkbox has been added for PHP and MySQL

Regards,

draz"

Posted by jesus on Monday, May 06 @ 09:23:46 EDT (270 reads)
(comments? | Score: 5)

PHP Coding Contest
PHP Language Anonymous writes "A bi-weekly programming contest to test your skills. Codewalkers is pleased to announce the first of many coding contests that they will be holding. Each contest will combine programming skill with the presentation of a finished project. Contests will range from those that beginners can participate in to advanced only events. Prizes will include a Zend t-shirt.

for more information on this contest please visit the codewalkers site www.codewalkers.com."

Posted by jesus on Tuesday, April 09 @ 10:24:33 EDT (256 reads)
(comments? | Score: 5)

Axiom Photo: GD LIB
PHP Language Some people are having problems getting the Axiom Photo/News Gallery to work properly. the most common complaint i have recieved is this ::
(Fatal error: Call to undefined function: imagecreatefromjpeg() in /servername/picgallery/pictureFunctions.inc on line 43)

this problem is because there is not support for the gd-lib compiled into php.
PHP must be compiled with gd for Axiom Photo Gallery to run properly.

Testing for gd ::
if you are having this error and you don't know if gd has been compiled into PHP you can write a simple script to check. let's name the script info.php. now open info.php with your favorite text editor. enter the line <? phpinfo() ?> . now just point your browser to that script.
in the top section you should have the line '--with-gd=../gd-1.8.4' (the version doesn't have to be 1.8.4).
see the image below for an example


Posted by jesus on Monday, April 08 @ 11:12:40 EDT (1274 reads)
(Read More... | 26 comments | Axiom Photo | Score: 3.33)

Axiom Photo Gallery Released
PHP Language Axiom Photo Gallery has been released. it was released yesterday. features include: create new albums, rate photos, post comments, upload news and more. Supports themes and templates.
you can veiw more about this project here
hope you all enjoy this program.

Posted by jesus on Thursday, April 04 @ 12:23:22 EST (1189 reads)
(Read More... | 392 bytes more | 2 comments | Score: 2)

Using PHP and MySQL with Flash
PHP Language Flash is one of those "must have" skils for any web developer. in this tutorial on PHPBuilder.com, Jeffrey Hill takes us through the steps of making PHP applications work in conjuction with Flash and MySQL database. this article is very good for beginners with MySQL and PHP. However, you should really have a decent understanding of Flash Actionscript. Go There Now.

Posted by jesus on Sunday, February 24 @ 21:33:22 EST (297 reads)
(comments? | Score: 0)

Python: python tutorial
Python this tutorial byRichard Baldwin is a good beginers' course. it covers all the basics. if you are a programmer already you might find that it goes a little slow. but i would say that it is very useful. read more for an excerpt.

Posted by jesus on Wednesday, February 20 @ 11:02:36 EST (412 reads)
(Read More... | 1677 bytes more | comments? | Python | Score: 0)

XML: Xquery Language
XML Xquery looks as if it will help eliminate the problem of using a database for storing all information no matter how small. if you've done any database development you've probably noticed that people seem to want you to store almost all information in the DB without regard to how storing that information might hurt the overall performance of the site.

for example, why would anyone store site specific variables in a DB? by this i mean font size, color, weight or table background colors. but also other information that just a few years ago was held quite nicely in text files are now being held in a DB.

now there is a solution!! Xquery makes it possible to query an xml document as if it were a table in a DB. actions speak louder than words so here is an example from Microsoft.

and here is an excerpt from the W3C specification -->

"XML is an extremely versatile markup language, capable of labeling the information content of diverse data sources including structured and semi-structured documents, relational databases, and object repositories. A query language that uses the structure of XML intelligently can express queries across all these kinds of data, whether physically stored in XML or viewed as XML via middleware. Because query languages have traditionally been designed for specific kinds of data, most existing proposals for XML query languages are robust for particular types of data sources but weak for other types. This specification describes a query language called XQuery, which is designed to be broadly applicable across all types of XML data sources."

Posted by jesus on Wednesday, February 20 @ 10:14:07 EST (365 reads)
(comments? | XML | Score: 0)

New PHP software
PHP Language Anonymous writes "Let me inform you about new PHP software.

The PHP Encoder allows to encode PHP scripts before
distributing it. The script code saving with use cryptography.
This software working on ALL computer and server platforms
which support PHP. The PHP Encoder includes converter
for encryption/decryption of your scripts.
Yours truly,
Sergey Repetov.
www.rssoftlab.com"

Posted by jesus on Thursday, February 07 @ 12:49:15 EST (306 reads)
(comments? | Score: 0)

Internet Explorer on UNIX!! Crazy
Internet Explorer
Download
Select Platform:
Download FileSolaris - Internet Explorer 5 with Outlook Express
20.96 MB Download File
2 hr 55 min @ 28.8 kbps
Download FileHP-UX - Internet Explorer 5 with Outlook Express
28.13 MB Download File
3 hr 55 min @ 28.8 kbps

Download the most up-to-date version of Internet Explorer available for Solaris and HP-UX versions of UNIX.

Note All UNIX versions of Internet Explorer currently available on this site give you 128-bit encryption, the highest level of protection possible whenever you use credit cards or make other financial or confidential transactions over the Internet. Internet Explorer with 128-bit encryption is eligible for export from the U.S. to all customers worldwide, except to U.S. embargoed destinations. Information on exporting Microsoft technologies is available at www.microsoft.com/exporting/.


Posted by mightygnu on Thursday, November 29 @ 18:49:37 EST (472 reads)
(Read More... | 5864 bytes more | comments? | Score: 2)

How to build a photo gallery
PHP Language In this tutorial onWeb Monkey Tod Kennedy take us through the basics of how to build a photogallery for the web. This is one of those applications you have to try to appreciate. Once you've completed a photo gallery application it's really rewarding. I will upload the photo gallery app that I created after the host here tells me where he hid image magik.

Posted by mightygnu on Wednesday, November 28 @ 12:22:43 EST (1145 reads)
(Read More... | 1202 bytes more | 1 comment | Score: 3)

Categories Menu
· Axiom Photo (04/14)
· Linux (06/14)
· Perl (02/22)
· Python (02/20)
· SOAP (02/10)
· XML (02/20)

User's Login
Nickname

Password

Don't have an account yet? You can create one. As registered user you have some advantages like theme manager, comments configuration and post comments with your name.

Help Axiom Continue
Developing free software can be expensive and time consuming for the developer. I hope those of you who can afford to make a contribution do it. Please help keep free software free! Donation is only $20 US


Survey
did you find the convert file?

yes
no
what are you talking about?
directions were too confusing
i'm an idiot
who cares



Results
Polls

Votes: 15
Comments: 0

Past Articles
Friday, February 22
· Useful Linux Commands (0)
Wednesday, February 20
· python tutorial (0)
· Xquery Language (0)
Sunday, February 10
· PHP and SOAP (0)
Thursday, February 07
· New PHP software (0)
Thursday, November 29
· Internet Explorer on UNIX!! Crazy (0)
Wednesday, November 28
· How to build a photo gallery (1)
Tuesday, November 27
· PHP 4.1 is out!! (0)
· Custom Session Handlers in PHP4 (0)
· Interfacing with Java from PHP (0)
· XML School (0)
· Reusing the Browser . . . IE 5.5 (1)
· An Introduction to Classes (0)
Monday, November 26
· Building a Database-Driven Web Site Using PHP and MySQL (0)
· Caching PHP Applications (0)

Today's Big Story
There isn't a Biggest Story for Today, yet.

PHPBuilder
·Test Driven Development in PHP
·File Version Management in PHP
·Importing Excel, Access or XML Data into MySQL Using Navicat
·Building Web Services Using NuSOAP Toolkit
·Creating MS Word documents on the fly
·Zend Studio 3.0
·GIS Mapping with PHP
·On User-Defined Timezones in PHP
·Dreamweaver MX 2004
·Using PEAR's HTML_Table Class

read more...

PHP-Nuke
Currently there is a problem with headlines from this site

Using
SourceForge Logo






You can syndicate our news using the file backend.php or ultramode.txt
This web site was made with PHP-Nuke, a web portal system written in PHP. PHP-Nuke is Free Software released under the GNU/GPL license.