Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Junior Admin $phpEx 
 
I have noticed a strange thing in Admin Junior. Was about to look for a nickname through the horizontal alphabet in high, I do click and notice that I from a mistake page, "file not found". I notice at the end of the page which in the link was lacking the extent. Then I check the admin_jr_admin.php file and yet being OK seems. I do not know where to put me the hands.
----------------------
Ho notato una cosa strana in Junior Admin. Stavo per cercare un nickname attraverso l'alfabeto orizzontale in alto, faccio click e mi accorgo che mi da una pagina di errore, "file non trovato". Mi accorgo in fondo alla pagina che nel link mancava l'estensione. Allora controllo il file admin_jr_admin.php eppure sembra essere ok. Non so dove mettermi le mani.

jradminey0


Code: [Download] [Hide] [Select]
elseif (preg_match("/^.+-.+$/", $ord_value))
        {
            $items = explode('-', $ord_value);
            for($i = $items[0]; $i <= $items[1]; $i++)
            {
                if (isset($letters_list[$i]))
                {
                    $list .= '<a href="' . append_sid('admin_jr_admin.' . $phpEx . '?sort_item=' . ( ( isset($_GET['sort_item']) || isset($_POST['sort_item']) ) ? $sort_item : 'username' ) . '&amp;start=0&amp;order=' . $order . '&amp;alphanum=' . strtoupper(chr($i))) . '" class="nav">' . strtoupper(chr($i)) . '</a>';
                }
                else
                {
                    $list .= strtoupper(chr($i));
                }
                $list .= $seperator;
            }
        }
        else
        {
            if (isset($letters_list[$ord_value]))
            {
                $list .= '<a href="' . append_sid('admin_jr_admin.' . $phpEx . '?sort_item=' . ( ( isset($_GET['sort_item']) || isset($_POST['sort_item']) ) ? $sort_item : 'username' ) . '&amp;start=0&amp;order=' . $order . '&amp;alphanum=' . strtoupper(chr($ord_value))) . '" class="nav">' . strtoupper(chr($ord_value)) . '</a>';
            }
            else
            {
                $list .= strtoupper(chr($ord_value));
            }
            $list .= $seperator;
        }


Thanks
 



 
FexysSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Junior Admin $phpEx 
 
It has been fixed two weeks ago in the DEV package, and you'll have this working in the final release.

Thanks for reporting.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron