Auto Rapidleech Auto Post Problem

Status
Not open for further replies.

brazzO

Active Member
1,286
2009
211
0
So, i have the Auto Rapidleech script installed and in the config.php there is this part..

// Here you can set your forum ids and names as many you wants just add one more option line ;)
$allforumids = '
<option>Select One</option>
<option value="23">graveyard</option>
<option value="23">graveyard</option>

Well, i have a site that is running on WP not VB, PHPBB or IPB and i dont know how to set it so that it auto posts to WP, it does say that you can make it auto post as you can see here:

$newString = "Post-Zone.Com"; //Enter your site name or anything that you wants to include within filename
$forumtype = "wp"; // Enter your forum type ipb or vb3 or wp or phpbb3
$siteurl = "http://www.post-zone.com/"; // Enter your site URL remember "/" at the end
$forumuser = "usernamehere"; // Enter your forum user name
$forumpass= "passwordhere"; // Forum user name password

Obviously i am not going to put my "username" & "password on this site"

Does anyone know if this is possible or if it is just a function that is not working. Thanks
 
11 comments
It does post to wordpress. The only thing is it does not post to the correct section. It will post to what you have set as the default section in your wordpress settings.
 
It doesn't work for me?
It comes up this after i have auto uploaded:

title_QkFDS1VQLkFwcC4yMDEw-><->poster_QkFDS1VQLkFwcC4yMDEw-><->details_QkFDS1VQLkFwcC4yMDEw-><->screenshots_QkFDS1VQLkFwcC4yMDEw-><->forum_QkFDS1VQLkFwcC4yMDEw->Select One<->prefix_QkFDS1VQLkFwcC4yMDEw->Select One<->
 
Nope still isn't working, i suppose i'll just have to ask mRaza when / if he comes online:

title_SWNvbkJveC52Mi4wLjUuTWFjT1NYLkluY2wuS2V5Z2VuLU5PWQ==-><->poster_SWNvbkJveC52Mi4wLjUuTWFjT1NYLkluY2wuS2V5Z2VuLU5PWQ==-><->details_SWNvbkJveC52Mi4wLjUuTWFjT1NYLkluY2wuS2V5Z2VuLU5PWQ==-><->screenshots_SWNvbkJveC52Mi4wLjUuTWFjT1NYLkluY2wuS2V5Z2VuLU5PWQ==-><->forum_SWNvbkJveC52Mi4wLjUuTWFjT1NYLkluY2wuS2V5Z2VuLU5PWQ==->Select One<->prefix_SWNvbkJveC52Mi4wLjUuTWFjT1NYLkluY2wuS2V5Z2VuLU5PWQ==->Select One<->
 
Oh.. oops, i have clicked it and will test, will edit this with the outcome..

Edit:

title_VmVyb25pc29mdC5JUC5Nb25pdG9yLjEuMy4xOS40LUx6MA==-><->poster_VmVyb25pc29mdC5JUC5Nb25pdG9yLjEuMy4xOS40LUx6MA==-><->details_VmVyb25pc29mdC5JUC5Nb25pdG9yLjEuMy4xOS40LUx6MA==-><->screenshots_VmVyb25pc29mdC5JUC5Nb25pdG9yLjEuMy4xOS40LUx6MA==-><->forum_VmVyb25pc29mdC5JUC5Nb25pdG9yLjEuMy4xOS40LUx6MA==->Select One<->prefix_VmVyb25pc29mdC5JUC5Nb25pdG9yLjEuMy4xOS40LUx6MA==->Select One<->
 
Ok now the auto posting is sorted, it takes the links and outputs them in a new post like this:

Download Links:

Hotfile:
Link Here

Fileserve:
Link Here

Thats ok but i am not sure how i change this so that i can have it as such:

<center><img src="" alt="image" />

<strong></strong>
<strong></strong></center>

<blockquote></blockquote>

<!--more--><!--more-->

<strong>Download Links:</strong>

<strong>Fileserve:</strong>
<code></code>

<strong>Hofile:</strong>
<code></code>

In the config.php have i got to corrospond each thing with the certain tags like this:

config.php:
$descr = "Description:";
$dowlinks = "Download Links:";

.txt file in "posts folder":
Description:
<block-quote></block-quote>

<strong>Download Links:</strong>
<strong>Fileserve:</strong>
<code></code>
<strong>Hofile:</strong>
<code></code>

or am i just thinking this is completely wrong ?
 
Status
Not open for further replies.
Back
Top