Zend - The PHP Company




Code Gallery: Rival7


CyberClass  

Type: class
Added by: Rival7
Entered: 06/04/2000
Last modified: 05/12/2000
Rating: ***** (11 votes)
Views: 25028
CyberClass is an interface to the CyberCash Cash Register Service for online financial transactions (such as credit card processing). This is an adaptation to the origional CyberLib but included is automatic 'merchant_conf' parsing. Check out my article at http://www.phpbuilder.com/columns/nathan20001225.php3


Graphite  

Type: class
Added by: Rival7
Entered: 30/03/2000
Last modified: 08/12/1999
Rating: **** (14 votes)
Views: 17371
Graphite is a php graphing class which supports multiple data plots with bars, lines, or areas on a single graph. Negitive values are also supported. Check out examples here


MySQL Replication Connection Fail Over  

Type: code fragment
Added by: Rival7
Entered: 10/03/2001
Last modified: 04/12/2000
Rating: - (fewer than 3 votes)
Views: 4659
This function is for connecting to a pair of MySQL fail over servers. It tries to connect to the first availiable server in the array list of $mysql_servers and so on. The main use for this function is for MySQL servers in a two way replication setup. The client can read from any of the servers using the normal mysql_connect function but for writing mysql_rep_connect is safer in that it only addresses one server at a time, thus preventing data conflict. Add set-variable = max_connect_errors=2147483647 to avoid problems.


mysql_fetch_fields  

Type: code fragment
Added by: Rival7
Entered: 05/07/2000
Last modified: 08/12/2008
Rating: - (fewer than 3 votes)
Views: 5534
Returns the field names of a mysql result as an array


Random Pronounceable Password Generator  

Type: code fragment
Added by: Rival7
Entered: 13/07/2000
Last modified: 08/12/1999
Rating: **** (16 votes)
Views: 15078
This function generates random pronounceable passwords. (ie jachudru, cupheki)


SMB Print  

Type: class
Added by: Rival7
Entered: 29/03/2000
Last modified: 08/12/1999
Rating: **** (3 votes)
Views: 5754
SMB Print is a Samba text printing interface class.


sow() function  

Type: code fragment
Added by: Rival7
Entered: 01/08/2000
Last modified: 08/12/1999
Rating: - (fewer than 3 votes)
Views: 4903
The sow() function inserts a string into another string every given increment.


TransCrypt Encrytion functions  

Type: code fragment
Added by: Rival7
Entered: 30/11/2001
Last modified: 02/11/2000
Rating: **** (6 votes)
Views: 6253
TransCrypt is an encrytion library. It simply uses look up tables to translate bytes. The look up tables are generated by the LFSR algorithm.




Search