Thread: Error pmbt
View Single Post
  #4  
Old 11th March 2011, 08:44
bebeshare bebeshare is offline
Member
 
Join Date: Mar 2011
P2P
Posts: 12
Default
Quote:
Originally Posted by daffy View Post
what version of pmbt are you using?
2.04 gold eVo_blue

Bump:
Quote:
Originally Posted by joeroberts View Post
the internal server error is being caused By your mail server
Have you made any mods to the source code?
Try fixing this
open include/functions.php
find
PHP Code:
    if (ip_valid(&$_SERVER[$c])) { 
and replace it with
PHP Code:
    if (ip_valid($_SERVER[$c])) { 
if you want unregistered users to Up load then you well need to create and
new user group

and set them to have access to uploads
Im not sure about the last one I need more info.
where do you see this
are you running default torrent table or modded?
i have add guest level, and set them to have access to upload, when i try upload as guest ,following message:You do not have Permissions to Access Upload at this time.
i running default mod

Bump:
Quote:
Originally Posted by bebeshare View Post
2.04 gold eVo_blue

Bump:

i have add guest level, and set them to have access to upload, when i try upload as guest ,following message:You do not have Permissions to Access Upload at this time.
i running default mod
it works thank U!
Reply With Quote