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.

#701 Re: Hosting » Shared host » 2011-08-21 14:38:13

i thing u mean some of 2 plans

http://www.arvixe.com/linux_web_hosting
class and class pro

look if you get any shared host is never unlimited.... after some storage you will have problem with host like i had with 4-5 host.after 100-120 giga.
if you want to use it for hosted video ASPro is not good to have shared but if you will have embed like i have now i thing you can work with it

#703 Re: Pre-sale questions » Questions here in Brazil » 2011-08-18 03:25:39

SmutTV wrote:

Hello jpbogarte,

First I'd like to mention publicly that ASP is not only the best script currently out on the market for purchase but the support offered is second to none...that means the best the industry.  They have helped me numerous amount of times and evreyone in this forum.  You will not only be pleased with the product  but also you are dealing with professionals.  In no way,shape or form was I endorsed to say this, it is the truth and I'm stcking with it.

You will not be disappointed

Smut TV

that is true really have the best support ,before i choose this script i had same problem with you and some more tongue . but now im really happy with ASP smile

#704 Troubleshooting » manage video admin panel » 2011-08-17 14:44:06

thiva7
Replies: 1

how i can make show more than 10 video in video manager from admin panel??

#705 Re: Troubleshooting » XVIDEOS .csv compatibility » 2011-08-16 17:44:31

symtab wrote:

Ahhh...i understand, that happens because the video thumbs are bigger. Please edit templates/your-template/css/style.css and find:

.video img, .category img {
    padding: 1px;
    border: 1px solid #4F4F4F;
}

add after:

.video img {
width: 160px;
height: 120px;
}

thank you adrian but is work well for chrome and IE but is not show views with mozilla

#707 Re: Troubleshooting » XVIDEOS .csv compatibility » 2011-08-16 12:05:16

i ve just noticed that from the .csv importer is not count video views.

http://www.xporn4u.com/164896/fantastic … k-handjob/

#708 Re: Troubleshooting » 1.0rc2 to 1.0rc3 upgrade problem » 2011-08-13 18:07:37

i send u mail with my full server and site acceess to can see what is rong smile

#709 Re: Troubleshooting » 1.0rc2 to 1.0rc3 upgrade problem » 2011-08-13 17:45:25

symtab wrote:

