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 Re: Open Discussion » Seeking information for a script » 2013-06-04 17:57:09

Is this ready yet ? what about price ?

thanks

#3 Marketplace » PR 4 Domain For Sale » 2012-12-06 03:43:51

dimegkay
Replies: 0

Selling Adult pr 4 domain hit me up at dimegkay @live.ca for info.

thanks

#4 Re: Marketplace » Looking for pornstar csv or xml database » 2012-09-24 07:43:39

Emir wrote:

ptsguy doesn't have paypal. so I am still looking for a pornstar file if someone have it


Hit me up smile

#5 Re: Marketplace » 4500 Pornstars » 2012-08-07 23:54:31

symtab wrote:

I'm not sure (and if i made a mistake, then i apologise), but i think this dude is a scammer.

I dindt scam anyone, sold 2-3 copy and they got what they paid for... also sent an email to valistix with download link.

#6 Re: Marketplace » 4500 Pornstars » 2012-08-07 23:53:04

Valistix wrote:

Hey, I sent you an email around the end of July and still haven't heard back from you.  Are you still around?

Hi,
Sent an email back with download link when i got your email, if you dindt receive email me back

Thanks

#7 Re: Marketplace » Pornstars Albums » 2012-07-29 15:50:07

ful2fun.com wrote:

Do you have rights For Reselling them.................

did you had rights for reselling your pornstars db..................

http://forum.adultscriptpro.com/viewtopic.php?id=1127

#8 Marketplace » Pornstars Albums » 2012-07-28 21:35:24

dimegkay
Replies: 5

Any one interested in pornstars albums ? i have around 40k galleries over 200k pictures...

Don't have any price in mind right now...

#9 Re: Marketplace » 4500 Pornstars » 2012-07-28 21:32:22

Valistix wrote:
dimegkay wrote:

Forgot to upload some of the thumbs, to everyone who bought this package email me for missing pics smile

How many thumbs did you forget?  I had to manually delete the ones with no thumbs..

I've upload around 1.8k thumbs, there was around 2.8k thumbs missing...

#10 Re: Marketplace » 4500 Pornstars » 2012-07-27 20:42:44

Forgot to upload some of the thumbs, to everyone who bought this package email me for missing pics smile

#11 Re: Marketplace » 4500 Pornstars » 2012-07-24 22:54:30

quirkmedia wrote:

I'm interested, but how do you import into script? CSV import for pornstars doesn't seem to be available yet?


You import pornstar & pornstar_bio into phpmyadmin and upload the pics to media/pornstars, hit me up at dimegkay@live.ca i‘ll send you all details.

Thanks

#12 Re: Marketplace » 4500 Pornstars » 2012-07-24 18:38:27

2 sold, will sell 3 more only.

#14 Re: Marketplace » 4500 Pornstars » 2012-07-07 19:29:48

Valistix wrote:

Hello, I checked your demo page, and many of your pornstars don't have images.  Plus, no descriptions seem to come with the pornstars...  I'd like to make sure both of these things are in order for my site.  Thanks anyway, though.

The database will be update regurary, we will add missing pictures & description as soon will find them.

Thanks

#15 Marketplace » 4500 Pornstars » 2012-07-07 11:46:28

dimegkay
Replies: 17

Selling my pornstars database, over 4500 pornstars.

What you get is pornstars db & thumbs

Price is $15 paypal only.

Demo: http://tinyurl.com/7pq33uw

#16 Re: Troubleshooting » Displaying small thumbs top-10 pornstars » 2012-04-09 21:37:46

THS wrote:

What query did you use and where are you putting this code?

Nevermind smile got it, add some code in modules/pornstar smile

Any idea how to make it work with this code.

<script>
		jQuery.fn.colapse_all = function() {
		 
				jQuery('#pornstar1').removeClass( 'hover' );
				jQuery('#pornstar2').removeClass( 'hover' );
				jQuery('#pornstar3').removeClass( 'hover' );
				jQuery('#pornstar4').removeClass( 'hover' );
				jQuery('#pornstar5').removeClass( 'hover' );
				jQuery('#pornstar6').removeClass( 'hover' );
				jQuery('#pornstar7').removeClass( 'hover' );
				jQuery('#pornstar8').removeClass( 'hover' );
				jQuery('#pornstar9').removeClass( 'hover' );
				jQuery('#pornstar10').removeClass( 'hover' );
		   
		   
		};
 
		jQuery.fn.expand_this = function() {
		var pornstar = arguments[0] || {};
		jQuery.fn.colapse_all();
		jQuery( pornstar ).addClass( 'hover' );
		};
	</script>









	<ul class="pornstars">
					<li id="pornstar1" OnMouseOver="jQuery.fn.expand_this( jQuery(this) );" class="hover">
</li>

					<li id="pornstar2" OnMouseOver="jQuery.fn.expand_this( jQuery(this) );" class="hover">
</li>

					<li id="pornstar3" OnMouseOver="jQuery.fn.expand_this( jQuery(this) );" class="hover">
</li>

					<li id="pornstar4" OnMouseOver="jQuery.fn.expand_this( jQuery(this) );" class="hover">
</li>

					<li id="pornstar5" OnMouseOver="jQuery.fn.expand_this( jQuery(this) );" class="hover">
</li>

					<li id="pornstar6" OnMouseOver="jQuery.fn.expand_this( jQuery(this) );" class="hover">
</li>

					<li id="pornstar7" OnMouseOver="jQuery.fn.expand_this( jQuery(this) );" class="hover">
</li>

					<li id="pornstar8" OnMouseOver="jQuery.fn.expand_this( jQuery(this) );" class="hover">
</li>

					<li id="pornstar9" OnMouseOver="jQuery.fn.expand_this( jQuery(this) );" class="hover">
</li>

					<li id="pornstar10" OnMouseOver="jQuery.fn.expand_this( jQuery(this) );" class="hover">
</li>





</ul>		

#17 Troubleshooting » Displaying small thumbs top-10 pornstars » 2012-04-09 17:22:34

dimegkay
Replies: 2

Hello,
how to display small thumb of pornstars in top-10 ?

I have try with this code, but doesnt work sad


<?php if ($this->popular): ?>   
<?php foreach ($this->popular as $model):?>
    <a href="<?php echo RELATIVE_URL; ?>/pornstar/<?php echo $model['slug']; ?>/" title="View <?php echo e($model['name']); ?> bio!"><?php echo e($model['name']); ?></a><br />
                        <a href="<?php echo RELATIVE_URL; ?>/pornstar/<?php echo $model['slug']; ?>/"><img src="<?php echo MODEL_URL,'/',$model['model_id'],'.',$model['ext']; ?>" alt="<?php echo e($model['name']); ?>" /></a>
                    <?php endforeach; ?>
                                                                 <?php else: ?>
                    <div class="none"><?php echo __('no-popular'); ?></div>
                    <?php endif; ?>
                </div>
            </div>
            <?php echo p('adv', 'pornstar-browse-left'); ?>
        </div>


Thank you smile

Board footer

Powered by FluxBB