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 Pre-sale questions » Adult Script Pro is the best » 2011-09-23 12:31:05

jpbogarte
Replies: 8

Sorry my English is not the most good.


This is a testimony of my own free will.

I bought the day Adult Script Pro 8.23.2011 past 30 days and today I finished all the customization I needed on my site to meet my audience the way I needed.

No other script in this world get the chance to do much customization, the ASPro is all very easy to work with and customize the service support is the best there is, Adrian is a skilled and very good, very quick answer all you ask.

I'm very happy with the purchase I did and buy everything that Adrian put on the market to sell. I trust him.

Adrian good business!

Bogarte
Brasil - São Paulo - SP
World Cup 2014.
Meet the masters of football!

#2 Re: Troubleshooting » New CAPTCHA code » 2011-08-24 16:14:35

Hello, I am a person who likes to collaborate with others.

I changed the captcha code for a more complete version that I used in my old script.

In this version you have control over the amount of characters you want to display your username when you register it on the site.
You can also control the background color.

Below is the source code.

You should put it in config / captcha.php

Ok good job to all


Original Code
/*
//----------------------- Original Code ----------------------------------------------------
defined('_VALID') or die('Restricted Access!');
return array(
    'driver' => 'image',
    'level' => 'easy',
    'words' => 'random',
    'width' => 170,
    'height' => 50,
    'recaptcha_public_key' => '',
    'recaptcha_private_key' => '',
    'fonts' => array('Vera.ttf', 'Custom.ttf', 'arialbi.ttf')
);
//----------------------- end code ----------------------------------------------------
*/

//---------------------------------New code-------------------------------------------

session_start();
$possible_chars="23456789QWERTYUPADFGHJLXCVBNM"; //define your characters here
$code="";
$i=0;
//set the captcha length - change 8 to other value
while($i<8) {
  $char=substr($possible_chars,mt_rand(0,strlen($possible_chars)-1),1);
  if (!strstr($code,$char)) {
    $code.=$char;
    $i++;
  }
}
$_SESSION["captcha_code"]=$code;
$width="80"; //width
$height="25"; //height
$image=imagecreate($width,$height);
$bg=imagecolorallocate($image,0,0,0); //background color
$text=imagecolorallocate($image,255,255,255); //text color
$line=imagecolorallocate($image,0,0,0); //fuziness
for($i=0;$i<($height*$width)/2;$i++) imagefilledellipse($image,mt_rand(0,$height),mt_rand(0,$width),1,1,$line);
for($i=0;$i<($height*$width)/150;$i++) imageline($image,mt_rand(0,$height),mt_rand(0,$width),mt_rand(0,$height),mt_rand(0,$width),$line);
imagestring($image,5,4,5,$code,$text);
header("Content-type: image/png");
imagepng($image);

//---------------------------------End code-------------------------------------------

#3 Re: Troubleshooting » New CAPTCHA code » 2011-08-24 01:21:24

Hi MS_DA I do not intend to remove the captcha, I just want to change the background color to get better at reading.

#4 Re: Open Discussion » WHERE YOU FROM?? :) » 2011-08-23 18:31:53

I'm from Brazil! The parents of the carnival and women with the most beautiful asses in the world!

#6 Re: Troubleshooting » New CAPTCHA code » 2011-08-23 16:59:38

how do I remove the background color?
I wish it were black and white.

#8 Re: Hosting » Shared host » 2011-08-22 12:15:25

I have serious problems with the support of ARVIXE, I'm not using ASPro, I'm migrating all my users who was inside the mediasharesuite into the ASPro will then change your host.

The service is lousy with ARVIXE of people with low technological knowledge.

The average response time for a request in ARVIXE is 4 to 5 days.

#9 Re: Pre-sale questions » Questions here in Brazil » 2011-08-21 14:33:35

Thank MS_DA.

I bought the ASP on Friday and I'm waiting for my host's technical team to install all the components that the site needs.

I anticipate a positive part of the testimony I intend to write here in the forum on the care and quality of the script.

Simply amazing and the best there is right now.

#10 Re: Hosting » Shared host » 2011-08-21 14:25:58

What is your opinion on this host.

www.arvixe.com

#11 Re: Pre-sale questions » Questions here in Brazil » 2011-08-19 18:22:33

Systab Ok you convinced me and I'll bet on your system.

I end up making a purchase alert by paypal.

#12 Re: Pre-sale questions » Questions here in Brazil » 2011-08-19 13:23:17

I tried disabling the module porn star and I could not.

It is possible to disable and enable the script anyway?

One more doubt. I verified that your company is in Romania, this correct?

#13 Re: Pre-sale questions » Questions here in Brazil » 2011-08-19 12:04:45

Hello I am a user script mediasharesuite v 3.0 and much could customize the templates and PHP code to meet the needs of my community.
It is possible to customize the adult scrip pro too?

It is possible to use adutscript pro with MSSQL database data?

Thank you to everyone for the response.

#14 Re: Pre-sale questions » Questions here in Brazil » 2011-08-17 22:32:11

I forgot to mention that I am a user the script MEDIA SHARE SUITE.

I am very dissatisfied with the support provided by them.

They never answer the questions that we sent.

Their support is horrible.

#15 Pre-sale questions » Questions here in Brazil » 2011-08-17 22:29:30

jpbogarte
Replies: 11

Adm Hello, I would like to take a course.

I tried to use administrative panel of the site and found several errors such as I was disabling the module porn star and he made several errors.

I plan to buy this script to use in a closed community.

This version is really stable and secure?

I await response

Board footer

Powered by FluxBB