View Full Version : Plugbox 1.0 Posting Issue


daintydaisy
10-29-2009, 02:35 PM
Hello i installed the plugbox per the instructions, the installation went great all good, i even posted a random button from a friends website, but then when I tried another button, i got 404 page, and i don't know why. I go back to the original page the plugbox is on and the first button is there. I installed this and uninstalled it like 4 times and the same thing continues to happen.

I'm using includes, i prefer includes, i don't want to have to use iframes.

How can i fix this problem so that it works correctly?

The url to the page is http://babee.pixelfx.org/index.php

I hope someone can help me.

daintydaisy
10-30-2009, 02:04 PM
My good friend found the solution, thank you Emily. I am posting this in case someone else has a similar problem.

Open up the plug.php file, scroll down to the very bottom. There is a form code, looks like this

<form method="post" id="plugform" name="plugform" action="<?php echo $pb_cfg['base_url']; ?>plug.php?act=add">
<p><input type="text" name="button_url" value="Button URL" size="20" title="Button URL"
onFocus="if(this.value==this.defaultValue)value=''" onBlur="if(this.value=='')value=this.defaultValue;" />
<input type="text" name="website_url" value="http://" size="20" title="Website URL" />
<input type="submit" class="button" name="submit" value="Plug" /></p>
</form>


search for the part of the code that is

plug.php?act=add

in front of that add your plugboard folder name, so it looks like this

plugboard/plug.php?act=add


and save the file, that should fix this problem, it did for me.

Good luck