Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2012-02-26 18:11:59

Coscast
Member
From: Germany
Registered: 2010-10-03
Posts: 546

Multiserver for Mass RSS import

I mentioned, that in RSS mass import the multiserver is not used.

i looked into the code of rss.php

			// all operations finished ... initialize multi-server if required
			if (isset($dst) &&
			    $this->method == 'host' &&
			    VF::cfg_item('module.video.multi_server') == '1') {

The code in in there, but somehow it does not work.

Is there a quick fix for that? I would do the changes by myself.

My english sucks, i know smile


sgt-halfsize-banner.jpg

Offline

#2 2012-02-27 06:16:16

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Multiserver for Mass RSS import

It shoud work. I will test this on my box and make sure it works. You can also use: $this->conv->log('Message here...'); to save a line in the log file and see where is stops workings. Place a log line after each upload to server.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2012-03-02 18:14:35

Coscast
Member
From: Germany
Registered: 2010-10-03
Posts: 546

Re: Multiserver for Mass RSS import

Ok got it.
There was a slight glitch.

$this->method == 'host'

has to be

$this->options['method'] == 'host'

There is a typo in the sql query too

SET last_user = '"

should be last_used  smile


sgt-halfsize-banner.jpg

Offline

#4 2012-03-03 01:47:50

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Multiserver for Mass RSS import

Thanks for the fixes!


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

Board footer

Powered by FluxBB