Plusemu ? button

MasterJiq

Member
Jul 8, 2016
385
23
Hello,

I've been coded habbopages on popup in client to click button " ? " but it's only worked on xampp, so on Iis how to I fix this ?

Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
 <system.webServer>
        <staticContent>
            <remove fileExtension="*.txt" />
            <mimeMap fileExtension="*.txt" mimeType="application/octet-stream" />
        </staticContent>
 </system.webServer>
</configuration>
I tried this code, never worked -_-

Thanks
 

NeedForSpreed

Member
May 18, 2014
326
71
Hello,

I've been coded habbopages on popup in client to click button " ? " but it's only worked on xampp, so on Iis how to I fix this ?

Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
 <system.webServer>
        <staticContent>
            <remove fileExtension="*.txt" />
            <mimeMap fileExtension="*.txt" mimeType="application/octet-stream" />
        </staticContent>
 </system.webServer>
</configuration>
I tried this code, never worked -_-

Thanks
Wuut?? Habbopages on popop? [emoji14] I rlly don't what you mean :)

Skickat från min FRD-L09 via Tapatalk
 

MasterJiq

Member
Jul 8, 2016
385
23
@SpreedBlood as you can see on chat bar, have " ? " icon and when I clicked it, it's doesn't appear like habbo one because on f12 error, this thing opened a text file without .txt and how do I make it open on .txt ?
 

Users who are viewing this thread

Top