Auto-Video Site Using Wordpress

Status
Not open for further replies.
ok i definitively have the uncategorized category problem, i redid the automation task twice and let it run on its own, and sure enough the posts are not going into the category i gave them.

As for the deleted video, for now ill continu to put them in unpublished mode, but i understand the situation... perhaps if someone delete the video, then what happens is that this video cannot be added in when in automation mode, but if the user really wants to add it again, he can go add it manually ?
 


So I went and switched one of my adult sites to more appropriate mainstream one. I just thought the domain was more suitable promoting home design then filth.
After deleting all the posts and adding Aequitas plug-in, here's the results:

It took less then 30 minutes for the site to rank in 4th on Google, mind you the term ain't no traffic juggaurnaut but I'm sure it will bring in a little more profits then before.

i112_hollywoodbedroom.jpg
 
For Anyone Interested In A Backlink.

For anyone interested in getting a backlink or two on the RealVMS website (Your links will be follow links not nofollow and will stay up for as long as the site is up) I created a page at Example Sites with a simple little form you can fill out.

Not sure if you would get any targeted traffic from it but if you want the link I'm looking for people to fill out the form just to get it going.

The same goes with the Customer Reviews page if you want to say something (Preferably nice but still being honest) about the plugin you can score another back link there, I'm going to limit the links to 2 links per website.

One link on the Consumer Reviews page and another on the example sites page, but if you've got more then one site you want to list there then by all means your helping me out by putting some content on those pages and you get a free backlink.

P.S. What do you think about the new theme? I think its pretty good, I actually paid money for a this thing a whole $65 bucks US, thats the first time in over a year since I paid for a theme or website template for that matter haha.
 
I stop coming to WickedFire for a few months and I totally miss this gem. Thanks for this, Aequitas. I'm eager to try it out.

P.S. What do you think about the new theme? I think its pretty good, I actually paid money for a this thing a whole $65 bucks US, thats the first time in over a year since I paid for a theme or website template for that matter haha.

I thought the theme was very attractive, actually! I did notice it. Very professional-looking.
 
That theme is tits!

So I downloaded your awesome plugin and gave it a whirl on a test site, before I started adding vid's, I edited the original "hello world" post and "about" page but when I published them, the first paragraph or so was missing. Then I deactivated the plugin and it went back to kind of normal, although the formatting is kind of fucked, giant page break in between a couple paragraphs.

Probably my n00bism, just thought I'd mention it.

Thanks for that killer app, rep +++.
 
That theme is tits!

So I downloaded your awesome plugin and gave it a whirl on a test site, before I started adding vid's, I edited the original "hello world" post and "about" page but when I published them, the first paragraph or so was missing. Then I deactivated the plugin and it went back to kind of normal, although the formatting is kind of fucked, giant page break in between a couple paragraphs.

Probably my n00bism, just thought I'd mention it.

Thanks for that killer app, rep +++.

There is a bug in text formating. I had a post with 5 parentheses with no video and when I added the script it bunched that post up. No space, no breaks.

The other bug I found had to do with delicious bookmarking. All my url's are showing up as.... /categorie/post-name/ It's cutting out the domain name.
 
Thanks Vox And others I actually know where that bug is hiding I'm releasing another version really soon with some more bug fixes so I'll fix up these couple issues as well.

Thanks for letting me know guys.
 
I just released Version 1.4 on the realvms website as well as via subversion, it fixes the bugs you guys were just talking about here plus some others.

Also you should be able to just login to your WP admin panel and hit upgrade automatically.

Let me know if you can do that or not....It works on mine just fine but I want to make sure everyone else is doing ok with the SVN shit.
 
Plugin could not be activated because it triggered a fatal error.

Fatal error: Cannot redeclare nls2p() (previously declared in /home/xxxxxx/public_html/xxxxxxxx.net/wp-content/themes/dark_essence/functions.php:13) in /home/xxxxxxxx/public_html/xxxxxxxx.net/wp-content/plugins/realvms/includes/functions.php on line 416
 
Tried deleting the plugin and then reinstalling it, got the same message except the line changed from 416 to 33.

Hope this helps.
 
Tried deleting the plugin and then reinstalling it, got the same message except the line changed from 416 to 33.

Hope this helps.

Its a function confliction, I'll have to rename that function or you can just open up the /includes/functions.php file scroll to the very bottom and delete the last couple lines of code which look like this, save and re-upload the file and everything should work fine for you.

Code:
function nls2p($str)
    {
      return str_replace('<p></p>', '', '<p>'
            . preg_replace('#([\r\n]\s*?[\r\n]){2,}#', '</p>$0<p>', $str)
            . '</p>');
    }
 
hmm, tried that, the last lines of code in my functions.php file look like this:

function wp_clone( $object ) {
static $can_clone;
if ( !isset( $can_clone ) ) {
$can_clone = version_compare( phpversion(), '5.0', '>=' );
}
return $can_clone ? clone( $object ) : $object;
}

looked thru out the file, couldn't find a string that started with nls2p but then again, I'm pretty retarded when it comes to php. I'll keep fucking about, thanks for the help.
 
hmm, tried that, the last lines of code in my functions.php file look like this:



looked thru out the file, couldn't find a string that started with nls2p but then again, I'm pretty retarded when it comes to php. I'll keep fucking about, thanks for the help.

Your looking in the absolute wrong file since that code isn't mine but looks more to be a wordpress file.

In the realvms folder in your plugins directory there is another folder called includes which has a file named functions.php that is the file you'll want to look at the bottom for.

Or you can do this to fix the issue as well but you may not want to.

Deactivate your Dark Essence theme since thats what its conflicting with, but don't worry in the next update I'll make sure to fix this conflict.
 
^^^
yeah, figured that out (I'm am a tard with wp and php in general) and got the plugin to activate successfully but now when I'm trying to manually add a video, when it takes me to the new post, there's nothing there as far as the video (or anything really).

I probably fucked something up, I might just copy paste my two pages of content into a notepad file and strip this fucker off the server and start fresh. Probably take 20 minutes max to remove and reupload my theme and all the other plugins.

Safe to assume when you're talking about code to be edited in the future, you're referencing files inside the RealVMS plugin folder? Thanks for your time on troubleshooting this.
 
^^^
yeah, figured that out (I'm am a tard with wp and php in general) and got the plugin to activate successfully but now when I'm trying to manually add a video, when it takes me to the new post, there's nothing there as far as the video (or anything really).

I probably fucked something up, I might just copy paste my two pages of content into a notepad file and strip this fucker off the server and start fresh. Probably take 20 minutes max to remove and reupload my theme and all the other plugins.

Safe to assume when you're talking about code to be edited in the future, you're referencing files inside the RealVMS plugin folder? Thanks for your time on troubleshooting this.

If you deactivate the plugin all your content will be fine and will re-appear, its an issue with the conflict, I've got to rename a few things in the files to avoid it.
 
@Aequitas As much time and energy as you have put into this so far, might it make sense to make it work with WPMU where people are willing to pay a lot more for a plug in? Hell, there are private support forums that run $50 a month for MU. And the video plug in by Automattic isn't really a plug in, it's more like a development framework. Just a thought, really.
 
Status
Not open for further replies.