Hello, I was wondering with the DF port of roster, how does one get UniUploader working? What would be the url, and basic setup, etc?
Thank you very much for your time!
/******************************************************************************
Check if the <form> POST is comming from this server
*******************************************************************************/
if (!is_user() && $_SERVER['REQUEST_METHOD'] == 'POST' && empty($CPG_SESS['user']['uri']))
{
if (PHPVERS >= 43) {
trigger_error('<pre>'.print_r($CPG_SESS, true).'</pre>', E_USER_WARNING);
}
cpg_error('Please enable cookies to post on this site. If you feel that you have reached this message in error please go back to the preceding page and post again');
}
/******************************************************************************
Check if the <form> POST is comming from this server
*******************************************************************************/
if (!substr($_SERVER['HTTP_USER_AGENT'], 0, 11 ) == 'UniUploader' )
{
if (!is_user() && $_SERVER['REQUEST_METHOD'] == 'POST' && empty($CPG_SESS['user']['uri']))
{
if (PHPVERS >= 43) {
trigger_error('<pre>'.print_r($CPG_SESS, true).'</pre>', E_USER_WARNING);
}
cpg_error('Please enable cookies to post on this site. If you feel that you have reached this message in error please go back to the preceding page and post again');
}
}
if ($userinfo['username'] == 'Anonymous') {
include_once(ROSTER_BASE.'roster_header.tpl');
include_once(ROSTER_LIB.'menu.php');
print '<span class="title_text">'.$wordings[$roster_conf['roster_lang']]['upprofile']."</span><br /><br />\n";
print
'<div >
'.border('sred','start').'
<center>Must Be Logged in to use this service!</center>
'.border('sred','end').'
</div>';
include_once(ROSTER_BASE.'roster_footer.tpl');
}
elseif( $htmlout )
{
$header_title = $wordings[$roster_conf['roster_lang']]['upprofile'];
include_once(ROSTER_BASE.'roster_header.tpl');
include_once(ROSTER_LIB.'menu.php');
print '<span class="title_text">'.$wordings[$roster_conf['roster_lang']]['upprofile']."</span><br /><br />\n";
if( $htmlout )
{
$header_title = $wordings[$roster_conf['roster_lang']]['upprofile'];
include_once(ROSTER_BASE.'roster_header.tpl');
include_once(ROSTER_LIB.'menu.php');
print '<span class="title_text">'.$wordings[$roster_conf['roster_lang']]['upprofile']."</span><br /><br />\n";
Anaxent wrote:you point the UU to http://dowmian.com/index.php and make sure to have 2 additional variables
field1 =name var 1= wowrosterdf
filed2 =file var2= updateProfile
Anaxent wrote:the variables would need to be added to UU's configuration. If you use UU I would also use UniAdmin as you can set the settings there and have the user sync to it. I will post a few screenshots of what im talking about.
Users browsing this forum: No registered users and 1 guest