diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 13:40:27 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 13:40:27 +0000 |
| commit | 120b42a2305c0a01069c8268aa9a2866923cb9ea (patch) | |
| tree | 342ccf0ef10d97d4277d698aef8d46bd976dcd24 | |
| parent | 079fa651299418f8fed63f0d2bdb7e05abbec01a (diff) | |
Hump.fm: remove remaining dumpfm attributions
| -rwxr-xr-x | src/config.clj | 8 | ||||
| -rwxr-xr-x | src/email.clj | 4 | ||||
| -rwxr-xr-x | static/319/index.html | 2 | ||||
| -rwxr-xr-x | static/319/irhell.html | 2 | ||||
| -rwxr-xr-x | static/319/irhell2.html | 2 | ||||
| -rwxr-xr-x | static/319/res.html | 2 | ||||
| -rwxr-xr-x | static/resizetest/hump.fm.all.htm | 4 | ||||
| -rwxr-xr-x | static/resizetest/hump.fm.av.htm | 4 | ||||
| -rwxr-xr-x | static/resizetest/hump.fm.htm | 4 | ||||
| -rwxr-xr-x | static/search/browser.html | 2 | ||||
| -rwxr-xr-x | static/templates/banner_dis.st | 2 | ||||
| -rwxr-xr-x | template/banner.old.st | 2 | ||||
| -rwxr-xr-x | template/banner.st | 4 | ||||
| -rwxr-xr-x | template/banner_dis.st | 2 | ||||
| -rwxr-xr-x | template/frontpage copy.st | 4 | ||||
| -rwxr-xr-x | template/frontpage.st | 4 | ||||
| -rwxr-xr-x | template/frontpagePROFILE.st | 4 | ||||
| -rwxr-xr-x | template/frontpage_halloffame.st | 4 | ||||
| -rwxr-xr-x | template/newlog.st | 2 | ||||
| -rwxr-xr-x | template/reset.st | 3 | ||||
| -rwxr-xr-x | template/simplerlog.st | 4 | ||||
| -rwxr-xr-x | template/tinychat.st | 2 |
22 files changed, 36 insertions, 35 deletions
diff --git a/src/config.clj b/src/config.clj index 5fd18ba..bec5768 100755 --- a/src/config.clj +++ b/src/config.clj @@ -26,7 +26,7 @@ (def *server-url* (getenv "DUMPFM_SERVER_URL" - (if (= *server-user* "dumpfmprod") + (if (= *server-user* "humpfmprod") "/" "http://localhost:8080"))) @@ -44,7 +44,7 @@ (def *cookie-domain* (getenv "DUMPFM_COOKIE_DOMAIN" - (if (= *server-user* "dumpfmprod") + (if (= *server-user* "humpfmprod") ".hump.fm" ""))) @@ -53,13 +53,13 @@ (def db-server (getenv "DUMPFM_DB_HOST" - (if (= *server-user* "dumpfmprod") + (if (= *server-user* "humpfmprod") "localhost"; "192.168.162.138" "localhost"))) (def redis-server {:host (getenv "DUMPFM_REDIS_HOST" - (if (= *server-user* "dumpfmprod") + (if (= *server-user* "humpfmprod") "127.0.0.1" "127.0.0.1")) :port (getenv-int "DUMPFM_REDIS_PORT" 6379) diff --git a/src/email.clj b/src/email.clj index 4afd94c..6c09115 100755 --- a/src/email.clj +++ b/src/email.clj @@ -66,13 +66,13 @@ :text text :mime (classify-mimetype text))) -(def *admin-lists* {"dumpfmprod" ["info@hump.fm"] +(def *admin-lists* {"humpfmprod" ["info@hump.fm"] "sostler" ["sbostler@gmail.com"] "jules" ["julescarbon@gmail.com"]}) (defn get-admins [] (or (*admin-lists* (System/getProperty "user.name")) - (*admin-lists* "dumpfmprod"))) + (*admin-lists* "humpfmprod"))) (defn send-registration-email ([nick email] (send-registration-email nick email "welcome")) diff --git a/static/319/index.html b/static/319/index.html index 60a9ccb..4d0cf3b 100755 --- a/static/319/index.html +++ b/static/319/index.html @@ -1,6 +1,6 @@ <html> <head> -<title>DUMPFM//IRL</title> +<title>HUMP.FM//IRL</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> diff --git a/static/319/irhell.html b/static/319/irhell.html index abbf21a..6c36f5b 100755 --- a/static/319/irhell.html +++ b/static/319/irhell.html @@ -1,6 +1,6 @@ <html><!--spooky HTML by Ryder Ripps!!!!!!!---> <head> -<title>DUMPFM//UFORIA//IRHELL</title> +<title>HUMP.FM//UFORIA//IRHELL</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> diff --git a/static/319/irhell2.html b/static/319/irhell2.html index be81f9b..bb5bf35 100755 --- a/static/319/irhell2.html +++ b/static/319/irhell2.html @@ -1,6 +1,6 @@ <html> <head> -<title>DUMPFM//UFORIA//IRHELL</title> +<title>HUMP.FM//UFORIA//IRHELL</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> diff --git a/static/319/res.html b/static/319/res.html index d712e51..4e16823 100755 --- a/static/319/res.html +++ b/static/319/res.html @@ -1,6 +1,6 @@ <html> <head> -<title>DUMPFM//IRL</title> +<title>HUMP.FM//IRL</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> diff --git a/static/resizetest/hump.fm.all.htm b/static/resizetest/hump.fm.all.htm index be9a328..11bcfa5 100755 --- a/static/resizetest/hump.fm.all.htm +++ b/static/resizetest/hump.fm.all.htm @@ -30,7 +30,7 @@ <script> jQuery(document).ready(initChat); var Nick = "scottbot"; - var Room = "dumpfm"; + var Room = "humpfm"; var Timestamp = 1284162163903; var IsAdmin = true; if (Nick) { @@ -118,7 +118,7 @@ </div> <!-- <div id="facebooklike"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149%3Fref%3Dts&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> </div> ---> diff --git a/static/resizetest/hump.fm.av.htm b/static/resizetest/hump.fm.av.htm index d56f030..a773ef5 100755 --- a/static/resizetest/hump.fm.av.htm +++ b/static/resizetest/hump.fm.av.htm @@ -30,7 +30,7 @@ <script> jQuery(document).ready(initChat); var Nick = "scottbot"; - var Room = "dumpfm"; + var Room = "humpfm"; var Timestamp = 1284162163903; var IsAdmin = true; if (Nick) { @@ -118,7 +118,7 @@ </div> <!-- <div id="facebooklike"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149%3Fref%3Dts&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> </div> ---> diff --git a/static/resizetest/hump.fm.htm b/static/resizetest/hump.fm.htm index e6d2233..8213519 100755 --- a/static/resizetest/hump.fm.htm +++ b/static/resizetest/hump.fm.htm @@ -30,7 +30,7 @@ <script> jQuery(document).ready(initChat); var Nick = "scottbot"; - var Room = "dumpfm"; + var Room = "humpfm"; var Timestamp = 1284162163903; var IsAdmin = true; if (Nick) { @@ -118,7 +118,7 @@ </div> <!-- <div id="facebooklike"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149%3Fref%3Dts&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> </div> ---> diff --git a/static/search/browser.html b/static/search/browser.html index aad4f74..b48b349 100755 --- a/static/search/browser.html +++ b/static/search/browser.html @@ -247,7 +247,7 @@ type: 'POST', timeout: 5000, url: '/msg', - data: { 'room': 'dumpfm', 'content': res.unescapedUrl }, + data: { 'room': 'humpfm', 'content': res.unescapedUrl }, cache: false, dataType: 'json' }); diff --git a/static/templates/banner_dis.st b/static/templates/banner_dis.st index b8c969c..ab98ed8 100755 --- a/static/templates/banner_dis.st +++ b/static/templates/banner_dis.st @@ -46,7 +46,7 @@ $else$ $if(user_nick)$ <!-- <div id="facebooklike"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149%3Fref%3Dts&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> </div> ---!> <div id="dissearchbox"> <input type="text" name="search-query" id="search-query" /> diff --git a/template/banner.old.st b/template/banner.old.st index eaee156..8917685 100755 --- a/template/banner.old.st +++ b/template/banner.old.st @@ -67,7 +67,7 @@ $if(user_nick)$ <!-- <div id="facebooklike"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149%3Fref%3Dts&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> </div> --> diff --git a/template/banner.st b/template/banner.st index 17b8ff1..b55463f 100755 --- a/template/banner.st +++ b/template/banner.st @@ -25,7 +25,7 @@ </div> <!-- - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> --> @@ -67,7 +67,7 @@ <a href="$domain$/m/cal"><img src="/static/img/thumbs/calendarbaricon.png"/> Calendar</a> <a href="$domain$/tags" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="/static/img/thumbs/searchbaricon.png"/> Tags</a> </div> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> <a href="/register" id="disregister">Register!</a> --> $endif$ diff --git a/template/banner_dis.st b/template/banner_dis.st index ecb0642..cbc8d63 100755 --- a/template/banner_dis.st +++ b/template/banner_dis.st @@ -43,7 +43,7 @@ $endif$ $if(user_nick)$ <!-- <div id="facebooklike"> - <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149%3Fref%3Dts&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=true&width=100&action=like&font=segoe+ui&colorscheme=dark&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> </div> ---!> <div id="dissearchbox"> diff --git a/template/frontpage copy.st b/template/frontpage copy.st index 0cea7f0..64d5f73 100755 --- a/template/frontpage copy.st +++ b/template/frontpage copy.st @@ -66,7 +66,7 @@ <img src="/static/img/thumbs/halloffamebaricon.png"/> Hall of Fame </a> </div> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> $else$ <!-- <div id="toplinks"> @@ -78,7 +78,7 @@ <a href="$domain$/m/cal"><img src="/static/img/thumbs/calendarbaricon.png"/> Calendar</a> <a href="$domain$/tags" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="/static/img/thumbs/searchbaricon.png"/> Tags</a> </div>--> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> <!-- <a href="$domain$/register" id="disregister">Register!</a>--> $endif$ diff --git a/template/frontpage.st b/template/frontpage.st index 358b06f..a1c58aa 100755 --- a/template/frontpage.st +++ b/template/frontpage.st @@ -67,7 +67,7 @@ </a> </div> <!-- - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> --> $else$ <!-- @@ -80,7 +80,7 @@ <a href="$domain$/m/cal"><img src="/static/img/thumbs/calendarbaricon.png"/> Calendar</a> <a href="$domain$/tags" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="/static/img/thumbs/searchbaricon.png"/> Tags</a> </div>--> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> <!-- <a href="$domain$/register" id="disregister">Register!</a>--> $endif$ diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st index 0f9dd9d..727843c 100755 --- a/template/frontpagePROFILE.st +++ b/template/frontpagePROFILE.st @@ -82,7 +82,7 @@ $endif$ </a> </div> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> $else$ @@ -95,7 +95,7 @@ $endif$ <a href="$domain$/m/cal"><img src="/static/img/thumbs/calendarbaricon.png"/> Calendar</a> <a href="$domain$/tags" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="/static/img/thumbs/searchbaricon.png"/> Tags</a> </div> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> <a href="/register" id="disregister">Register!</a> $endif$ diff --git a/template/frontpage_halloffame.st b/template/frontpage_halloffame.st index 8d028a6..a74eb94 100755 --- a/template/frontpage_halloffame.st +++ b/template/frontpage_halloffame.st @@ -66,7 +66,7 @@ <img src="/static/img/thumbs/halloffamebaricon.png"/> Hall of Fame </a> </div> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> $else$ <!-- <div id="toplinks"> @@ -78,7 +78,7 @@ <a href="$domain$/m/cal"><img src="/static/img/thumbs/calendarbaricon.png"/> Calendar</a> <a href="$domain$/tags" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="/static/img/thumbs/searchbaricon.png"/> Tags</a> </div>--> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> <!-- <a href="$domain$/register" id="disregister">Register!</a>--> $endif$ diff --git a/template/newlog.st b/template/newlog.st index 726c7f0..559c4b7 100755 --- a/template/newlog.st +++ b/template/newlog.st @@ -76,7 +76,7 @@ window.location = "/error/ie"; </a> </div> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> $else$ <a href="/register" id="disregister">Register</a> diff --git a/template/reset.st b/template/reset.st index a388122..6aace41 100755 --- a/template/reset.st +++ b/template/reset.st @@ -21,7 +21,8 @@ return false; } var nick = '$nick$'; - var hash = hex_sha1(nick + '\$' + p1 + '\$dumpfm'); + var salt = (typeof window.AuthSalt === 'string' && window.AuthSalt) ? window.AuthSalt : 'humpfm'; + var hash = hex_sha1(nick + '\$' + p1 + '\$' + salt); jQuery('#hash').val(hash); return true; }); diff --git a/template/simplerlog.st b/template/simplerlog.st index c5f633e..d54f6b3 100755 --- a/template/simplerlog.st +++ b/template/simplerlog.st @@ -82,7 +82,7 @@ $endif$ </a> </div> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> $else$ @@ -95,7 +95,7 @@ $endif$ <a href="$domain$/m/cal"><img src="/static/img/thumbs/calendarbaricon.png"/> Calendar</a> <a href="$domain$/tags" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="/static/img/thumbs/searchbaricon.png"/> Tags</a> </div> - <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" allowTransparency="true" id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fhump.fm%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true" id="fblike"></iframe> <a href="/register" id="disregister">Register!</a> $endif$ diff --git a/template/tinychat.st b/template/tinychat.st index 9af7f4d..ab75ac1 100755 --- a/template/tinychat.st +++ b/template/tinychat.st @@ -6,7 +6,7 @@ $if(user_nick)$ , oper: "none" , urlsuper: "/" , join: "auto" - , nick: "dumpfm" + , nick: "humpfm" }; </script> |
