Cart empty
Joomla Extension extension
Wednesday, 17 April 2013 10:25

How to use HTML Parser processor

This processor is a magic one, which is alternative processor for “Get Fulltext” processor in the case “Get Fulltext” doesn’t work for your source.

To be honest, it is a little bit complicated here with our own program language, but we will try to make it clear and easy.

We provide an easy way to test HTML Parser processor with the same interface at: http://demo.foobla.com/html_parser. You can test on it first to get the code and use it for your obGrabber Pipe.
You can refer HTML Parser samples to get more ideas about it.

There are three commands: split, wrap and replace to do magic with HTML source. Each command need to be placed on a new line. 

Function: split

To split/seperate HTML source to many parts base on a delimiter. This function is pretty similar to explode function in PHP (if you know PHP program language).

Syntax

split|{LINE}|{DELIMITER}|{RETURN}|{DEBUG}
  • {LINE}: the output from {LINE}. Basically, you can put many lines and each line will have an output itself, and we can use output of this line as input of other line. “0” means the original input of the processor, “1” means the output of the line#1.
  • {DELIMITER}: HTML or Text to delimiter the INPUT HTML source.
  • {RETURN}: the number of part will be returned for the processor, start with 0, L stands for Last part.
  • {DEBUG}: debug mode in the case the {DELIMITER} cannot be found from INPUT HTML source.
    • 0: return "” (empty string) in the case an error occurs.
    • 1: stop immediately in the case an error occurs.
    • 2: return INPUT HTML source.

Example

Example 1
split|0|<div class="post">|L|1

Split the INPUT HTML source to many parts by the delimiter <div class=”post”>, it gets the last part, and if nothing found, it will stop immediately and start over with the new item.

Example 2
split|2|<p class="paragraph">|1|2

Split the output from line#2 by the delimiter <p class=”paragraph”>, it gets the first part, and if nothing found, it will return the line-itself input.

Function: wrap

wrap/combine one or many parts (which returned by other lines) by a new HTML format.

Syntax

wrap|{INPUT_LINE1,INPUT_LINE2,...}|{WRAP_HTML}
  • {INPUT_LINE1,INPUT_LINE2,...}: input lines variables to be wrapped.
  • {WRAP_HTML}: there are variables in {WRAP_HTML}
    • {ogb-0} understands for the first line-parameter in INPUT_LINE1, this will be replaced by the output value of INPUT_LINE1.
    • {ogb-1} understands for the first line-parameter in INPUT_LINE2, this will be replaced by the output value of INPUT_LINE2.

Example

wrap|3,5|<div class="content">{ogb-0}<hr />{ogb-1}

Combine line#3 and line#5 into the new formated HTML source, the first line parameter (line#3) will be replaced for {obg-0}, the second line parameter (line#5) will be replaced for {obg-1}.

Function: replace

replaces an INPUT_SOURCE by a new one.

Syntax

replace|{INPUT_LINE}|{SEARCH}|{REPLACE}
  • {INPUT_LINE}: get input from other line output.
  • {SEARCH}: search this string.
  • {REPLACE}: and replace by this string.

Example

replace|5|<div class="abc"|<div class="xyz" 

Find <div class=”abc” from line#5 output, replace it by <div class=”xyz” 

Published in obGrabber
Tuesday, 16 April 2013 08:42

How to use Text Spinner processor

Text Spinner processor is for spinning input text to a different/unique text by using synonyms database (English or French support for now).

In input fields:
- ip[] text: select text field from engine (or from previous processor output)

In Text Spinner processor settings:
- Select language for ip[] text.
- Random: select random synonym word or the first synonym word from database.

In output fields: you will have the output field with text spinned.

Published in obGrabber

Recently, plenty of obRSS customers asked for Image Tag (image node) in feed for iPhone and/or Android app.

obRSS is a powerful and flexible RSS Feed Syndicate solution with its core functions, it makes adding Image Tag/Node to each feed item pretty easy. We get it done within 15 minutes includes building installation packages time for both addon & plugin versions.

Be notice: addon version with prefix: obrss_addon_* is for obRSS 1.9 or older; while plugin version with prefix: plg_obrss_* is for obRSS 3.x which need to be installed via regular Joomla installation. More instruction can be found at How to install obRSS addon?

Existing customer can download this latest K2 addon/plugin for obRSS at http://foob.la/download

Published in Blog

After weeks of hard-working with obGrabber Joomla! Extension, we have done the new version 3.1.0 for this cool grabbing extension.

Basically, the new version comes up with the combination for both version of Joomla: 2.5 and 3.0, it works with Joomla! 3.1 as well.

Last but not least, we added Guideline right inside the obGrabber extension itself which made it more friendlier for the first time usage.

Here are some more screenshots

Existing customer is freely to download this version from the download area at http://foob.la/download

Published in Blog
Wednesday, 30 November -0001 00:00

VirtueMart

VirtueMart auto social poster solution by obSocialSubmit with VirtueMart plugin.

Please see the screenshot to see how VirtueMart plugin works with obSocialSubmit.

