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 Marketplace » Selling domain with awesome server » 2020-02-25 23:40:21

DuttyRock
Replies: 0

Selling ysporn.com, server is awesome too, sure was handing massive traffic when running worldstarxxx.com... selling that domain too... Email me all offers.

#2 Re: Marketplace » exoclick in stream » 2018-06-24 17:32:34

We need some guides on exoclick ads integration smile

#3 Re: Feature Requests » Duplicate Title » 2018-02-25 21:58:06

Was this ever implemented? its a great idea to know a video is duplicated before you make it active.

#4 Re: Open Discussion » Google Update » 2017-06-30 19:10:13

Yeah im getting de-indexed also but no issues on my site, nothing from google in search counsel. i never redirect and dont use plugrush or adsterra.

#5 Re: Open Discussion » Google Update » 2017-06-30 19:09:45

ivatigoal wrote:

Well unforunately google fucked me once more. It begun with some secret mobile redirect code which i never found. After disabling all my popunders I asked for recomnsidaration which was positive and my traffic went almost back for 5-6 days and suddenly 3 days ago droped again and my site is totally de-indexed from google.

Enough is enough with this bullshit. If anyone know any promising traffic buying service please share it here. I dont want to be rich but on the other hand i have spend the last 4 years on that site and i dont really like to clode it down.


Yeah im getting de-indexed also but no issues on my site, nothing from google in search counsel. i never redirect and dont use plugrush or adsterra.

#6 Re: Modifications » How to redirect 404 page to a Random Video » 2017-06-21 00:02:59

How can i redirect restricted access pages for example /media/videos/tmb/

#8 Re: Modifications » Mobile photo » 2017-03-15 20:34:49

okay, guess the redesign is the best option as i don't think i will upgrade the script for this site.

#9 Feature Requests » Sign up - Registration » 2017-03-15 20:16:36

DuttyRock
Replies: 6

There should be a automatic delete feature where if someone signup and didn't confirm there email within 3 days then the account automatically gets deleted.

#10 Re: Modifications » Mobile photo » 2017-03-13 05:04:51

So does google like the redirect option you use in the mobile module?

Isn't there a safer way to direct based on resolution size rather than redirect?

#11 Re: Modifications » Mobile photo » 2017-03-09 17:35:49

Only see menu_main.plugin.tpl.php

