Jump to content

Dragosvr92

Members
  • Posts

    276
  • Joined

  • Last visited

About Dragosvr92

  • Birthday 02/15/1992

Contact Methods

  • MSN
    rdragos40@live.com
  • Website URL
    http://rising-dead.com/Forums/
  • Yahoo
    rdragos18@yahoo.com

Profile Information

  • Gender
    Male
  • Location
    Romania

Dragosvr92's Achievements

Member

Member (2/5)

0

Reputation

  1. So i am trying to make my header responsive and im having troubles to place my ads... Is there a way to move this ad from the first spot on the second spot...? I came across some :before and :after css properties but i dont believe they work to move a html object from one place to another..... Can anyone help on this?
  2. No, i wanted to just disable the case sensitivity. There doesnt appear to be a way to do this, so i just turned to use something rough like this.. RewriteRule ^fIle\.html$ FiLe.html [L]
  3. In my posts, yes, you may be right. But the topic title made it clear in my opinion.
  4. Okay, is it normal around here for moderators to act unknowing and troll others? I am talking about making urls Case-Insensitive. A solution to. THAT ! Is it clear now? Go get some sleep if you are tired.
  5. What....? Whats unclear to you? .......Solution to specify the case like in the example i gave. RewriteRule ^foo\.html$ FoO.html
  6. I think my eyes are going to fall out from all the searches ive made to find a solution for this that works on a shared host. I tried this... but it doesnt work. RewriteEngine on CheckSpelling on The only Rough solution i got is to do the case manually with an internal redirect. Like this. RewriteEngine on RewriteBase /~quux/ RewriteRule ^foo\.html$ bar.html Is there absolutely no way to mention [a-z] and [A-Z] into a RewriteRule to get this done? I find it terribly stupid from Apache not to provide a simple solution for this.
  7. Delete : overflow-y: scroll; overflow-x: hidden;
  8. I have a page where i link dynamic images that show the status/data of a game server. Server name, number of players, map thats playing, etc. Im trying to reduce the server load without reloading the page everytime to reload an image. Cant i just reload a certain part of a page? Reload/refresh all contents inside a div?
  9. I just tried this for the reload button but it doesnt seem to work and reload the image. <!DOCTYPE html> <html> <head> <script> function reloadPage() { document.getElementById("refresh").reload(); } </script> </head> <body> <input type="button" value="Reload page" onclick="reloadPage()"> <img id="refresh" src="img.png"> </body> </html>
  10. Hello, I am trying to add a reload button that when clicked, it will refresh/reload the images that have a "refresh" id... I'd also want the images to reload every 60 seconds. Does anyone have a script on hand..? i cant find one on the net. Thanks in advance
  11. managed to fix it myself. i see theres no solved button here anymore ps: i would kindly ask if a moderator could remove the url. thank you
  12. Hello, I am trying to crop some bits from the right and left side of an image. I managed to do this using the clip property but i come across another problem. The image seems to get out of the div it is inside of after i change the position from relative to absolute or fixed. Please look at the url bellow to get an idea of what i want....... The first image should look like the one below but with that U and G removed.... http://www.rising-dead.com/forums/servers.php Apologizes for the lame way i explained it. Please let me know if you are confused somewhere and ill try to explain better.
  13. But, dont they provide a setting or a modification that enables the administrator to chose how their members login ? The board ovner could make a suggestion to them to include this in their platform, i think.
  14. Uummh... Sorry but what you are saying makes absolutely no sense. Pretty sure that maybe about 75% of users never need to change their username. So everyone could do what you said. Even if all of them would change it. Every user is able to see the first/main username of someone in their name history popup page, from their profile. I can see that you never changed yours, and that Jessica changed it once from jesirose. (I'm gonna hack ya both ! ) Its a joke if they would really go for this "security" option. Usernames are avaivable to the public on all sites. What if the user, as a dumb child, registers the forum with a damn stupid name.. For example; BigCo*k69. As days-years pass and he realises how dumb it is to use such a name..... Do you think he would still want to write this everytime he logs in, after he changed his username as a reminder on how dumb he was?? Or what if he just misspelled his user. When you registered, you could have accidentally wrote "Philiop". Would you want to login with that forever just because of a silly spelling mistake.....? I see no point in changing your username and still keeping the first username as a login method. PS: How many platforms that function this way are there? Not bashing on IP Board. It looks good. The only thing i dont like about it is this issue and that when you right click in the writing area, it displays the menu it shows on a background area, instead of the text menu with cut/copy/paste/etc..
  15. Maybe "the freak" could suggest them to fix this in their next IPboard release. It really makes no sense to log in with an old username, when you started using a new one.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.