Published in obSocialSubmit Plugins
Tuesday, 11 September 2012 11:15

obGrabber - Automatic Articles Joomla Extension

What it does? See how obGrabber saves your precious time

Dreaming of an Ultimate Tool to grab ANYTHING from out-side and store it into ANY 3rd party Joomla! Extensions?

obGrabber's mission is making that dream come true, this grabber Joomla! Extension can collect any external data sources (RSS, XML, NewsML, Facebook, Youtube, Google Base, ebay, amazon, email, blogspot, Google Calendar,...) and store into any Joomla! 3rd party Extension(K2, FLEXIcontent, DocMan, VirtueMart, redSHOP, JCal Pro).

This grab engine offers you fully control of:

1 Where to to collect contentfor your Joomla! site

2 How to re-formatthe content before pass it to 3rd party Joomla! Extension.

3 Where the content will be stored.

Why obGrabber? Discover the powerful of the Auto Articles Joomla Extension

  • Collect content from ANY external sources

    Imaging of a series of engines to collect the whole world into your Joomla! site. Builtin RSS-Reader engine is an example, it can be used to collect content from multiple RSS Feed sources.

    obGrabber Engine
  • Re-format collected content with smart processors

    You normally want to re-format the collected content before pass it through 3rd-party Joomla! Extensions, tons of available Processors are lovely pieces to make your stored content looks perfect.

    obGrabber Processor
  • Store into ANY third-party Joomla! Extensions

    Collected content can be adapted into any Joomla! Extensions with optional to configure categories, keywords, publishing state,...

    obGrabber Adapter
  • Friendly Dashboard

    Help you to navigate to tons of adapters, engines, processors fairly straighforward.

    Logs system

    When you want to see how your grabber worked, the Logs system is available with fully logged information of saved items, date, link,...

    Easy to Use

    The extension designed for non-technical customers, making sure everyone can use it fairly straightforward.

    One click installation

    Express Tools for quick implementation of other modules, plugins.

  • Auto run with Cronjob (Scheduler)

    obGrabber will be run automatically via a smart scheduler. You can decide how often this ultimate engine run with no touch.

    Create Ultimate RSS Feed
  • Extension Auto Updater

    At foobla, we have update-stream system for every Joomla! Extensions, it works with the Updater from Joomla! core.

    One click upgrade

I'm ready to invest in this Joomla! Ultimate Grabber   Buy Now

 
Published in Joomla Extensions
Sunday, 09 September 2012 10:24

obTwitter Pricing

obTwitter Pricing Choose suitable plan for your needs

Eco

  • Upgrade & Support for 6 months
  • Install on unlimited sites
  • Get support for 1 site
  • Installation support
  • Ticket support

19,99 €

Dev

  • Upgrade & Support for lifetime
  • Install on unlimited sites
  • Get support for up to 10 sites
  • Installation support
  • Ticket support
  • Live support via Skype

149,99 €

 
 

obTwitter addons

VirtueMart add-on for obTwitter

VirtueMart

9,99 €

SOBI2 add-on for obTwitter

SOBI2

9,99 €

Simple Review add-on for obTwitter

Simple Revie...

9,99 €

SimpleCalendar add-on for obTwitter

SimpleCalend...

9,99 €

Seyret add-on for obTwitter

Seyret

9,99 €

RubberDoc add-on for obTwitter

RubberDoc

9,99 €

RSGallery2 add-on for obTwitter

RSGallery2

9,99 €

RSEvents add-on for obTwitter

RSEvents

9,99 €

RokQuickCart add-on for obTwitter

RokQuickCart

9,99 €

Resources add-on for obTwitter

Resources

9,99 €

Remository add-on for obTwitter

Remository

9,99 €

Rapid Recipe add-on for obTwitter

Rapid Recipe

9,99 €

Recruitment Agency Manager add-on for obTwitter

Recruitment ...

9,99 €

QuickFAQ add-on for obTwitter

QuickFAQ

9,99 €

QContacts add-on for obTwitter

QContacts

9,99 €

ProjectFork add-on for obTwitter

ProjectFork

9,99 €

Portfolio add-on for obTwitter

Portfolio

9,99 €

Phoca Gallery add-on for obTwitter

Phoca Galler...

9,99 €

PhocaDownloads add-on for obTwitter

PhocaDownloa...

9,99 €

Mosets Tree add-on for obTwitter

Mosets Tree

9,99 €

Maian Music add-on for obTwitter

Maian Music

9,99 €

Kunena add-on for obTwitter

Kunena

9,99 €

Joomla Estate Agency add-on for obTwitter

Joomla Estat...

9,99 €

JoomGallery add-on for obTwitter

JoomGallery

9,99 €

Jobline add-on for obTwitter

Jobline

9,99 €

jEvents add-on for obTwitter

jEvents

9,99 €

jDownloads add-on for obTwitter

jDownloads

9,99 €

JCal Pro add-on for obTwitter

JCal Pro

9,99 €

Glossary add-on for obTwitter

Glossary

9,99 €

