Archive for the 'plugins' Category

toksta* IM plugin now available for SMF


Simple Machines Forum
(SMF) which is based on PHP and MySQL is a free and very popular bulletin board that allows you to set up your own online community easily.

Its powerful custom made template engine puts you in full control of the lay-out of your message board and with our unique SSI - or Server Side Includes - function you can let your forum and your website interact with each other.

The plugin is available at the official MOD database of Simple Machines Forum: Toksta Integration (Thanks to Fustrate who has written this plugin!)

If you need help during the installation process, feel free to contact our support team.

Related Posts:
- toksta* IM integration for phpBB
- toksta* IM integration for osDate
- Wordpress Plugin

toksta* IM plugin now available for vBulletin

Now the toksta* Instant Messenger can be integrated easily into the bulletin board software vBulletin. It’s based on PHP and MySQL and one of the most popular bulletin board softwares out there!

To download the modification just register and go to the “implementation” area of our backend. There you can generate your own code and download a detailed instruction. If you need help during the installation process, feel free to contact our support team.

The toksta* IM is also available for: phpBB, osDate, elgg, Wordpress, phpFox and Joomla. (All are available in our backend)

We are continuously developing new ways to integrate our products into 3rd party software. If you have developed a plugin for a product which is not listed above, please leave a comment.

All plugins for the toksta instant messenger now available for download

As you know, we are offering several plugins for the toksta instant messenger including:

  • Elgg
  • Joomla 1.0
  • Joomla 1.5
  • Joomla Community Builder
  • osDate
  • phpBB3
  • phpFox
  • Wordpress
We will also release a plugin for vBulletin shortly! The challenge with plugins is to keep them up to date as there are changes made to the board softwares quite frequently. So we recently refurbished all plugins and all of them are now available for download in our backend. Enjoy!
PS: If you would like to contribute a plugin you have written yourself, we are happy to release it under your name with a link to your domain!

toksta* plugin now available for osDate

osDate is an open-source dating and matchmaking script which fully integrates with bulletin boards like phpBB, vBulletin and provides several payment modules, multiple skins, and free upgrades…

The installation is again very simple. To get the plugin just register at toksta.com and go to the “implementation” area (”create script”) of our backend and select “osdate″. Download the file and follow the instructions.

If you need help during the installation process, feel free to contact our support team.

toksta* integration now available for phpBB3

phpBB3 is one of the most popular bulletin boards for web communities. It’s a fully scalable and customizable, open source bulletin board package which is available under the GNU-GPL. Like its predecessors, phpBB 3.0 “Olympus” has an easy to use administration panel and a user friendly installation process, which allows you to have a forum set up in minutes.

With our new plugin (or modification) it is dead simple to integrate toksta* IM into your phpBB3 installation. To get your mod just register at toksta.com and go to the “implementation” area (”create script”) of our backend and select “phpBB3″.

Installing a Modification (MODX)
If you need help like: how to unzip, a description of what each file does, instructions on how to open the file in your browser, what each action means, the technique to install a MOD, what to do with FTP and backing up files, you will find here and here.

toksta* integration now available for elgg

Elgg is an open, flexible social networking engine, designed to run at the heart of any socially-aware application. Building on Elgg is easy, and because the engine handles common web application and social functionality for you, you can concentrate on developing your idea.

It’s now possible to easily integrate the toksta instant messenger into your elgg based community. To get your script just register at toksta.com and go to the “implementation” area (”create script”) of our backend.

We’ve tested this with elgg 1.2. Please tell us if you discover any problems with different versions.

How-To: Embed user pictures directly from your site

Besides the “normal” implementation code of toksta there are some ways to customize our product even more to your needs.

By default you can embed pictures in toksta by setting the variable $tk_profile_url in the implementation script. When doing this, we will scale the picture to the needed size and show it in the Instant Messenger. Due to the fact that there would be thousands of pictures waiting to be scaled at our servers we will only scale pictures of active users and the scaling is done with some delay.

To prevent this behaviour and embed the pictures directly from your server you can modify your implementation script like this:

Very important: The image size must be 61 x 46px (width x height).

1. Look for this line in your implementation script:

[...]
$tk_user_data="name:".$tk_name. ";gender:".$tk_gender. ";age:".$tk_age. ";single:".$tk_single. ";url:".$tk_profile_url. ";pic:".$tk_pic. ";city:".$tk_city. ";tk_zip:".$tk_zip. ";country:".$tk_country.";
[...]

2. Now add this to the end of the line containing the url of the user

";direct_pic:http://www.the-url-to-your-picture/pic.jpg";

The final Script should look like this:

<?PHP
//script for the <BODY> area of your source code, transferring necessary user data
//place this script on every page if the user is logged in !!!

$tk_name = "THE_USERNAME"; //<−− please set the username here
$tk_user_id = "THE_USER_ID"; //<−− please set the user ID here
$tk_gender = ""; //<−− optional (the gender of the user can be female or ‘male’)
$tk_age = ""; //<−− optional (the age of the user e.g. ‘23′)
$tk_single = ""; //<−− optional (is the user single? ‘Yes’, ‘no’, ‘0′ = no information)
$tk_profile_url = ""; //<−− optional (url to the users profile)
$tk_pic = ""; //<−− optional (url of the users picture)
$tk_city = ""; //<−− optional (city where the user is located, e.g. ‘Berlin’)
$tk_zip = ""; //<−− optional (users zip code, e.g. ‘92553′)
$tk_country = ""; //<−− optional (country where the user is located, e.g. ‘Germany’)

//DO NOT EDIT THE FOLLOWING CODE!
$tk_user_data="name:".$tk_name. ";gender:".$tk_gender. ";age:".$tk_age. ";single:".$tk_single. ";url:".$tk_profile_url. ";pic:".$tk_pic. ";city:".$tk_city. ";tk_zip:".$tk_zip. ";country:".$tk_country.";direct_pic:http://www.the-url-to-your-picture/pic.jpg";

//implements the js needed by the chatWatcher and to start a chat

$tk_hash = md5($tk_user_id.$tk_user_data."[[your password]]");
$tk_js = "<script type=’text/javascript’ src=’http://www.toksta.com/js/w/?tk_hash=" . $tk_hash . "&amp;app_id=8&amp;app_user_id=".$tk_user_id."&amp;tk_user_data=".rawurlencode($tk_user_data)."’></script>";
echo $tk_js;
?>

Thats’s it already!

PS: DO NOT USE THE SCRIPT ABOVE - THIS IS ONLY A DUMMY!

Wordpress Plugin now available!

Good news for all Bloggers: Today we released a wordpress plugin for our toksta instant messenger! This time Bastian Nutzinger from wallstreet-online hit the keyboard, wrote a plugin for wordpress and sent us his work - thanks a lot! To download the plugin just register and go to the “implementation” area of our backend.

 

Wordpress Plugin for toksta

Wordpress Plugin for toksta