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.
One global is easiest to code and probably use. I would start there.
Flash progress bars are fine. Where I work, we have migrated to JS/HTML5/CSS3 to do this though. The issue at hand for that, is its not a standard yet, and it doesn't work in all browsers. So with that being said, anything we choose doesn't work in all browsers, i.e. flash not supported on newer devices, html5 not in all browsers, etc. So if it were me, I would just leave it as it is and focus on other issues (whatever those may be).
Thank you! I needed a way to do a guest admin with only certain rights, but figured it was not possible. I remember seeing a post how you were going to change this in 1.2 which looks to be a good way to go.
I thought this was posted before, but I couldn't find it. What are the user levels capabilities, i.e. admin, editor, etc?
Query: INSERT INTO THS_user_premium SET user_id = 4, start_date = '', end_date = '', credit = 0, status = '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 'LIMIT 1' at line 7
Error Number: 1064
Symtab, on a side note, on the upload page on the right is a section that says video upload guides. How do we add content there?
What version of the script are you running? This section is from components/upload.php - line 133. In the latest version everything is correct (code-wise) and is not using dot notation for the query. If is does not look like this, it should:
$this->db->query("INSERT INTO #__video_upload
SET video_id = ".$video_id.",
ext = '".$this->db->escape($file['ext'])."',
size = ".$file['size']);Having said all of that, I went to test my site and nothing happens when I click upload for the user. I will keep looking and see what Symtab has to say.
I started working up a custom import from RedTube and have it all done, only to realize that they only have the name and the image. If you go to Pornogoddess.com you will see on her site how complete the profilers are. Does anyone have an export of that or know where to get one? Also, I am a bit confused on where the image files need to go and how they are referenced in the tables.
Thoughts?
So basically which is better and why would you choose one over the other if the sponsor supports both?
Also, there is a big thing were companies just pay people to do this, so if thats the case, its not possible to stop. Sucks.
I agree its actually a benefit to business, but I think ASPro is only 1 or 2 guys, so (I hate to say this but...) would you rather have the first commercial release soon or have them stop to document all the bugs and what they have fixed? For my money, I would rather have the script up and going and then in the future do the documentation. Either way, this script is light years ahead of others.
Without major modifications, this would never be possible unless the plugin was modified to work with ASPro.
By all means - we are still finalizing everything.
I will look into it later today. It probably is a simple formatting issue unless its a bigger deal with the DB. I will let you know.
I had the same problem. I think it revolves around caching because if you CNTRL+F5 refresh, it fixes it for that page - then it migrates. Either way, once I cleared cache after making all of my site changes, it went away. Every now and then when I update something it pops up again, but just a quick clear cache (of the site) and its gone.
If you can send an invite, it would be appreciated.
Had the same issue.
Sounds great! Do you know what your timeline for completion is? Thanks!
Yeah, I am all set to import/embed my content, but I want to have the pornstars all setup prior to doing such as it will simplify the process and not require a ton of manual editing. If anyone has a pornstar database all setup, I am willing to pay.
Yeah, we discussed that, but I have yet to figure out how to get it. If anyone has a link, it would be greatly appreciated!
I know there is Coscast's thread but I tried emailing without response so I am afraid its too old. Anyway, if anyone has a pornstar db with thumbs that they would like to sell for about the same price as Coscast's, please let me know.
Yeah, I was thinking more of something that when you buy the script or symtab has verified your license, it could be added to your profile - like a badge or something. Would be nice if under your username or next to it, it said verified or such. Just something quick and easy when we are reading posts or in the marketplace to know that you are legit.
Its just my opinion, but you should really just choose one of these services as by using more you theoritically are slowing down page load. Each script has to pass data to that companies server and they all are reading the same data - they just display it differently. As far as google - the best imo - you only need to add the analytics code. For webmasters toolkit, you should upload their html file. This reduces overhead plus allows full integration between analytics and webmasters tools. I would advise reading Googles documentation for these products.
It would appear that you do not have write permissions for your public_html directory. The file it references and line is:
return (bool) file_put_contents($file, $data, LOCK_EX);
This is standard and nothing is wrong with it. I think you need to have the directory set at 655, 755, or 666 but I would defer to others with more experience in permissions and web security.
On a different note, maybe we could get a title for verified owners of the script so we know who is who, so to speak.