
UF
Moderator: Moderators
flash != javascript
Infact flash doesn't use cookies. Flash has its own cookie setup with is independant of the browser cookies.
To block flash banners use Ad Block Plus. That way they're never loaded to begin with. You can get rid of all sorts with adblock including google txt adverts.
But tbh these days turning off javascript and cookies is pointless. Any site which si going to exploit these will be packed with exploits for both IE and firefox that have nothing to do with cookies or java script and there are a lot of those exploits going around (and yes there is indeed spyware and malware and viruses built especially for firefox users).
Infact flash doesn't use cookies. Flash has its own cookie setup with is independant of the browser cookies.
To block flash banners use Ad Block Plus. That way they're never loaded to begin with. You can get rid of all sorts with adblock including google txt adverts.
But tbh these days turning off javascript and cookies is pointless. Any site which si going to exploit these will be packed with exploits for both IE and firefox that have nothing to do with cookies or java script and there are a lot of those exploits going around (and yes there is indeed spyware and malware and viruses built especially for firefox users).
- TechnoTone
- Posts: 165
- Joined: 23 Aug 2005, 22:02
maplist fix:
I couldnt believe my eyes when i waited that list to be loaded, and again when i looked the HTML source where you were using DIV's inside TD and TR elements. crazyness. yeah and dashed lines sucks when they are used at all edges repeated thousands times.
Code: Select all
<style>
TABLE#maplist TD {border: 1px solid #aaa; background-color: #eee; padding: 2px}
TABLE#maplist TD.a {width:50px}
TABLE#maplist TD.b {width:50px}
TABLE#maplist TD.c {width:100px}
TABLE#maplist TD.d {width:80px}
TABLE#maplist TD.e {width:120px}
</style>
<table border="0" width="100%" id="maplist">
<tr>
<td align="center"> <b>Name</b> </td>
<td align="center"> <b>Rating</b> </td>
<td align="center"> <b>Downloads</b> </td>
<td align="center"> <b>Size</b> </td>
<td align="center"> <b>Date Added</b> </td>
<td align="center"> <b>Uploaded By</b> </td>
</tr>
<tr>
<td> <a href="http://www.unknown-files.net/1519/AmaltheaV02/">AmaltheaV02</a> </td>
<td class="a"> 0 </td>
<td class="b"> 108 </td>
<td class="c"> 12.8 mb </td>
<td class="d"> 23/09/07 </td>
<td class="e"> Kaine </td>
</tr>
*repeat*
if i dont even back my own stuff up properly how can i be expected to back others junk up
kekekeke
the other problem is your forgetting im offering a free service, usualy backups cost money... and i dont actually have the space to do a complete backup of all the junk that people put on their accounts @uf and iamacup.com
at the end of the day, people get what they pay for :)
(sorry i was so snappy ive just got alot to do leaving home and all these problems couldnt have come at a worse time)

the other problem is your forgetting im offering a free service, usualy backups cost money... and i dont actually have the space to do a complete backup of all the junk that people put on their accounts @uf and iamacup.com
at the end of the day, people get what they pay for :)
(sorry i was so snappy ive just got alot to do leaving home and all these problems couldnt have come at a worse time)
What?iamacup wrote:its because after pissing about with internet explorer for 40000 years trying to make the position of divs work you will commit suicide or just use tables.
It works fine without those damn DIV's. You are DOING IT WRONG.
This is perfect example of DIV overusage... trying to avoid using tables, just because firefox nerds tells they are bad, BAD. BAD. but in this case, they should be the only thing used.