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.

#76 Re: Open Discussion » Ads.... Which Ad Networks work best » 2012-08-23 17:28:13

PPS = Pay Per Sale? How is that working out for you, just curious... Are the ratios good? Also, how do I go about getting 2-3 popunders to click out? Right now I have Juicy + Jasmine, I see though people with 2 or three popunders that are paying what .03 total for the 3 of em?

#77 Re: Bug Reports » [INPUT NEEDED] mass csv embed » 2012-08-23 15:52:59

I got rid of that error, probably did it the wrong way, but I truncated the video_csv_imported table... I am bound to have some dupes now I am guessing.

#78 Re: Troubleshooting » Command to run for a cron for mass embed? » 2012-08-23 13:24:39

lets say I want to populate my site with a gangload of embeds and I want first 50 pages from every site listed in the modules... How would I go about doing this using this module?

#79 Re: Bug Reports » [FIXED IN 1.0.5] Mass Embed CSV Import... Only one at a time???? » 2012-08-23 13:09:31

I had it working yesterday after I moved the count variable..

csv works for flv imports...but only does 1 at a time for embed import..

now its tossing an error after it embeds the one

#80 Bug Reports » [FIXED] sitemap errors photos and pornstars » 2012-08-23 13:02:37

ptsguy
Replies: 1

I am still getting sitemap errors in photos and pornstars.

#81 Re: Bug Reports » [INPUT NEEDED] mass csv embed » 2012-08-23 11:32:47

Lemme know if ya get it fixed, could really use a patch for this...

#82 Re: Troubleshooting » Command to run for a cron for mass embed? » 2012-08-23 00:11:31

What did you do to get these working, I am interested in a couple of the sites on the embed list.

#83 Open Discussion » Ads.... Which Ad Networks work best » 2012-08-22 22:13:06

ptsguy
Replies: 18

I've read the stick with the four advertising companies, but looking for feedback from some users as to their experience..

I have visited some of your sites in the show off section.. I see multiple popunders and popins...fill me in.. I am all ears.

#84 Re: Bug Reports » [INPUT NEEDED] mass csv embed » 2012-08-22 16:42:46

Query: INSERT INTO video_csv_imported SET unique_id = '194bcd426d5b86ef81b01297daad13b7', video_id = 31973
Error Message: Duplicate entry '31973' for key 'video_id'
Error Number: 1062

this gets tossed on dupes...

#85 Re: Bug Reports » [INPUT NEEDED] mass csv embed » 2012-08-22 16:23:44

for whatever reason your count is never incremented so the counter is stuck on 0 and only taking the 0 element of the $row array... for a temp fix I am incrementing count right after you call VArray::combine($ordering,row) and stick that inside of $list[$count]...

I've never been one to debug php code with an actual debugger so I wouldn't know where to start.. i can pick a syntax error from the cli or a 500 error from the apache logs...outside of that, this is a logic error and I'd need a debugger to step through it... I can't see it in putty, i've spent a little time this morning walking through the code and putting echos in.. also I added a check for tags that are seperated with ; instead of , to the get_tags function

 private function get_tags($title, $tags='')
        {
                if ($tags != '') {
                        if(strstr($tags,";"))
                                $tags = str_replace(";",",",$tags);
                        return prepare_tags($tags);
                }

                $title  = preg_replace('/[^A-Za-z0-9 ]+/', ' ', trim($title));
                $title  = preg_replace('/\s\s+/', ' ', $title);
                $tags   = array();
                $array  = explode(' ', $title);
                foreach ($array as $string) {
                        if (strlen($string) >= 4) {
                                $tags[] = $string;
                        }
                }

                return implode(',', $tags);
        }

have fun...its the counter though..

#86 Re: Bug Reports » [INPUT NEEDED] mass csv embed » 2012-08-22 16:07:04

your $counter is not getting incremented for whatever reason...
I do not think that whole block is being executed...going to investigate further, but count is 0...never got incremented

if ($ignore === 1) {
                                        if (!isset($list[$count]['flv']) OR empty($list[$count]['flv']) OR
                                                !isset($list[$count]['title']) OR empty($list[$count]['title'])) {
                                                continue;
                                        }
                                }

                                        if (($method == 'flv' OR $method == 'hotlink') AND !isset($list[$count]['flv'])) {
                                                $error = 'Import method set to FLV Source (or FLV Hotlink) and flv source url not present in the CSV file!';
                                        }

                                        if ($thumb_method == 'generate' && !isset($list[$count]['flv'])) {
                                                $error = 'Thumb method set to Generate and FLV Source URL not present in the CSV file!';
                                        }

                                        if ($method == 'embed' && !isset($list[$count]['embed'])) {
                                                $error = 'Import method set to Embed and embed code not found in the CSV file!';
                                        }

                                        ++$count;
                                }
                        echo $count;
                                if ($error) {
                                $errors[] = $error;
                        }

