summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:25:03 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:25:03 +0000
commit75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 (patch)
tree457640db50cd62bac0649119abed37c3bdeb2fe7 /template
parentad4d74ea45be6b227027588f6515fb22fafc335a (diff)
Rebrand: rename dump assets/templates to hump
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/altar_log.st2
-rwxr-xr-xtemplate/altar_user_log.st2
-rwxr-xr-xtemplate/banner_dis.st2
-rwxr-xr-xtemplate/fame.st2
-rwxr-xr-xtemplate/fame2.st2
-rwxr-xr-xtemplate/fame_hump.st (renamed from template/fame_dump.st)0
-rwxr-xr-xtemplate/frontpage copy.st2
-rwxr-xr-xtemplate/frontpage.st2
-rwxr-xr-xtemplate/frontpagePROFILE.st2
-rwxr-xr-xtemplate/frontpage_halloffame.st2
-rwxr-xr-xtemplate/fullscreen.st4
-rwxr-xr-xtemplate/fullscreen4.st2
-rwxr-xr-xtemplate/fullscreen5.st2
-rwxr-xr-xtemplate/fullscreenphotobooth.st2
-rwxr-xr-xtemplate/hall_log_hump.st (renamed from template/hall_log_dump.st)0
-rwxr-xr-xtemplate/head.st2
-rwxr-xr-xtemplate/head_edge.st2
-rwxr-xr-xtemplate/help.st2
-rwxr-xr-xtemplate/hiscore_test.st2
-rwxr-xr-xtemplate/log.st2
-rwxr-xr-xtemplate/log_hump.st (renamed from template/log_dump.st)0
-rwxr-xr-xtemplate/mgmtfull.st2
-rwxr-xr-xtemplate/newlog.st2
-rwxr-xr-xtemplate/popular.st2
-rwxr-xr-xtemplate/popular_hump.st (renamed from template/popular_dump.st)0
-rwxr-xr-xtemplate/preload.st8
-rwxr-xr-xtemplate/profile_hump.st (renamed from template/profile_dump.st)0
-rwxr-xr-xtemplate/profilelog.st2
-rwxr-xr-xtemplate/req_reset.st2
-rwxr-xr-xtemplate/reset.st2
-rwxr-xr-xtemplate/rooms/VIP.st2
-rwxr-xr-xtemplate/rooms/artornot.st2
-rwxr-xr-xtemplate/rooms/atrium.st2
-rwxr-xr-xtemplate/rooms/butt.st4
-rwxr-xr-xtemplate/rooms/chat.st2
-rwxr-xr-xtemplate/rooms/frontpage.st4
-rwxr-xr-xtemplate/rooms/fullscreen.st6
-rwxr-xr-xtemplate/rooms/fullscreen2.st6
-rwxr-xr-xtemplate/rooms/hump2.st (renamed from template/rooms/dump2.st)4
-rwxr-xr-xtemplate/rooms/humptest.st (renamed from template/rooms/dumptest.st)4
-rwxr-xr-xtemplate/rooms/nocss.st2
-rwxr-xr-xtemplate/simplerlog.st2
-rwxr-xr-xtemplate/tagged_humps.st (renamed from template/tagged_dumps.st)2
-rwxr-xr-xtemplate/terms8.st2
-rwxr-xr-xtemplate/test.st2
-rwxr-xr-xtemplate/topic.st2
-rwxr-xr-xtemplate/topic_hump.st (renamed from template/topic_dump.st)0
-rwxr-xr-xtemplate/userlog.st2
48 files changed, 54 insertions, 54 deletions
diff --git a/template/altar_log.st b/template/altar_log.st
index 1bbc223..d81cb93 100755
--- a/template/altar_log.st
+++ b/template/altar_log.st
@@ -18,7 +18,7 @@ $banner()$
$if(humps)$
<span class="content"><center>
- $humps: { d | $log_dump(hump=d)$ }$
+ $humps: { d | $log_hump(hump=d)$ }$
</center></span>
$json_tags_block(json_tags=json_tags)$
$else$
diff --git a/template/altar_user_log.st b/template/altar_user_log.st
index 8d19f58..8d98809 100755
--- a/template/altar_user_log.st
+++ b/template/altar_user_log.st
@@ -18,7 +18,7 @@
$if(humps)$
<span class="content">
- $humps: { d | $log_dump(hump=d)$ }$
+ $humps: { d | $log_hump(hump=d)$ }$
</span>
$json_tags_block(json_tags=json_tags)$
$else$
diff --git a/template/banner_dis.st b/template/banner_dis.st
index cbc8d63..ea72b33 100755
--- a/template/banner_dis.st
+++ b/template/banner_dis.st
@@ -3,7 +3,7 @@
$if(!user_nick)$
<link rel="stylesheet" type="text/css" href="/static/css/pages.css?v=20260130">
$endif$
-<link rel="stylesheet" type="text/css" href="https://dismagazine.com/css/dump.css?3">
+<link rel="stylesheet" type="text/css" href="/static/css/dis.hump.fm.css?v=20260204">
<link rel="image_src" href="https://dismagazine.com/uploads/2010/08/idgi-arrow-glasses-dis-dump.png" />
<div id="rapper7">
diff --git a/template/fame.st b/template/fame.st
index 883e6bb..9395991 100755
--- a/template/fame.st
+++ b/template/fame.st
@@ -17,7 +17,7 @@
<div id="messageList">
$if(humps)$
<span class="content">
- $humps: { hump | $fame_dump()$ }$
+ $humps: { hump | $fame_hump()$ }$
</span>
$else$
No humps!
diff --git a/template/fame2.st b/template/fame2.st
index 239f43e..3f55d5e 100755
--- a/template/fame2.st
+++ b/template/fame2.st
@@ -29,7 +29,7 @@
<div id="messageList">
$if(humps)$
<span class="content">
- $humps: { d | $fame_dump(hump=d)$ }$
+ $humps: { d | $fame_hump(hump=d)$ }$
</span>
$else$
No humps!
diff --git a/template/fame_dump.st b/template/fame_hump.st
index 0f40fc5..0f40fc5 100755
--- a/template/fame_dump.st
+++ b/template/fame_hump.st
diff --git a/template/frontpage copy.st b/template/frontpage copy.st
index 3bc12ae..5fbc7ea 100755
--- a/template/frontpage copy.st
+++ b/template/frontpage copy.st
@@ -131,7 +131,7 @@
</div>
$if(humps)$
- $humps: { hump | $hall_log_dump()$ }$
+ $humps: { hump | $hall_log_hump()$ }$
$endif$
</div>
diff --git a/template/frontpage.st b/template/frontpage.st
index 8f51d9e..4498bb6 100755
--- a/template/frontpage.st
+++ b/template/frontpage.st
@@ -133,7 +133,7 @@
</div>
$if(humps)$
- $humps: { hump | $hall_log_dump()$ }$
+ $humps: { hump | $hall_log_hump()$ }$
$endif$
</div>
diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st
index 6c79af3..ee9de55 100755
--- a/template/frontpagePROFILE.st
+++ b/template/frontpagePROFILE.st
@@ -154,7 +154,7 @@ You are viewing the current trending images posted to hump.fm; a super fun commu
- $humps: { d | $hall_log_dump(hump=d)$ }$
+ $humps: { d | $hall_log_hump(hump=d)$ }$
$json_tags_block(json_tags=json_tags)$
$else$
diff --git a/template/frontpage_halloffame.st b/template/frontpage_halloffame.st
index c8dcc2a..44fa570 100755
--- a/template/frontpage_halloffame.st
+++ b/template/frontpage_halloffame.st
@@ -131,7 +131,7 @@
</div>
$if(humps)$
- $humps: { hump | $hall_log_dump()$ }$
+ $humps: { hump | $hall_log_hump()$ }$
$endif$
</div>
diff --git a/template/fullscreen.st b/template/fullscreen.st
index dc1503c..0e5eb48 100755
--- a/template/fullscreen.st
+++ b/template/fullscreen.st
@@ -21,7 +21,7 @@
$if(user_nick)$
$else$
<div id="loginbox" class="box b"> <a href="#" class="close"onclick="jQuery('#loginbox').fadeOut(); return false;">x</a>
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p class="block1">
this is hump.fm, the first ever real-time image sharing website.
behind this is a fullscreen feed of whats currently being posted.
@@ -41,7 +41,7 @@
</div>
</div>
<div id="registerbox" class="box">
- <a href="/"><img src="/static/img/dumppixellarge3.png"></a>
+ <a href="/"><img src="/static/img/humppixellarge3.png"></a>
<span class="regclosed">
<p>
registration is closed ;-(
diff --git a/template/fullscreen4.st b/template/fullscreen4.st
index a5a5bc8..36bfe3e 100755
--- a/template/fullscreen4.st
+++ b/template/fullscreen4.st
@@ -58,7 +58,7 @@
$if(user_nick)$
<img src="/static/img/thumbs/heart.gif">click to fav
$else$
-<a href="/"><img src="/static/img/dumppixelhover.png" class="memelogo"></a>
+<a href="/"><img src="/static/img/humppixelhover.png" class="memelogo"></a>
<a href="#" onclick="showLogin(); return false;">LOGIN</a> | <a href="$domain$/register">REGISTER</a>
$endif$
</div>
diff --git a/template/fullscreen5.st b/template/fullscreen5.st
index 15e282d..fdd2da6 100755
--- a/template/fullscreen5.st
+++ b/template/fullscreen5.st
@@ -60,7 +60,7 @@
$if(user_nick)$
<img src="/static/img/thumbs/heart.gif">click to fav
$else$
-<!--<a href="/"><img src="/static/img/dumppixelhover.png" class="memelogo"></a>
+<!--<a href="/"><img src="/static/img/humppixelhover.png" class="memelogo"></a>
<a href="#" onclick="showLogin(); return false;">LOGIN</a> | <a href="$domain$/register">REGISTER</a>-->
$endif$
</div>
diff --git a/template/fullscreenphotobooth.st b/template/fullscreenphotobooth.st
index a29422b..e67be30 100755
--- a/template/fullscreenphotobooth.st
+++ b/template/fullscreenphotobooth.st
@@ -54,7 +54,7 @@
</div>
<div id="memelogo">
- <a href="/"><img src="/static/img/dumppixelhover.png" class="memelogo"></a>
+ <a href="/"><img src="/static/img/humppixelhover.png" class="memelogo"></a>
<br>
<div class="sublogo">
$if(user_nick)$
diff --git a/template/hall_log_dump.st b/template/hall_log_hump.st
index 22d7dc4..22d7dc4 100755
--- a/template/hall_log_dump.st
+++ b/template/hall_log_hump.st
diff --git a/template/head.st b/template/head.st
index dd15203..5e12be4 100755
--- a/template/head.st
+++ b/template/head.st
@@ -6,7 +6,7 @@
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<!-- <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> -->
<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script>
-<link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260131.2">
+<link rel="stylesheet" type="text/css" href="/static/css/hump.css?v=20260131.2">
<script>
Domain = "/";
Nick = $if(user_nick)$"$user_nick$"$else$null$endif$;
diff --git a/template/head_edge.st b/template/head_edge.st
index dd15203..5e12be4 100755
--- a/template/head_edge.st
+++ b/template/head_edge.st
@@ -6,7 +6,7 @@
<link rel="image_src" href="/static/img/thumbs/heartover.gif" >
<!-- <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> -->
<script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script>
-<link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260131.2">
+<link rel="stylesheet" type="text/css" href="/static/css/hump.css?v=20260131.2">
<script>
Domain = "/";
Nick = $if(user_nick)$"$user_nick$"$else$null$endif$;
diff --git a/template/help.st b/template/help.st
index e4233e3..0d188e3 100755
--- a/template/help.st
+++ b/template/help.st
@@ -22,7 +22,7 @@
<div id="news" class="is-hidden dropdown-window">
<div id="content" name="content" class="content-no-padding"> <div class="bg-white"><center>
-<img src="/static/img/dumpclouds.png"><br><br>
+<img src="/static/img/humpclouds.png"><br><br>
<h5>
&#169;2010 All Rights Reserved<br><br>
<a href="mailto:info@hump.fm"> info@hump.fm</a>
diff --git a/template/hiscore_test.st b/template/hiscore_test.st
index 662a0b1..cdb0a5b 100755
--- a/template/hiscore_test.st
+++ b/template/hiscore_test.st
@@ -23,7 +23,7 @@ $banner()$
$if(humps)$
<span class="content"><center>
- $humps: { d | $log_dump(hump=d)$ }$
+ $humps: { d | $log_hump(hump=d)$ }$
</center></span>
$json_tags_block(json_tags=json_tags)$
$else$
diff --git a/template/log.st b/template/log.st
index 1afb0d1..4de7401 100755
--- a/template/log.st
+++ b/template/log.st
@@ -18,7 +18,7 @@
$if(humps)$
<span class="content">
- $humps: { d | $log_dump(hump=d)$ }$
+ $humps: { d | $log_hump(hump=d)$ }$
</span>
$json_tags_block(json_tags=json_tags)$
$else$
diff --git a/template/log_dump.st b/template/log_hump.st
index 5eae34c..5eae34c 100755
--- a/template/log_dump.st
+++ b/template/log_hump.st
diff --git a/template/mgmtfull.st b/template/mgmtfull.st
index 806a711..7d5be9c 100755
--- a/template/mgmtfull.st
+++ b/template/mgmtfull.st
@@ -54,7 +54,7 @@
</div>
<div id="memelogo">
- <a href="/"><img src="/static/img/dumppixelhover.png" class="memelogo"></a>
+ <a href="/"><img src="/static/img/humppixelhover.png" class="memelogo"></a>
<br>
<div class="sublogo">
$if(user_nick)$
diff --git a/template/newlog.st b/template/newlog.st
index 9bef1f7..57f1903 100755
--- a/template/newlog.st
+++ b/template/newlog.st
@@ -126,7 +126,7 @@ window.location = "/error/ie";
$if(humps)$
- $humps: { d | $log_dump(hump=d)$ }$
+ $humps: { d | $log_hump(hump=d)$ }$
$json_tags_block(json_tags=json_tags)$
$else$
diff --git a/template/popular.st b/template/popular.st
index d7312c8..5978842 100755
--- a/template/popular.st
+++ b/template/popular.st
@@ -17,7 +17,7 @@
$mini_profile$
<div id="messageList">
$if(humps)$ <span class="content">
- $humps:{ d | $popular_dump(hump=d)$ }$
+ $humps:{ d | $popular_hump(hump=d)$ }$
</span>
$else$
no humps
diff --git a/template/popular_dump.st b/template/popular_hump.st
index 9352391..9352391 100755
--- a/template/popular_dump.st
+++ b/template/popular_hump.st
diff --git a/template/preload.st b/template/preload.st
index f498484..dc74159 100755
--- a/template/preload.st
+++ b/template/preload.st
@@ -3,8 +3,8 @@
<img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big" />
<img src="/static/img/upload.png" class="invisible" />
<img src="/static/img/fade-blue.png" class="invisible" />
- <img src="/static/img/dumppixellarge.png" class="invisible" />
- <img src="/static/img/dumppixel.png" class="invisible" />
+ <img src="/static/img/humppixellarge.png" class="invisible" />
+ <img src="/static/img/humppixel.png" class="invisible" />
<img src="/static/img/zoom.gif" class="invisible" />
<img src="/static/img/thumbs/heartcolorshift.gif" class="invisible" />
<img src="/static/img/thumbs/smallheart.gif" class="invisible" />
@@ -12,6 +12,6 @@
<img src="/static/img/thumbs/smallheartfaved.gif" class="invisible" />
<img src="/static/img/thumbs/heartover.gif" class="invisible" />
<img src="/static/img/thumbs/heart.gif" class="invisible" />
- <img src="/static/img/dumppixelhover.png" class="invisible" />
- <img src="/static/img/dumppixelhover.png" class="invisible" />
+ <img src="/static/img/humppixelhover.png" class="invisible" />
+ <img src="/static/img/humppixelhover.png" class="invisible" />
</div> \ No newline at end of file
diff --git a/template/profile_dump.st b/template/profile_hump.st
index 554c760..554c760 100755
--- a/template/profile_dump.st
+++ b/template/profile_hump.st
diff --git a/template/profilelog.st b/template/profilelog.st
index d277f77..583745f 100755
--- a/template/profilelog.st
+++ b/template/profilelog.st
@@ -80,7 +80,7 @@
<div id="messageList">
$if(humps)$ <span class="content">
- $humps:{ d | $profile_dump(hump=d)$ }$
+ $humps:{ d | $profile_hump(hump=d)$ }$
diff --git a/template/req_reset.st b/template/req_reset.st
index c8d9620..6bf1a2c 100755
--- a/template/req_reset.st
+++ b/template/req_reset.st
@@ -50,7 +50,7 @@ $head()$
<div id="passwordreset">
<div id="logo-and-text">
- <a href="/"><img src="/static/img/dumppixellarge3.png"></a>
+ <a href="/"><img src="/static/img/humppixellarge3.png"></a>
<div align="center">
diff --git a/template/reset.st b/template/reset.st
index 6aace41..87c7bf8 100755
--- a/template/reset.st
+++ b/template/reset.st
@@ -38,7 +38,7 @@
<div id="passwordreset">
<div id="logo-and-text">
- <a href="/"><img src="/static/img/dumpclearlogo2.png"></a>
+ <a href="/"><img src="/static/img/humpclearlogo2.png"></a>
<div align="center">
$if(valid_request)$
<div id="feedback" class="is-hidden"></div>
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st
index 11faa4e..92e564a 100755
--- a/template/rooms/VIP.st
+++ b/template/rooms/VIP.st
@@ -46,7 +46,7 @@
$if(!user_nick)$
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/rooms/artornot.st b/template/rooms/artornot.st
index 7ed0590..64a6931 100755
--- a/template/rooms/artornot.st
+++ b/template/rooms/artornot.st
@@ -46,7 +46,7 @@
$if(!user_nick)$
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/rooms/atrium.st b/template/rooms/atrium.st
index 946e2fd..0a8da3e 100755
--- a/template/rooms/atrium.st
+++ b/template/rooms/atrium.st
@@ -46,7 +46,7 @@
$if(!user_nick)$
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/rooms/butt.st b/template/rooms/butt.st
index 43ec981..43fbcd0 100755
--- a/template/rooms/butt.st
+++ b/template/rooms/butt.st
@@ -23,9 +23,9 @@ $if(isadmin)$
type="text/javascript"></script>
$endif$
$if(!user_avatar)$
- <link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css?v=20260130">
+ <link rel="stylesheet" type="text/css" href="/static/css/humpnewuser.css?v=20260130">
$endif$
- <link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260131.2">
+ <link rel="stylesheet" type="text/css" href="/static/css/hump.css?v=20260131.2">
<link rel="stylesheet" type="text/css" href="/static/css/rooms_butt.css?v=20260129">
<script type="text/javascript" src="/static/webcam/webcam.js"></script>
<script type="text/javascript" src="/static/js/tooltip.js"></script>
diff --git a/template/rooms/chat.st b/template/rooms/chat.st
index b39e866..7127f17 100755
--- a/template/rooms/chat.st
+++ b/template/rooms/chat.st
@@ -48,7 +48,7 @@
<script>window.location.href = "/"</script>
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/rooms/frontpage.st b/template/rooms/frontpage.st
index fb1b36a..b973fb4 100755
--- a/template/rooms/frontpage.st
+++ b/template/rooms/frontpage.st
@@ -46,7 +46,7 @@
$if(!user_nick)$
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
@@ -80,7 +80,7 @@
<div id="messageList">
$if(humps)$
<span class="content">
- $humps: { d | $fame_dump(hump=d)$ }$
+ $humps: { d | $fame_hump(hump=d)$ }$
</span>
$else$
No humps!
diff --git a/template/rooms/fullscreen.st b/template/rooms/fullscreen.st
index a634174..7904fde 100755
--- a/template/rooms/fullscreen.st
+++ b/template/rooms/fullscreen.st
@@ -23,7 +23,7 @@
$if(user_nick)$
<div id="loginbox">
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p> this is hump.fm, the first ever real-time image sharing website. behind me is a fullscreen feed of whats currently going on.
if you're a member of the club, sign in below. if not feel free to <a href="#" onclick="jQuery('#loginbox').hide(); return false;">close this window</a> and enjoy the sick pix.</p>
<form onsubmit="login(); return false;">
@@ -34,11 +34,11 @@
<img id="spinner" src="/static/img/spinner.gif">
</form>
<div id="errormsg"></div>
- <a href="/chat"id="toplogo"><img src="/static/dumplogo.png"></a> <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator">
+ <a href="/chat"id="toplogo"><img src="/static/humplogo.png"></a> <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator">
</div>
$else$
<div id="loginbox">
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p> this is hump.fm, the first ever real-time image sharing website. behind me is a fullscreen feed of whats currently going on.
if you're a member of the club, sign in bellow. if not feel free to <a href="#" onclick="jQuery('#loginbox').hide(); return false;">close this window</a> and enjoy the sick pix.</p>
<form onsubmit="login(); return false;">
diff --git a/template/rooms/fullscreen2.st b/template/rooms/fullscreen2.st
index a634174..7904fde 100755
--- a/template/rooms/fullscreen2.st
+++ b/template/rooms/fullscreen2.st
@@ -23,7 +23,7 @@
$if(user_nick)$
<div id="loginbox">
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p> this is hump.fm, the first ever real-time image sharing website. behind me is a fullscreen feed of whats currently going on.
if you're a member of the club, sign in below. if not feel free to <a href="#" onclick="jQuery('#loginbox').hide(); return false;">close this window</a> and enjoy the sick pix.</p>
<form onsubmit="login(); return false;">
@@ -34,11 +34,11 @@
<img id="spinner" src="/static/img/spinner.gif">
</form>
<div id="errormsg"></div>
- <a href="/chat"id="toplogo"><img src="/static/dumplogo.png"></a> <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator">
+ <a href="/chat"id="toplogo"><img src="/static/humplogo.png"></a> <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator">
</div>
$else$
<div id="loginbox">
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p> this is hump.fm, the first ever real-time image sharing website. behind me is a fullscreen feed of whats currently going on.
if you're a member of the club, sign in bellow. if not feel free to <a href="#" onclick="jQuery('#loginbox').hide(); return false;">close this window</a> and enjoy the sick pix.</p>
<form onsubmit="login(); return false;">
diff --git a/template/rooms/dump2.st b/template/rooms/hump2.st
index 972ecda..feabf29 100755
--- a/template/rooms/dump2.st
+++ b/template/rooms/hump2.st
@@ -18,7 +18,7 @@
<head>
$head()$
<link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260131">
- <link rel="stylesheet" type="text/css" href="/static/css/rooms_dump2.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/rooms_hump2.css?v=20260129">
<title>no $roomname$ hump.fm</title>
<script type="text/javascript" src="/static/js/invalid_domains.js"></script>
@@ -71,7 +71,7 @@
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/rooms/dumptest.st b/template/rooms/humptest.st
index 5374d34..fa86000 100755
--- a/template/rooms/dumptest.st
+++ b/template/rooms/humptest.st
@@ -44,7 +44,7 @@ _____ ___ ___ ___ ___ ___
$else$
<head>
$head()$
- <link rel="stylesheet" type="text/css" href="/static/css/rooms_dumptest_fullscreen.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/rooms_humptest_fullscreen.css?v=20260129">
<title>$roomname$ hump.fm</title>
<script type="text/javascript" src="/static/js/invalid_domains.js"></script>
<script src="/static/js/fullscreen.js"></script>
@@ -66,7 +66,7 @@ _____ ___ ___ ___ ___ ___
<div class="notloggedin">
<div id="big-image"></div>
<div id="loginbox"> <a href="#" class="close"onclick="jQuery('#loginbox').fadeOut(); return false;">x</a>
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p class="block1"> this is hump.fm, the first ever real-time image sharing website. behind this is a fullscreen feed of whats currently being posted. type a username below to join (no password required).
<form onsubmit="login(); return false;" class="log-in">
<p>username <input id="nickInput"></p>
diff --git a/template/rooms/nocss.st b/template/rooms/nocss.st
index 8a1a509..4f6ecf6 100755
--- a/template/rooms/nocss.st
+++ b/template/rooms/nocss.st
@@ -77,7 +77,7 @@ window.location = "/error/ie";
$if(!user_nick)$
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/simplerlog.st b/template/simplerlog.st
index eee6b8e..6d93a54 100755
--- a/template/simplerlog.st
+++ b/template/simplerlog.st
@@ -145,7 +145,7 @@ hump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic r
- $humps: { d | $log_dump(hump=d)$ }$
+ $humps: { d | $log_hump(hump=d)$ }$
$json_tags_block(json_tags=json_tags)$
$else$
diff --git a/template/tagged_dumps.st b/template/tagged_humps.st
index 5f72b4b..8ce7e62 100755
--- a/template/tagged_dumps.st
+++ b/template/tagged_humps.st
@@ -20,7 +20,7 @@
<div id="messageList">
$if(humps)$ <span class="content">
- $humps: { d | $log_dump(hump=d)$ }$
+ $humps: { d | $log_hump(hump=d)$ }$
</span>
$else$
<span>favless</span>
diff --git a/template/terms8.st b/template/terms8.st
index 473bc89..aee8e15 100755
--- a/template/terms8.st
+++ b/template/terms8.st
@@ -30,7 +30,7 @@ jQuery(function()
<div id="news" class="is-hidden dropdown-window">
<div id="content" name="content" class="content-no-padding"> <div class="bg-white"><center>
-<img src="/static/img/dumpclouds.png"><br><br>
+<img src="/static/img/humpclouds.png"><br><br>
<h5>
&#169;2010 All Rights Reserved<br><br>
<a href="mailto:info@hump.fm"> info@hump.fm</a>
diff --git a/template/test.st b/template/test.st
index c617a83..8389765 100755
--- a/template/test.st
+++ b/template/test.st
@@ -27,7 +27,7 @@ $(document).ready(initLoginForm);
<div id="registerbox">
<div id="logo-and-text">
- <a href="/"><img src="/static/img/dumpclearlogo.png"></a>
+ <a href="/"><img src="/static/img/humpclearlogo.png"></a>
<p align="center" class="line">Talk with pictures!</p>
<div align="right" class="txt">
<br>
diff --git a/template/topic.st b/template/topic.st
index 9addb22..4dcc938 100755
--- a/template/topic.st
+++ b/template/topic.st
@@ -18,7 +18,7 @@
<div id="messageList">
$if(humps)$
<span class="content">
- $humps: { d | $topic_dump(hump=d)$ }$
+ $humps: { d | $topic_hump(hump=d)$ }$
</span>
$else$
<span>Topic #$topic$ doesn't exist yet!</span>
diff --git a/template/topic_dump.st b/template/topic_hump.st
index 0441308..0441308 100755
--- a/template/topic_dump.st
+++ b/template/topic_hump.st
diff --git a/template/userlog.st b/template/userlog.st
index 6552642..dafca6e 100755
--- a/template/userlog.st
+++ b/template/userlog.st
@@ -14,7 +14,7 @@
$mini_profile$
<div id="messageList">
$if(humps)$ <span class="content">
- $humps:{ d | $profile_dump(hump=d)$ }$
+ $humps:{ d | $profile_hump(hump=d)$ }$
</span>
$else$
no humps