31
wishcraft
xoops subdomain api - fonty.xoops.org + fonts.xoops.org

This is a fonts repository API that also servers them in CSS as well as support for random fonts etc, you can see an example of this running on http://fonty.snails.email and get the code from https://github.com/Chronolabs-Cooperative/Fonts-API-PHP when setting it up on xoops.org you may with the number of crawlers lower the level and depth for reducing the file spawning size...

This works in conjunction with http://fonts.xoops.org which I had not enough resources on the VPS hense why the previews aren't working on a demo for it at http://fonts4web.org.uk the following two modules have been written which you can also use to make a font website if you wanted to the following two modules are for fonts.xoops.org:-




32
wishcraft
xoops subdomain api - strata.xoops.org

This API is for returning a list of domain tld classes and country fallout extension, can be used for working out subdomain to root domain address to see an example of it you can goto http://strata.snails.email for the source code get it from: https://github.com/Chronolabs-Cooperative/Strata-API-PHP



33
wishcraft
xoops subdomain api - lookups.xoops.org

This is for GeoIP lookups of Ipv4, IPv6 addresses for their longitude/latitude you can get the sourcecode from: https://github.com/Chronolabs-Cooperative/Lookups-API-PHP

An example running on a small VPS is here: http://lookups.snails.email



34
wishcraft
xoops subdomain api - whois.xoops.org is finished

This is a whois for IPv4, IPv6 + TLD + gTLD which provisions whois for the community via rest api, seeming xoops.org is running on a dedicated service, these will not add much additional load!

To get the code you will find it at: http://github.com/Chronolabs-Cooperative/WhoIS-API-PHP

To see it operating goto: http://whois.snails.email (this is only on a small VPS).



35
wishcraft
Re: xoops subdomains - places.xoops.org finished

please wait for version 3.0.9

You can see this operating on http://places.xortify.com



36
wishcraft
Tag 3.07 With Categories -- Release Canidate is available

okey mamba attempt too install this version :: https://github.com/Chronolabs-Cooperative/Tag-Module-Xoops25 --> I have just debugged the admin and made some changes, if it is all good then let me know an I will package it for a release...



37
wishcraft
Re: Tag 3.01+ With Categories -- Release Canidate is available

thanks mamba I will look at it later tonight and fix the other couple of issues you found, that is the point of raising it on the forums. I can't afford testing staff so the community has to do it; cheering.. Will get back to you soon..



38
wishcraft
Not Executing: function xoops_module_pre_install_dirname()

I am working on a bug ticketing module, for release in a number of weeks, for some reason in XOOPS 2.5.9 I am not sure how long this bug has existed by for example in xoops_version.php the following is specified:

$modversion['onInstall']                 = "include/install.php";
$modversion['onUpdate']                 = "include/onupdate.php";
$modversion['onUninstall']                 = "include/uninstall.php";


and in include/install.php the following function is specified but not being called by the installation in system:-

function xoops_module_pre_install_tickets($module) {
    ....
}


the problem is the call is incorrect on line 98 of /system/admin/modulesadmin/modulesadmin.php when backtracking it for some reason the call for single parthensis is being used in double quote

ie with the code
$func "xoops_module_pre_install_{$dirname}";


Should read as follows
$func "xoops_module_pre_install_$dirname";


it doesn't require double brackets from PHP 2



39
wishcraft
xoops subdomains - places.xoops.org finished

These all need to be fitted with some sort of AuthKey that is provisioned by xoops.org for the site, so you know we don't get any remote traffic on our apis!!

But the skeleton with an install for places is finished:-




40
wishcraft
Tag 3.01+ With Categories -- Release Canidate is available

How are you all, I have been working on the 'tag' module for tagging, to include categories and a categories browser, there is some changes to the plugin so carefully consult the documentation when implementing as well as a cumculus cloud as well..

You can get it from GitHub here: https://github.com/Chronolabs-Cooperative/Xortify-Server-Module-Tag

This is all debugged and installing now for Tag 3.01+




TopTop
« 1 2 3 (4) 5 6 7 ... 135 »



Login

Who's Online

135 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 135


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Jul 31
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Latest GitHub Commits