Ok. Thats probably because you already added the Advertising Group fix. Edit the upgrade file again and comment out (with //) the following lines:

   // updating player configurations with license/logo
    $db->query("SELECT player_id, config, config_cache
                FROM #__player");
    $players    = $db->fetch_rows();
    $pupdate    = array(
        'license'   => '',
        'logo'      => '',
        'top'       => 0,
        'left'      => 0,
        'bottom'    => 5,
        'right'     => 20
    );
    foreach ($players as $player) {
        $config         = array_merge(unserialize($player['config']), $pupdate);
        $config_cache   = array_merge(unserialize($player['config_cache']), $pupdate);
        $db->query("UPDATE #__player
                    SET config = '".$db->escape(serialize($config))."',
                        config_cache = '".$db->escape(serialize($config_cache))."',
                    WHERE player_id = ".(int) $player['player_id']."
                    LIMIT 1");
    }

    // updating some advertising groups
    $db->query("INSERT INTO #__adv_groups
                SET adv_group_name = 'Video Category Square',
                    adv_group_desc = 'Video Category Square Advertising',
                    adv_group_slug = 'video-category-square'");

ok i delete this lines but now i get this :

Query: ALTER video_categories ADD `auto_term` varchar(255) NOT NULL default ''
Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'video_categories ADD `auto_term` varchar(255) NOT NULL default ''' at line 1
Error Number: 1064

#710 Re: Troubleshooting » 1.0rc2 to 1.0rc3 upgrade problem » 2011-08-13 15:26:38

new one hmm

Query: INSERT INTO adv_groups SET adv_group_name = 'Video Category Square', adv_group_desc = 'Video Category Square Advertising', adv_group_slug = 'video-category-square'
Error Message: Duplicate entry 'Video Category Square' for key 'adv_group_name'
Error Number: 1062

#711 Troubleshooting » mass embed problem » 2011-08-13 12:18:04

thiva7
Replies: 1

when i try to mass embed ( admin/index.php?q=grab ) i get this msg :

Query: SELECT cat_id, name, auto_term FROM video_categories ORDER BY slug ASC
Error Message: Unknown column 'auto_term' in 'field list'
Error Number: 1054

#712 Troubleshooting » 1.0rc2 to 1.0rc3 upgrade problem » 2011-08-13 12:16:45

thiva7
Replies: 7

when i go to domain.com/install/upgrade-1.0rc2-to-1.0rc3.php?a=upgrade

i get this error

Query: UPDATE player SET config = 'a:44:{s:8:\"autoPlay\";s:4:\"true\";s:13:\"autoBuffering\";s:4:\"true\";s:12:\"bufferLength\";i:3;s:7:\"scaling\";s:3:\"fit\";s:15:\"backgroundColor\";s:7:\"#222222\";s:18:\"backgroundGradient\";s:4:\"none\";s:11:\"buttonColor\";s:7:\"#8C072A\";s:15:\"buttonOverColor\";s:7:\"#AF0A38\";s:11:\"bufferColor\";s:7:\"#445566\";s:14:\"bufferGradient\";s:4:\"none\";s:9:\"timeColor\";s:7:\"#bfac2e\";s:11:\"timeBgColor\";s:7:\"#555555\";s:13:\"durationColor\";s:7:\"#ffffff\";s:11:\"sliderColor\";s:7:\"#BF0B3D\";s:14:\"sliderGradient\";s:4:\"none\";s:13:\"progressColor\";s:7:\"#8C072A\";s:16:\"progressGradient\";s:4:\"none\";s:17:\"volumeSliderColor\";s:7:\"#000000\";s:20:\"volumeSliderGradient\";s:4:\"none\";s:12:\"borderRadius\";i:0;s:12:\"tooltipColor\";s:7:\"#5F747C\";s:16:\"tooltipTextColor\";s:7:\"#ffffff\";s:6:\"height\";i:24;s:7:\"opacity\";N;s:22:\"canvas_backgroundColor\";s:7:\"#000000\";s:25:\"canvas_backgroundGradient\";s:4:\"none\";s:4:\"play\";s:4:\"true\";s:6:\"volume\";s:4:\"true\";s:4:\"mute\";s:4:\"true\";s:4:\"time\";s:4:\"true\";s:4:\"stop\";s:5:\"false\";s:8:\"playlist\";s:5:\"false\";s:10:\"fullscreen\";s:4:\"true\";s:8:\"tooltips\";s:1:\"1\";s:3:\"adv\";i:1;s:8:\"adv_text\";i:1;s:9:\"adv_image\";i:1;s:9:\"adv_media\";i:1;s:7:\"license\";s:0:\"\";s:4:\"logo\";s:0:\"\";s:3:\"top\";i:0;s:4:\"left\";i:0;s:6:\"bottom\";i:5;s:5:\"right\";i:20;}', config_cache = 'a:44:{s:8:\"autoPlay\";s:4:\"true\";s:13:\"autoBuffering\";s:4:\"true\";s:12:\"bufferLength\";i:3;s:7:\"scaling\";s:3:\"fit\";s:15:\"backgroundColor\";s:7:\"#222222\";s:18:\"backgroundGradient\";s:4:\"none\";s:11:\"buttonColor\";s:7:\"#8C072A\";s:15:\"buttonOverColor\";s:7:\"#AF0A38\";s:11:\"bufferColor\";s:7:\"#445566\";s:14:\"bufferGradient\";s:4:\"none\";s:9:\"timeColor\";s:7:\"#bfac2e\";s:11:\"timeBgColor\";s:7:\"#555555\";s:13:\"durationColor\";s:7:\"#ffffff\";s:11:\"sliderColor\";s:7:\"#BF0B3D\";s:14:\"sliderGradient\";s:4:\"none\";s:13:\"progressColor\";s:7:\"#8C072A\";s:16:\"progressGradient\";s:4:\"none\";s:17:\"volumeSliderColor\";s:7:\"#000000\";s:20:\"volumeSliderGradient\";s:4:\"none\";s:12:\"borderRadius\";i:0;s:12:\"tooltipColor\";s:7:\"#5F747C\";s:16:\"tooltipTextColor\";s:7:\"#ffffff\";s:6:\"height\";i:24;s:7:\"opacity\";N;s:22:\"canvas_backgroundColor\";s:7:\"#000000\";s:25:\"canvas_backgroundGradient\";s:4:\"none\";s:4:\"play\";s:4:\"true\";s:6:\"volume\";s:4:\"true\";s:4:\"mute\";s:4:\"true\";s:4:\"time\";s:4:\"true\";s:4:\"stop\";s:5:\"false\";s:8:\"playlist\";s:5:\"false\";s:10:\"fullscreen\";s:4:\"true\";s:8:\"tooltips\";s:1:\"1\";s:3:\"adv\";i:1;s:8:\"adv_text\";i:1;s:9:\"adv_image\";i:1;s:9:\"adv_media\";i:1;s:7:\"license\";s:0:\"\";s:4:\"logo\";s:0:\"\";s:3:\"top\";i:0;s:4:\"left\";i:0;s:6:\"bottom\";i:5;s:5:\"right\";i:20;}', WHERE player_id = 1 LIMIT 1
Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE player_id = 1 LIMIT 1' at line 4
Error Number: 1064

#713 Re: Development » [INPUT REQUIRED] Related Videos Question » 2011-08-11 16:35:32

that is true...  i thing is better to make search by title becuse we dont have tags smile
but u are coder and u know better than us tongue

#715 Re: Troubleshooting » XVIDEOS .csv compatibility » 2011-08-04 01:32:43

Processing entry 75802 ...
ErrorException [ 2 ]: strpos(): Empty delimiter ~ /home/user/public_html/domain.com/xvideos_import.php [ 143 ]

#717 Re: Troubleshooting » XVIDEOS .csv compatibility » 2011-07-31 14:18:17

Processing entry 685 ...
ErrorException [ 2 ]: strpos(): Empty delimiter ~ /home/username/public_html/domain.com/xvideos_import.php [ 158 ]

after 684 i get this message

#718 Re: Marketplace » 130.000 videos » 2011-07-30 20:11:21

pctv wrote:

Eri, I have 49300 videos hosted (user uploaded). Are you interested? I will be replacing this site with full embed only site and downgrade the server (so the videos have to go). The server is pretty big and costs $1200/month.

thiva sorry to jack your thread. tongue

no problem tongue

$1200/month.????? omg....what server u have?

#719 Re: Marketplace » 130.000 videos » 2011-07-29 18:25:40

i had with phpmotion script and i had 23.500 videos hosted . but the problem was the files sizes.....all videos was 170 giga , and always was problem with host service smile . so thing about how many giga is 100.000 videos tongue .

if u want with videoswiper  u can download videos to your site fast ( you can host videos ) i have 3 weeks more premium account there...so if u interested  to get some videos mail me wink

#722 Marketplace » 130.000 videos » 2011-07-29 12:34:23

thiva7
Replies: 7

i sell 130.000 videos via videoswiper service.
i have alredy upload to my site 130.000 and still get new videos.

categories wich i have search for is here : http://www.xporn4u.com/categories/

u will have all videos in less 1 hour

25$ via paypal

if interested send me e-mail


thank you smile

#723 Re: Troubleshooting » add problem » 2011-07-27 10:53:32

blacklabels front -blacklabels front -FrontPage Watched

#724 Re: Troubleshooting » video search » 2011-07-27 10:39:40

so adrian we will fisish with that>? is not search anything hmm

#725 Re: Troubleshooting » add problem » 2011-07-26 14:45:19

i remove <div> and <a> but still same hmm

now my code is :

<!-- Begin: Black Label Ads, Generated: 2010-11-16 21:16:00  -->
<script type="text/javascript">
var AdBrite_Title_Color = 'FFCC66';
var AdBrite_Text_Color = 'FFFFFF';
var AdBrite_Background_Color = '000000';
var AdBrite_Border_Color = '000000';
var AdBrite_URL_Color = 'FFFFFF';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
</script>
<script type="text/javascript">document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1808148&zs=3330305f323530&ifr='+AdBrite_Iframe+'&ref='+AdBrite_Referrer+'" type="text/javascript">');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));</script>
<!-- End: Black Label Ads -->

Board footer

Powered by FluxBB