<?php
defined('_VALID') or die('Restricted Access!');
function template_plugin_menu_main($current=FALSE)
{
	$cache = VF::factory('cache');
	if (!$links = $cache->get('mobile_main_links', 0)) {
		$db = VF::factory('database');
		$db->query("SELECT l.name, l.title, l.link, l.type, l.target, l.lang, l.current
		            FROM #__menu_links AS l, #__menu AS m
					WHERE m.name = 'mobile_main'
					AND l.menu_id = m.menu_id
					AND l.status = '1'
					ORDER BY l.pos ASC");
		if ($db->affected_rows()) {
			$links	= $db->fetch_rows();
			$cache->store('mobile_main_links', $links, 0);
		} else {
			$links	= array();
		}
	}
	
	$lang	= VLanguage::get('language');
	$menu 	= array();
	foreach ($links as $link) {
		$url	= ($link['type'] == 'int') ? MOBILE_REL.$link['link'] : $link['link'];
	if ($link['link'] == '/photo/') {           $url  = BASE_URL.'/photo/';    }	$rel	= ' rel="external"';
		$active	= ($link['current'] == $current) ? ' class="ui-btn-active"' : '';
		$name	= ($lang == 'en-US') ? $link['name'] : __($link['lang']);
		$menu[]	= '<li><a href="'.$url.'"'.$active.$rel.'>'.htmlspecialchars($name, ENT_QUOTES, 'UTF-8').'</a></li>';
	}
		
	return implode("\n", $menu);
}
?>

#12 Modifications » Mobile photo » 2017-03-08 20:32:21

DuttyRock
Replies: 8

So i just don't like the mobile photo for this script.

How can i force to desktop photo when someone click the mobile photo? When you click m.mysite.com/photo/ you will get www.mysite.com/photo/

The other parts of the mobile site is fine, i just want to force the desktop photo in replace of mobile photo.

#14 Re: Troubleshooting » Stream not found on all flv and Mp4 videos? » 2017-02-25 07:15:17

Its weird because i didn't log into my server until the problem happen an i restarted nginx to see if that was the issue.

Its also weird because mobile videos work perfectly, desktop videos not working at all.

#15 Re: Troubleshooting » Stream not found on all flv and Mp4 videos? » 2017-02-24 21:34:19

4th post about the same issue and no solution posted. Whats the fix for this issue?

#16 Re: Troubleshooting » Error: Stream not found » 2017-02-24 21:01:33

How you fix this, this the 3rd post on same error and no fix posted.

#17 Re: Troubleshooting » Video not found? » 2017-02-24 20:51:25

How you fixed this? i got this error now

#18 Re: Troubleshooting » Photo Slideshow » 2017-02-20 17:00:24

I tired that.. i copied these but the slide didn't work.

<script type="text/javascript">
    $(document).ready(function() {
        $("button[id='share']").click(function(e) {
            $("#share-container").slideToggle();
        });
       
        $("button[id='slideshow']").click(function(e) {
            $.get(base_url + '/ajax.php?s=photo_album_slideshow&id=<?php echo $this->album['album_id']; ?>', function(response) {
                  $("#slider-container").html(response);
                  $("#slider-container").show();
                  $("#slideshow-modal").modal();
                 
                $(".carousel").carousel({interval: 2000});
              });
        });
    });
    </script>
    <div id="slider-container" style="display:none;"></div>
    <div id="album" class="row">

and

<div class="btn-group">
                            <button id="slideshow" class="btn btn-default btn-mb" data-toggle="tooltip" data-placement="top" title="<?= __('slideshow-help'); ?>"><i class="fa fa-slideshare"></i> <?php echo __('slideshow'); ?></button>
                        </div>

#19 Troubleshooting » Photo Slideshow » 2017-02-17 16:52:16

DuttyRock
Replies: 3

I added the photo slideshow button to the "photo_view.tpl.php" but when i click it nothing happens.... How can i make it clickable.

I want this because if someone looking at pictures and want to switch to slideshow they can do it at anytime.

#20 Re: Troubleshooting » admin/login.php no theme » 2017-02-17 16:50:45

Looks like ads blocker... just double check to make sure your not blocking ads on your own url.

#21 Open Discussion » Webclicks aka Amakings » 2017-02-05 01:37:34

DuttyRock
Replies: 0

Webclicks aka Amakings signups sucks at the moment, is there a better alternative? Nastydollars still have that non-sense revshare??

#22 Re: Troubleshooting » Google Search Results » 2017-01-15 19:38:45

I just want mobile users to go to mobile site and destop users go to desktop site after clicking a link from google search results.

I was trying to fix this by browser resolution detection but no luck so far.

#23 Troubleshooting » Google Search Results » 2017-01-13 17:28:18

DuttyRock
Replies: 4

Google seem to index m.mysite.com in search results even when searching on desktop.

When searching for site on desktop comes up m.mysite.com, how can i automatically direct that that to desktop site and not mobile site? I think it stupid to get mobile site on desktop when you search on desktop.

#24 Open Discussion » Antivirus Ads » 2016-12-13 15:50:38

DuttyRock
Replies: 3

I notice mobile antivrus ads pays more, blacklist it on Exoclick and payout per day drop significantly. Problem is those ads do look scary, as a browser you think your mobile device is under attack Lol. Anyhow, beside selling your mobile pop, is there another good mobile pop advertiser beside Exoclick that don't make money from antivurs ads??

#25 Re: Troubleshooting » Interstitial Session » 2016-12-13 00:59:05

Are you getting the "Interstitial Advertising" confuse with the "Interstitial Session"? From my understanding "Interstitial Advertising" you can set the timer at "Interstitial Timeout" which as you said is every 10 sec by default. Now "Interstitial Session" is how often you want the ads to appear correct? it would be sweet to make it appear on every 3rd video they watch OR every 8 minutes (just some examples), either way, i dont know how to control the "Interstitial Session".

Board footer

Powered by FluxBB