Jump to content
  • 0

Notice in Thor patcher


Question

12 answers to this question

Recommended Posts

Posted (edited)

It keeps on showing the default ( Welcome to YourNameHere Ragnarok Online ) even after I edited the content of notice.html



make sure that " Capital Letters " and " Small Letters " is correct 

 

like notice.html and Notice.html 

 

It keeps on showing the default ( Welcome to YourNameHere Ragnarok Online ) even after I edited the content of notice.html

Edited by Z e r o
Posted

It keeps on showing the default ( Welcome to YourNameHere Ragnarok Online ) even after I edited the content of notice.html

make sure that " Capital Letters " and " Small Letters " is correct 

 

like notice.html and Notice.html 

 

It keeps on showing the default ( Welcome to YourNameHere Ragnarok Online ) even after I edited the content of notice.html

 

maybe you didn't put the one that you edited.

Posted

The view of the Thor Patcher is based on IE, so it caches it. You either have to STRG+F5 reload it, or rename the file to .php.

I don't know if you have to echo the whole stuff or if you can use just html, but i think you can just write html as long as the file is a .php file (which IE won't cache)

  • Upvote 2
Posted

Thanks solves the problem :) thanks chriser



The view of the Thor Patcher is based on IE, so it caches it. You either have to STRG+F5 reload it, or rename the file to .php.

I don't know if you have to echo the whole stuff or if you can use just html, but i think you can just write html as long as the file is a .php file (which IE won't cache)

 

Done with the .php it now reflects on my patcher. But now I tries to edit the background where the updates are placed the background is not updating XD the bg.jpg

Posted (edited)

add this to your head tag

<HEAD>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</HEAD

because fuck IE, thats why xD

 

 

I guess IE also dont support the .css??  O_O yeeaa ff that ie -_-

Edited by Z e r o
Posted

Yes, IE supports css, but you should always test it with IE if you want to eliminate errors.

 

 

Done with the meta XD the the image is still not updating XD

 

 

Im using the default style.css

 

body {
    font-size: 10px;
    font-family: Tahoma, Arial;
    padding: 10px;
    color: #000000;
    margin: 0px;
    border: 0px;
    background: transparent url(bg.jpg) no-repeat;
    background-attachment: fixed;
}
.header {
    font-size: 120%;
}
.content {
    padding: 5px;
}
Posted

save the file as png and upload it and change it in the css.

it seems that when you want to change the bg image, you have to somehow rename it... i think i had the same problem, but its like 5 months ago i did this :D

Posted

I never tried the png hoho i only try jpg XD now it updates the backgroud lol thanks alot!!



save the file as png and upload it and change it in the css.

it seems that when you want to change the bg image, you have to somehow rename it... i think i had the same problem, but its like 5 months ago i did this :D

 

I never tried the png hoho i only try jpg XD now it updates the backgroud even though the css is now working properly lol thanks alot!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...