Menu

Chronolabs APIs / Chronocals: Recent posts

Installing Spam Testing v3.0.1 - wammy.labs.coop - on Ubuntu/Debian

Installing the Spam testing service API is easy on ubuntu/debian. First you will need to download wammy.labs.coop API from our files, within the file is the direct folder for your PHP Apache source, the following guide will tell you how to install it.

This will allow you on sites using to check content being submitted on the fly with no username or password as spam for example!

Install Spam Assassin

Once you are at your service shell run the following command to install all the requirements for spam assassin:-... read more

Posted by Gc. Jerrimough Xaa (Dr. Simon Antony Roberts) 2016-03-06 Labels: Spam Ham Forgot Training Spam Assassin SpamAssassin Wammy labs.coop PHP Installation

Installing fonts.labs.coop - Version 2.0 for Debian/Ubuntu

First you need to install LAMP with Debian/Ubuntu the easiest way to do this is with TASKSEL, once you have logged into ubuntu/debian press alt + ctrl + t to goto the shell terminal script; and run the following command.

$ sudo apt-get install tasksel
$ sudo tasksel

install lamp as well as any other feature's with the task selector application. Now you have to unpack the downloadable archive from our files [Latest version during publication:~ https://sourceforge.net/projects/chronolabsapis/files/fonts.labs.coop/Version%202.x/2.2.4] to the path in /var/www/xxxxx/xxxx you want and configure apache in the /etc/apache2/sites-available say fonts.localhost.conf and then run:-... read more

Posted by Gc. Jerrimough Xaa (Dr. Simon Antony Roberts) 2016-02-01 Labels: Ubuntu Debian Linux PHP MySQL Font Fonts Fontforge Setup Install Crons Scheduled Tasks

Installing fonts.labs.coop - Version 2.0 for Debian/Ubuntu

First you need to install LAMP with Debian/Ubuntu the easiest way to do this is with TASKSEL, once you have logged into ubuntu/debian press alt + ctrl + t to goto the shell terminal script; and run the following command.

$ sudo apt-get install tasksel
$ sudo tasksel

install lamp as well as any other feature's with the task selector application. Now you have to unzip the downloadable archive from our files to the path in /var/www/xxxxx/xxxx you want and configure apache in the /etc/apache2/sites-available say fonts.localhost.conf and then run:-... read more

Posted by Gc. Jerrimough Xaa (Dr. Simon Antony Roberts) 2016-02-01 Labels: Ubuntu Debian Linux PHP MySQL Font Fonts Fontforge Setup Install

Installing fonts.labs.coop - Version 2.0 for Debian/Ubuntu

First you need to install LAMP with Debian/Ubuntu the easiest way to do this is with TASKSEL, once you have logged into ubuntu/debian press alt + ctrl + t to goto the shell terminal script; and run the following command.

$ sudo apt-get install tasksel
$ sudo tasksel

install lamp as well as any other feature's with the task selector application. Now you have to unzip the downloadable archive from our files to the path in /var/www/xxxxx/xxxx you want and configure apache in the /etc/apache2/sites-available say fonts.localhost.conf and then run:-... read more

Posted by Gc. Jerrimough Xaa (Dr. Simon Antony Roberts) 2016-02-01 Labels: Ubuntu Debian Linux PHP MySQL Font Fonts Fontforge Setup Install

All Font Formats Supported including Game Files to Rip Fonts in Multi from *.bin

This is done with the upload.api extension at the end of the url, you can upload and stage fonts on the API permanently and upload them in the file formats of either each one by one or in an archive ZIP file the font formats we will convert and use ( .pfa .pfb .pt3 .t42 .sfd .ttf .bdf .otf .otb .cff .cef .gai .woff .ufo .pf3 .ttc .gsf .cid .hqx .dfont .mf .ik .fnt .pcf .pmf .pdb *.eot ) ~~ simply put them in a ZIP archive containing any of these file formats any other will be ignored, you will be notified and sent a copy of the web font when they are converted with example CSS via the email address, this process can take upto 30 minutes as it is scheduled on the system!... read more

Posted by Gc. Jerrimough Xaa (Dr. Simon Antony Roberts) 2015-06-17 Labels: Fonts Ripping Gaming Fontery

Get the API in Major Final Revsion on onedrive.com from @msau

-- You can also Download the API in Final Major Versioning here:- http://1drv.ms/1KXVr1h (Get them from Onedrive.com)

   wishcraft@users.sourceforge.net (Meshy)
Posted by Gc. Jerrimough Xaa (Dr. Simon Antony Roberts) 2015-06-17 Labels: Final Major Revisions API Archives Packs Compression Source Code

So i am working on fonts API version 2 - Right Now!

So I have trimmed back version one down to around six database tables only; with no designer - instyler sessioning with users; the fonts primary table looks like so:

~~~~~~
CREATE TABLE fonts (
id varchar(32) NOT NULL DEFAULT '',
type enum('rar','zip','tar','tar.bz2','tar.gz','iso','7s','jar','zoo','@unpacket','@unknown') DEFAULT 'zip',
state enum('online','offline','historical','onhold') DEFAULT 'online',
uptate int(12) DEFAULT '0',
peer varchar(44) DEFAULT '',
peer_id varchar(32) DEFAULT '',
name varchar(190) DEFAULT '',
words int(8) DEFAULT '0',
maximum int(8) DEFAULT '0',
minimum int(8) DEFAULT '0',
average int(8) DEFAULT '0',
fingers int(8) DEFAULT '0',
path varchar(350) DEFAULT '',
filename varchar(64) DEFAULT '',
bytes int(8) DEFAULT '0',
nodes int(8) DEFAULT '0',
created int(12) DEFAULT '0',
accessed int(12) DEFAULT '0',
cached int(12) DEFAULT '0',
failed int(12) DEFAULT '0',
cachires int(12) DEFAULT '0',
failires int(12) DEFAULT '0',
cachesso int(12) DEFAULT '0',
failesso int(12) DEFAULT '0',
cachings mediumint(20) DEFAULT '0',
failures mediumint(20) DEFAULT '0',
upstream mediumint(20) DEFAULT '0',
downstream mediumint(20) DEFAULT '0',
hits mediumint(20) DEFAULT '0',
normal enum('yes','no') DEFAULT 'no',
italic enum('yes','no') DEFAULT 'no',
bold enum('yes','no') DEFAULT 'no',
wide enum('yes','no') DEFAULT 'no',
condensed enum('yes','no') DEFAULT 'no',
uploader varchar(198) DEFAULT '',
data mediumtext,
medium enum('FONT_RESOURCES','FONT_RESOURCES_REMOTE','FONT_RESOURCES_PEER') DEFAULT 'FONT_RESOURCES',
PRIMARY KEY (id),
KEY PINGERING (state,type,peer(14),key(14),name(14),nodes,normal,italic,bold, wide,condensed,hits,failed,cachings,failures,cached,medium)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
~~~~~~... read more

Posted by Gc. Jerrimough Xaa (Dr. Simon Antony Roberts) 2015-06-17 Labels: SQL Fonts Version Two Table Changes Dropped Tables Alteration to API Tables