jandafields
Members-
Posts
349 -
Joined
-
Last visited
Everything posted by jandafields
-
You can do it with one computer. You can run two monitors in Windows and show a different program on each one...or the same program. See the link below. h_tp://www.extremetech.com/article2/0,,1674408,00.asp What presentation programs support this? I don't think Powerpoint does...
-
This place says they are very serious about selling dehydrated water! What do you all think? Should I buy a 1000 galon package for $40??? http://www.buydehydratedwater.com/ "Is it necessary to rehydrate your product before use, like any other product?" Response: It depends on how you choose to use the product. If you wish to consume it, you must rehydrate the dehydrated water first. "Are you serious? This site is a joke, right?" Response: This site is for real and we actually sell dehydrated water. "How do I spit it out if I don't like it?" Response: Simply exhale and the dehydrated water will leave your body.
-
A Custom E-mail Password Change Form?
jandafields replied to JonnyFunFun's topic in CPanel and Site Maintenance
Cool. That method looks quite nice. If you want to get really low-level, this script I made actually encrypts the password to the required linux format itself, and directly edits the password shadow file. It does not use or interface with curl or CPanel at all, and therefore does not need the current CPanel password. Because it does not need either the current email password or your CPanel password, you could use this to implement a "Forgot your password?" link into your custom webmail application, and you allow the user to change their forgotton password after you verify their birthday or something. Name the following file exactly: changepass.php Make sure there are no blank lines at the top of the file, and put your cpanel id in the place where it shows, so it will know where your files are located. And put it in the cgi-bin folder, and give it 755 access. <---VERY IMPORTANT - It won't work if not in the cgi-bin folder!!! (You can put it in a folder in the cgi-folder if you want, though, just make sure it has exactly 755 access.) Then, go to http://www.******/cgi-bin/changepass.php You could remove the html stuff and use this inside another script if you wanted... >#!/usr/bin/php -q <?php //put your cpanel user name between the quotes below $cpanel_user_id = "cpanel_id_goes_here"; if ($status != "change_password") { echo "<html><body>"; echo "<form action=changepass.php>"; echo "Enter username: "; echo "<input type=text name=user>"; echo "<br><br>"; echo "Enter new password: "; echo "<input type=text name=pass>"; echo "<br><br>"; echo "<input type=submit name=status value=change_password>"; echo "<br><br></form></body></html>"; } error_reporting (0); if ($status == "change_password") { echo "<html><body>"; $shadow = "/home/" . "$cpanel_user_id" . "/etc/shadow"; if (!$fp = fopen($shadow, "r+")) die("Error opening shadow file! - Make sure this script is in cgi-bin and that you have entered the correct cpanel-id in this script!"); flock ($fp, 1); $found = "no"; while (!feof($fp)) { $marker = ftell($fp); $current = fgets($fp); $tok = strtok($current, ":"); $marker2 = ftell($fp); if ($tok == "$user") { fseek($fp, $marker, SEEK_SET); fseek($fp, strpos("$current", ':') + 1, SEEK_CUR); fputs($fp, crypt($pass, rand(10,99)), 13); $found="yes"; echo "Password Changed!"; fseek($fp, $marker2, SEEK_SET); } } if ($found == "no") echo "Username NOT FOUND!!!<br><br>"; flock ($fp, 3); fclose($fp); } ?> -
167 ...and the user name. The change confuses me...
-
166 I miss your mouse picture...
-
A Custom E-mail Password Change Form?
jandafields replied to JonnyFunFun's topic in CPanel and Site Maintenance
This is something that I am currently working on. There's a couple different ways I could go with it. I'll post when it's stable. -
#1 looks fuzzy. Like around the hat and back of the collar. #2 is much sharper. #1 would look much better if it was sharper too.
-
Server67 is a reseller server. There should not be any non-resellers on that server. If you are paying $5/month, you are entitled to free shared SSL, and you should not have been put on that server. Hopefully someone will see this post that can help you...
-
Shows up now! I definately like #2 better. #1 sort-of looks like he is embarrased, and the white shirt is too bright...
-
Perhaps image 2 is a secret... I can not see it either!
-
Okay, that's what I was thinking. But some companies offer to sell you a computer and then put it in their network, so I wasn't sure if that was the case here. Thanks.
-
I didn't know IPB was ever free. Hasn't is always costed moeny? There was a free TRIAL in the past...
-
Are you saying that I would actually own the physical computer hardware itself? That is how your wording sounds to me...
-
In cpanel, it shows disk-space used and disk-space available. That is nice. It shows bandwidth used, but it would be nice to show bandwidth available as well. People forget how much they have total, and currently it only shows how much is used.
-
I think the biggest thing missing in SquirrelMail, and something that no one to my knowledge has been able to implement while hosting at TCH, is some sort of indication of "quota remaining" or "quota used" so users will know when their mailbox is getting close to full. Anyway, it is extremely easy to setup your own SquirrelMail with all the plugins you want. Just use those links above...
-
164 fa la la la la, la la la la...
-
161 The last possible number is quite large, actually. I guess we will know for sure when we reach it...
-
I would suggest using Thunderbird instead of Outlook, and using Firefox instead of Internet Explorer. That should cut down on most infections...
-
159 We're not even half-way to the last possible number yet...
-
158 Come on people, keep it going...
-
Only took 2min, 39sec score [-675.19]
-
www2.abc.net.au could not be found. Please try again later...
-
I am pretty sure it is only updated with CPanel. So, no more updates to PHPMyAdmin until CPanel is updated again. However, you may install whatever version you want to your account very easily, and use that instead of the built-in version...
-
How do you go about using the key? Does it go in the subject, body, header, ...
-
Tch Domain Name Purchase, Pay To Transfer?
jandafields replied to paingold's topic in Open Discussion
I think java script:emoticon('Rock%20Sign') should actually be Rock Sign
