UF - Page 2

UF

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Post by FLOZi »

lol @ mistrust of javascript and cookies. :roll:
Ifein
Posts: 56
Joined: 23 Mar 2006, 00:44

Post by Ifein »

FLOZi wrote:lol @ mistrust of javascript and cookies. :roll:
lol @ surrender of security and privacy
User avatar
Neddie
Community Lead
Posts: 9406
Joined: 10 Apr 2006, 05:05

Post by Neddie »

You have no privacy on the internet. Your security comes from your own prudence and care in surfing.
User avatar
LOrDo
Posts: 1154
Joined: 27 Feb 2006, 00:21

Post by LOrDo »

I tried noscript, I'm sure it could work fine for security-obsessed people but It caused nothing but problems for me.
Adblock ftw :D
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Post by FLOZi »

Ifein wrote:
FLOZi wrote:lol @ mistrust of javascript and cookies. :roll:
lol @ surrender of security and privacy
lol @ this misconception
Ifein
Posts: 56
Joined: 23 Mar 2006, 00:44

Post by Ifein »

Of course I do not have 100% privacy and security. But why should I not try to minimize my risks?
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

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).
User avatar
iamacup
Posts: 987
Joined: 26 Jun 2006, 20:43

Post by iamacup »

by the way i just realised all the background images were linked via localhost, the site should look better now with a refresh.
User avatar
TechnoTone
Posts: 165
Joined: 23 Aug 2005, 22:02

Post by TechnoTone »

Will the missing files be restored at some point or is what we have now it and we need to re-upload anything that's missing?
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

Probably, since the db is messed up.
Ifein
Posts: 56
Joined: 23 Mar 2006, 00:44

Post by Ifein »

Will the replay site come back?
User avatar
iamacup
Posts: 987
Joined: 26 Jun 2006, 20:43

Post by iamacup »

yeh im trying to contact melstrom though, i need him to help restore it.

i didnt run it
User avatar
TradeMark
Posts: 4867
Joined: 17 Feb 2006, 15:58

Post by TradeMark »

maplist fix:

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*
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.
User avatar
iamacup
Posts: 987
Joined: 26 Jun 2006, 20:43

Post by iamacup »

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.
User avatar
Neddie
Community Lead
Posts: 9406
Joined: 10 Apr 2006, 05:05

Post by Neddie »

So, uh, Cup... a lot of things seem broken.

Profile Download Lists are inaccessible, User Settings are inaccessible, Spring -Replays are down...

Also, we need to get on Satirik about the UF link-up...
User avatar
iamacup
Posts: 987
Joined: 26 Jun 2006, 20:43

Post by iamacup »

yeh its not finished.... like ive said repeatedly and even in the news on the site itself

and once again, the replay site is NOT MINE. i cannot resurect it without melstrom. and i DONT backup other peoples stuff so this is asuming he has a backup.
User avatar
Neddie
Community Lead
Posts: 9406
Joined: 10 Apr 2006, 05:05

Post by Neddie »

I was just pointing these out to you, amigo. Didn't mean to cause offense. Also, you should just ask whether they want a backup if they work with you - it would be convenient, and it isn't like you lack the space.
User avatar
iamacup
Posts: 987
Joined: 26 Jun 2006, 20:43

Post by iamacup »

if i dont even back my own stuff up properly how can i be expected to back others junk up :P 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)
User avatar
TradeMark
Posts: 4867
Joined: 17 Feb 2006, 15:58

Post by TradeMark »

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.
What?

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.
User avatar
Neddie
Community Lead
Posts: 9406
Joined: 10 Apr 2006, 05:05

Post by Neddie »

DIVs work much better on browsers other than IE.

Also, Cup, I take no offense. I know your style man, and I like the refreshing bluntness.
Post Reply

Return to “General Discussion”