Home > Tracking Campaigns > FunnelFlux

Funnel flux on Liquidweb VPS ? (15)


06-30-2016 09:13 AM #1 seosar (Member)
Funnel flux on Liquidweb VPS ?

Hi ,
i searched in the forum about full Funnel flux installing EXPLAINING Guide to follow and i did not found ,
anybody can give us a guide for that please , i was using Voluum and now i want to try Funnel Flux !!!

i bought a domain extra to put on it the Funnel Flux , but the rest i don't know !

So Please any Guide for that ?
thanks


06-30-2016 10:05 AM #2 caurmen (Administrator)

@seosar - are you familiar with Linux system administration?

If not, it may be better to buy a Vultr server rather than Liquidweb, as there are step-by-step guides for installing FunnelFlux on that.


06-30-2016 02:02 PM #3 thuglife (Member)

Why did you move to FF just out of curiosity?


06-30-2016 04:17 PM #4 vitavee ()

There are these 2 guides:

* Step by step tutorial for installing it on a Vultr server: http://www.funnelflux.com/vultr-setup/
* Video guide for installing it on Linode: http://stmforum.com/forum/showthread...eo-Walkthrough


06-30-2016 07:41 PM #5 seosar (Member)

Quote Originally Posted by caurmen View Post
@seosar - are you familiar with Linux system administration?

If not, it may be better to buy a Vultr server rather than Liquidweb, as there are step-by-step guides for installing FunnelFlux on that.
HI caurmen, i have a manged vps with liquidweb in Windows.
which package of Vultr do u recommend ?
thanks


06-30-2016 07:48 PM #6 fbqueen (Senior Member)

I went with Linode - it's not super complicated


07-01-2016 10:16 AM #7 caurmen (Administrator)

@seosar - the guide that vitavee links above includes recommendations on server choice at Vultr.


07-01-2016 07:07 PM #8 seosar (Member)

i followed the above document and it works without problem
thanks


07-03-2016 01:28 PM #9 seosar (Member)

Now i need Guide how to track and add prelander or traffic source or affiliate?
can somebody send a Guide for that or a Video Please ?
thanks


07-22-2016 02:56 PM #10 pain2k (Veteran Member)

Hey Vita, do you have any php code to dump reports through the api; based on date, url fields etc?


07-22-2016 03:09 PM #11 vitavee ()

The hardest part for this is to come up with the API query, but it's done for you in the drilldown tree.

Select the groupings you want, then when you click refresh check the browser's console, it will show you the full API's URL to get access to this report.
If you open that URL in another tab, you will see the JSON response for that specific report.

In PHP, you can then use CURL for calling this URL.


07-22-2016 03:55 PM #12 vitavee ()

For specific code, you could just do something as simple as this:

$url = 'your-api-query-url';
$response = file_get_contents($url);

Then do whatever you need with the response.


08-09-2016 04:15 PM #13 pain2k (Veteran Member)

Hey Vita, say for example I have a form where I use it to search for a hit then this hitid is queried in the api url to return data about it. I noticed a "rowsData" in the array. How would I display that in html using php if I needed a specific row from "rowsData" such as row 2? Tried to echo something like this but didn't work.

Code:
$apiURL = file_get_contents('http://fluxinstall.tld/api');
$apiResult = json_decode($apiURL, true);
$domain = $apiResult['response']['rowsData']['2'];
--edit--

Figured it out actually, still needed to dig further into the array.


08-10-2016 01:12 PM #14 vitavee ()

Glad you figured it out already.

There's this json viewer that can help you with this kind of tasks: http://jsonviewer.stack.hu/

Just input the json response you get from the API into their text field, then click the "viewer" tab and you'll be able to browse it as a tree and see the indexes.


08-10-2016 01:35 PM #15 pain2k (Veteran Member)

Yeah I was stumped at the simple mistake lol. A var_dump or print_r of the json_decode will show you what you need.


Home > Tracking Campaigns > FunnelFlux