#87 Bug Reports » [INPUT NEEDED] mass csv embed » 2012-08-22 15:26:24

ptsguy
Replies: 10

only importing one at a time before quitting...can you please post a fix for this? I am trying to import some embed dumps today..bangbros,oyeachicks and have tried those two and several others and none going past one.

#88 Re: Bug Reports » [FIXED IN 1.0.5] Mass Embed CSV Import... Only one at a time???? » 2012-08-22 14:24:29

Nothing appears... only one video gets imported at a time...

could you think of any reason why it would only import one and stop?

#89 Bug Reports » [FIXED IN 1.0.5] Mass Embed CSV Import... Only one at a time???? » 2012-08-22 02:47:12

ptsguy
Replies: 12

I am trying to import around a hundred embeds and I am unable to do more than 1 at a time for whatever reason.

#90 Re: Troubleshooting » Bug In Footer Advertisement » 2012-08-21 17:57:14

It said in another post somewhere you could download from avantgate or email Sym

#92 Re: Troubleshooting » Stuck in Grabbing » 2012-08-21 04:22:45

cool, good to know.. smile

For some reason, I dunno why... I am getting a lot of videos stuck in "grabbing".. I do 10-20-30 at a time and they are all stuck grabbing..

#93 Re: Troubleshooting » Stuck in Grabbing » 2012-08-19 15:40:40

Delete is not working to well... I gotta delete 20 at a time.. unfortunately I have like 20k dupes right now..

#94 Troubleshooting » Stuck in Grabbing » 2012-08-19 01:57:34

ptsguy
Replies: 4

I added a feed today and 34 got submitted properly and than everything after that seems to be "Grabbing".... Anyone ever run across this? Whats the fix for it? Are these considered orphan now?

#95 Re: Troubleshooting » How To Use Tradescript » 2012-08-18 16:51:19

I found the files while messing around lastnight with ASP's template files

frontpage.tpl.php -- two sections here depending on if you have watching now or not..otherwise just one section
video_browse.tpl.php

look for a div with an id of video

obviously you want your out.php appended to the end of the
<a href= sections

 foreach ($this->videos as $video): ?>
                                        <div id="video-<?php echo $video['video_id']; ?>" class="video">
                                                <a href="<?php echo RELATIVE_URL,'/',$video['video_id'],'/',$video['slug'],'/" title="',e($video['title']); ?>">
                                                        <img src="<?php echo THUMB_URL,'/',path($video['video_id']),'/',$video['thumb'],'.jpg" alt="',e($video['title']),'" id="preview-video-',$video['video_id'],'-',$video['thumb'],'-',$video['thumbs']; ?>" /><br />
                                                        <h5><?php echo e(VText::truncate_chars($video['title'], 50)); ?></h5>
                                                        <?php if ($video['ext'] == 'mp4'): ?><img src="<?php echo TPL_REL; ?>/images/hd.png" class="watermark" alt="" /><?php endif; ?>
                                                        <?php if ($video['premium'] == '1'): ?><span class="watermark transparent">Premium</span><?php endif; ?>
                                                </a>
                                                <!--<span class="duration"><?php //echo VDate::duration($video['duration']); ?></span> !-->
                                                <div class="rating_bar"><div style="width:<?php echo round($video['rating']*20); ?>%"></div></div>
                                                <span class="timeline clear"><?php echo VDate::nice($video['add_time']); ?></span>
                                                <span class="views"><?php echo $video['total_views'],' '; if ($video['total_views'] != '1'): echo __('views'); else: echo __('view'); endif; ?></span>
                                                <div class="clear"></div>
                                        </div>

#96 Bug Reports » Markup Validator » 2012-08-17 23:52:19

ptsguy
Replies: 1

Using Default-Pink and seeing this when running through validator... I added the <a href=> but this error was there before that, any ideas?? it consumes all the errors otherwise I think if I counted right the markup would be 100%



Line 182, Column 11: document type does not allow element "h5" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
                            <h5><a href="/33575/all-orifice-interracial-sex">All orifice interracial…

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

#98 Re: Troubleshooting » How To Use Tradescript » 2012-08-17 19:20:33

you would have to go into the template.tpl file where store the out.php at the end of the current link...

if ya know which file it would be it would be pretty easy.

Board footer

Powered by FluxBB