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.
Uploaded with ImageShack.us
WOW!
That reads VERY good!
Thanks for your efforts, looking forward to get my hands on your new class
Maybe that fixes "our" vidz "problem" ( not your Problem, it seems that vidz works for you ).
BTW: I know that an reencoded file CANNOT be better than the source. If yes, that would be really magic
You can't make Gold out of Sh*t HAHAHA
Does not work
Hey,
Just emailed you a vidz csv.
symtab wrote:Fixed. You just need to set search_type to simple in admin (complex will be for sphinx).
I changed the search_type to simple in the admin and I am still getting the same thing ** No videos found while searching for ''! **
Tested at your Site. Works for me with brunette.
Thank you!
Works as intended now.
Just try:
http://demo.adultscriptpro.com/tag/brunette
Try to see the second page via pagination on the bottom.
I think it should be:
Should be http://demo.adultscriptpro.com/tag/brunette/2
Yes thats the error i got with vidz csv too.
A very good idea!
Has anyone been able to import vidz.com videos via csv ?
I always get a video not found in video view.
Would be imporant for me, because they got nearly 30k sponsor videos.
Please test with this, copy and paste into a file and import as CSV.
Title, Description, Tags, Flv
Group of mature gals exposed|They are all over 40s. but for them age doesn't matter, what matters is the endurance when it comes to sex session. With their cobwebbed pussies exposed, and their saggy, huge boobs revealed, come and listen to their husky moans as they enjoy their long awaited fuck.|exhibitionism|http://gal3mins.vidz.com/9/5/ILoveNakedGalsOver40/scene4/ILoveNakedGalsOver40_scene4_Vidz.com_gal3min.flv
Hot, unstoppable orgy in the massage parlor|This is one hell of a sex treat to all horny freaks. Sex to the fullest, starring the best of the best masseurs and the filthiest of all porn sluts, here comes the great hot unstoppable sex orgy in the massage parlor, full of baby oil, lubing pussies and hard cocks, and exhilarating pussy fucking.|gangbang, massage|http://gal3mins.vidz.com/9/6/BabyOilTheory/scene2/BabyOilTheory_scene2_Vidz.com_gal3min.flv
Mistress Feloxia tickles Kinky Krystina|Have some fun with these two luscious babes, Kinky Krystina and Mistress Feloxia, as they have a pillow fight that turns kinky. Watch Kinky get strapped in bed and tickled with a feather by Mistress all over her body.|lesbian, massage|http://gal3mins.vidz.com/e/c/LezDomDungeon/scene1/LezDomDungeon_scene1_Vidz.com_gal3min.flv
I don't know, but maybe my server is just shit , so please test it.
Well it should be faster. I removed some overhead from anything that has to show videos/albums (for add_date and for slug). Anyway, you are right, the multi-language would slow things down (a lot of functions), but it works good enough.
Did you do something?
Now the site really loads faster oO As seen by the Numbers in the footer.
Below seven milliseconds. O_O
WTF!
Just want to say, that i never had a software installation with such a smooth updating.
I thank you. The new version is just AWESOME.
Hmmm...you should do the following for SEO:
1. Create a sitemap file (can be done from Admin -> Tools -> Sitemap) and upload it to all search engines.
2. Set google/yahoo/msn webmasters code in Admin -> Tools -> Search Engines
3. Set descriptions for videos and video categories (video categories is more important).
I had a Sitemap, but i was too lazy to make a crontab to update the sitemap and ping google.
Yeah about the categories. I saw that google indexes with the Categories.
But to be honest: I'am not so creative creating Descriptions for everey Category where it's basically about F*cking. LOL ROFL.
No Problem.
It's fixed and that is what counts.
Arrrrrrrrr.
Thats what we talked somewhere in this forum. I think this is a VERY VERY good idea.
Do you mean with an affiliate Link?
My Idea was to link to videos from that pornstar for example @ Videosz.
Example: http://www.mypornow.com/pornstar/alexis-texas/
*Edit* WTF, the html is gone -.-
There were links to her videos @Videosz.
Hmmm. Not significantly.
BUT and thats important: It's not slower
The Benchmark on the footer shows nearly the same as before, BUT i'am feeling that it is faster and i think too that the feeling matters and not always pure Numbers.
Somewhere here i read that the multilanguage thing could slow down the site.
But to be honest we are talking about milliseconds
I thought about limiting the related videos to 30 or something. That tweaks it a little bit.
No need to send me the updated file.
Will do that quick and easy by myself
Does not work, server throws an:
Unexpected Error! Aborting...
Reproduce:
Login to your Site
Goto Dashboard
Click "my videos"
Try to edit one of yours.
Did it like explained in the howto: beta2 to beta3
May i post the sql here ? <--- forget that.i sent the sql via email.
But Nevertheless. The update worked very good. Well done Adrian.
Query: SELECT adv_id, title, description, type, url, code, image_type, image_url, image_ext, expire FROM adv WHERE adv_group_id = 1 AND status = '1' LIMIT 1
Error Message: Unknown column 'expire' in 'field list'
Error Number: 1054
Got it, thanks.
Upgrading right now.
For the meantime....httpd switched off.
Hey, just wanted to download the beta3, but avangate says that my link is expired
Replace the Votes via Stars below a Video with Thumbs up and Thumbs down, like on Youtube. This feature is really cool in my eyes
Uploaded with ImageShack.us
Yeah this video is a little bit of old But in my Eyes the best that German Rap Scene, aka the producers "Rödelheim Hartreim Projekt" ever did.
First you need this class:
http://phpfashion.com/twitter-for-php ( No direct link, because thats not nice )
Just download it, unpack it and put Oauth.php and twitter.class.php into your /libraries directory on your webserver where ASP is located.
Second step: Create a Twitter Account and goto http://dev.twitter.com/apps/new.
You have to create an app. That sounds complicated, but is isn't. Just fill out the fields there.
You have to do that, because you need the access tokens, in order to make the auto twitter work.
Third Step:
You have to edit the php file convert.php in /modules/video/scripts/
Find:
$db->query("UPDATE #__video
SET ext = '".$db->escape($format)."',
duration = ".(float) $video['duration_seconds'].",
thumbs = ".$thumbs.",
server = ".$server_id.",
status = ".$status."
WHERE video_id = ".$video_id."
LIMIT 1");
and add this after those lines:
$db->query("SELECT title FROM #__video
WHERE video_id = ".$video_id."
LIMIT 1");
$video = $db->fetch_assoc();
$video_title = $video['title'];
$video_url = 'http://www.yoursite.com/' .$video_id. '/' .prepare_string($video_title, true).'/';
require_once $base_dir.'/libraries/twitter.class.php';
$twitter = new Twitter(consumerKey, consumerSecret, accessToken, accessTokenSecret);
$status = $twitter->send($video_title. ':' .$video_url. ' #porn #xxx #sex');
NOTE: consumerKey, consumerSecret, accessToken, accessTokenSecret are you OWN Keys, you'll see them in the details of the APP you created earlier with twitter.
Replace http://www.yoursite.com/ with your siteurl.
That #porn #xxx #sex are hashtags i use. You may replace them ones you like.
Maybe someone can help to get the first three tags from the video posted, to have more dynamic hashtags. ( Hi Adrian )
If there are any questions please ask, questions are NEVER stupid, only answers can be stupid.
If you've got that working, i will tell you how to shorten those urls posted to twitter via is.gd on the fly (if needed). But first get that working what i posted above.