GigCal add-on for obTwitter

GigCal

9,99 €

Events Calendar add-on for obTwitter

Events Calen...

9,99 €

Eventlist add-on for obTwitter

Eventlist

9,99 €

Estate Agent Improved add-on for obTwitter

Estate Agent...

9,99 €

Employment Listing add-on for obTwitter

Employment L...

9,99 €

DocMan add-on for obTwitter

DocMan

9,99 €

AdsManager add-on for obTwitter

AdsManager

9,99 €
Published in obTwitter
Sunday, 09 September 2012 10:24

obGrabber Pricing

If you are expecting obGrabber to grab full-text from RSS Feed sources, please make sure you tested your RSS Feeds firstly, read more here. Subscription plans below do not include custom work to make obGrabber works with failed test RSS Feeds.

obGrabber Pricing Choose a suitable plan for your needs

Eco

  • Upgrade & Support for 3 months
  • Install on unlimited sites
  • Get support for 1 site
  • Installation support
  • Ticket support
  • Content adapter for free
  • RSS Reader engine for free (¿)
  • Basic Processors for free (*)

29,99 €

Dev

  • Upgrade & Support for 12 months
  • Install on unlimited sites
  • Get support for up to unlimited sites
  • Installation support
  • Ticket support
  • Content adapter for free
  • RSS Reader engine for free (¿)
  • Basic Processors for free (*)
  • All available Processors for free (**)
  • All available Adapters for free (**)
  • All available Engines for free (**)
  • Live support via Skype

149,99 €

 

(¿) RSS Reader engine is for dealing with RSS Feed Sources. Please try test it on the demo site to make sure it works with your RSS Feed Sources.
(*) Basic Processors includes: Alias, Cut Introtext, Duplicate, Get FullText, Images, Keywords Filter, Strip Tags.
(**) These extras are free for downloads and support for 3 months.

obGrabber Adapters To deal with 3rd party extension

ZOO adapter for obGrabber

ZOO

19,99 €

Virtuemart adapter for obGrabber

Virtuemart

19,99 €

Kunena adapter for obGrabber

Kunena

9,99 €

K2 adapter for obGrabber

K2

19,99 €

JEvents adapter for obGrabber

JEvents

9,99 €

Cobalt adapter for obGrabber

Cobalt

19,99 €
 

obGrabber Engines To deal with external data source

Youtube engine for obGrabber

Youtube engi...

9,99 €

Text Folder engine for obGrabber

Text Folder ...

9,99 €

Email engine for obGrabber

Email engine...

9,99 €
 

obGrabber Processors To process and filter data

Youtube processor for obGrabber

Youtube proc...

9,99 €

Translator processor for obGrabber

Translator p...

19,99 €

Text Spinner processor for obGrabber

Text Spinner...

14,99 €

Meta Data processor for obGrabber

Meta Data pr...

9,99 €

HTML to BBCODE processor for obGrabber

HTML to BBCO...

9,99 €

Google News URL processor for obGrabber

Google News ...

1,99 €
Published in obGrabber
Sunday, 09 September 2012 10:24

obFullTextRSS Pricing

obFullTextRSS Pricing Choose your effordable plan for you needs

Eco

  • Upgrade & Support for 3 months
  • Install on unlimited sites
  • Get support for 1 site
  • - (*)
  • Installation support
  • Ticket support

29,99 €

Dev

  • Upgrade & Support for 12 months
  • Install on unlimited sites
  • Get support for unlimited sites
  • Customize for 5 RSS Sources (**)
  • Installation support
  • Ticket support
  • Live support via Skype

119,99 €

 
(*) Please make sure obFullTextRSS can grab your RSS Sources properly on demo site since there is no RSS Sources customization for this plan.
(**) Sometimes, obFullTextRSS cannot grab full-text from some RSS Sources. In case, we need to customize the obFullTextRSS Extension to grab full-text from those RSS Sources properly.
Each extra RSS Source customization cost 9.99€, get it at custom work page

obFullTextRSS Extends Choose your love CCK

K2 plugin

Add K2 support feature to Joomla Automatic Articles component (obFTRSS)

29,99 €

ZOO plugin

Add ZOO support feature to Joomla Automatic Articles component (obFTRSS)

29,99 €

FLEXIcontent plugin

Add FLEXIcontent support feature to Joomla Automatic Articles component (obFTRSS)

29,99 €

Resources plugin

Add Mighty Resources support feature to Joomla Automatic Articles component (obFTRSS)

29,99 €

Published in obFullTextRSS
Sunday, 09 September 2012 10:24

obAntiSpam Pricing

obAntiSpam Plugins Choose a suitable plan for your needs

Eco

  • Upgrade & Support for 6 months
  • Install on unlimited sites
  • Get support for 1 site
  • Installation support
  • Ticket support

19,99 €

Dev

  • Upgrade & Support for lifetime
  • Install on unlimited sites
  • Get support for up to 10 sites
  • Installation support
  • Ticket support
  • Live support via Skype

149,99 €

 
Published in obAntiSpam
Page 1 of 5