Thanks for the reply
now when i visit the image hosting script, it redirects me to my forums login, I login and nothing happens.
Here is the image hosting
http://images.tw7s.com/
>exact location: /home/jesse123/public_html/TW7S.com/images
and here is my forum
http://thewindows7site.com/forum/
>exact location: /home/jesse123/public_html/thewindows7site.com/forum
I added this to the image host script
PHP Code:
<?
$url = "http://www.thewindows7site.com/forum/";
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'pageName');
chdir('/home/jesse123/public_html/thewindows7site.com/forum');
require_once('/home/jesse123/public_html/thewindows7site.com/forum/global.php');
if (! $vbulletin->userinfo['userid'])
{
print_no_permission();
exit();
}
echo "Hello!";
exec_shut_down();
// Below Here Is Image Host Script Index Code //