diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
| commit | fc9a4ea22eb91757b95cbe1bf1708be17fc2337a (patch) | |
| tree | 76a0122149e3288ee21d7fb6d0410b1b7b8970a4 /template/newlog.st | |
| parent | 25b74138d68ade87689e714f10e1f3116da5bbee (diff) | |
- Replace hardcoded dump.fm URLs with host/scheme config\n- Add optional passwordless login flow\n- Update templates/static assets to avoid blocked HTTP resources\n- Ignore local uploads/SQL dumps
Diffstat (limited to 'template/newlog.st')
| -rwxr-xr-x | template/newlog.st | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/template/newlog.st b/template/newlog.st index 67341e0..69e6ca6 100755 --- a/template/newlog.st +++ b/template/newlog.st @@ -11,8 +11,8 @@ <meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board, scott ostler, ryder ripps"> <meta name="description" content="dump.fm - Talk with pictures!" /> <script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script> -<link rel="shortcut icon" href="http://hump.fm/static/favicon.ico"> -<link rel="image_src" href="http://hump.fm/static/img/thumbs/heartover.gif" > +<link rel="shortcut icon" href="/static/favicon.ico"> +<link rel="image_src" href="/static/img/thumbs/heartover.gif" > <script type="text/javascript" src="$domain$/static/js/pichat.js"></script> <script>Domain = "$domain$"</script> @@ -21,11 +21,11 @@ $if(!user_nick)$ <script type="text/javascript" src="$domain$/static/js/popup.js"></script> $endif$ $if(isadmin)$ -<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css" +<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css" type="text/css" media="all" /> <!--<link rel="stylesheet" href="$domain$/static/css/admin.css" type="text/css" media="all" />--> -<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js" +<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js" type="text/javascript"></script> <script src="$domain$/static/js/admin.js" type="text/javascript"></script> $endif$ @@ -34,7 +34,7 @@ $endif$ <!--[if IE]> <script> -window.location = "http://hump.fm/error/ie"; +window.location = "/error/ie"; </script> <![endif]--> @@ -136,7 +136,7 @@ cursor:pointer; margin-left:3px; } a.signin span { - background-image:url("http://hump.fm/static/form_login/images/toggle_down_light.png"); + background-image:url("/static/form_login/images/toggle_down_light.png"); background-repeat:no-repeat; background-position:100% 50%; padding:4px 16px 6px 0;cursor:pointer; @@ -152,7 +152,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, } a.signin.menu-open span {cursor:pointer; - background-image:url("http://hump.fm/static/form_login/images/toggle_up_dark.png"); + background-image:url("/static/form_login/images/toggle_up_dark.png"); color:#789; } @@ -209,7 +209,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, width:90px; height:35px; font-size:20px; - background-image:url('http://hump.fm/static/img/btngrad1.png'); + background-image:url('/static/img/btngrad1.png'); background-color:#4691e5; font-weight:bold; word-spacing:7; @@ -318,10 +318,10 @@ a#disregister { </a> </div> - <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> $else$ - <a href="http://hump.fm/register" id="disregister">Register</a> + <a href="/register" id="disregister">Register</a> $endif$ @@ -402,10 +402,10 @@ a#disregister { <br><br> <div id="footer"> @2010 <a href="/">dump.fm</a> -<a href="http://hump.fm/about_us" style="word-spacing: normal">About Us</a> -<a href="http://hump.fm/help" style="word-spacing: normal">Help FAQ</a> -<a href="http://hump.fm/terms">Terms</a> -<a href="http://hump.fm/privacy">Privacy</a> +<a href="/about_us" style="word-spacing: normal">About Us</a> +<a href="/help" style="word-spacing: normal">Help FAQ</a> +<a href="/terms">Terms</a> +<a href="/privacy">Privacy</a> </div> </div> $google_analytics()$ |
