Jump to content

EpochsEnd

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by EpochsEnd

  1. My domain name expired a month ago or so, and i was just trying to renew it. But I don't know how to log in to do that. I was thinking the info was in my welcome email, but my hotmail account cleared itself of mail when i didn't use it for a few months, and i lost the welcome email. I'm kinda stranded, all I have is the ability to log into this forum. Can one of you guys help me? All I want to do is renew robbykraft.com. And i can tell you the password I used to login to my cpanel, i know that. Thanks! Robby
  2. I was wondering how domain names worked exactly. What are they linked to? And more specifically, if I bought two or more, instead of forwarding the new domains to my old one, can I delegate part of my webspace for each new domain and make more than just one website?
  3. thanks a lot guys, finally got it working and added all the flourishes and all.
  4. i hate persuing this, 'cause I know the problem is something incredibly small, just because I don't know CGI programming too well. thank you very much bruce for the code, here's what i made: email.cgi >#!/usr/bin/perl $mailprog = "/usr/sbin/sendmail -t"; open (MAIL, "|$mailprog"); print MAIL "Reply-to: robby@pinesofrome.net\n"; print MAIL "From: robby@pinesofrome.net\n"; print MAIL "To: robby@pinesofrome.net\n"; print MAIL "Subject: PINES OF ROME email list\n"; print MAIL "\n\n"; print MAIL "Add these following names to the list\n\n"; print MAIL "\n\n"; close (MAIL); I'm making sure I upload it in ASCII every time, and make sure the permissions are set to 755. I test it with this: form.html ><HTML> <HEAD> <TITLE>Form Tester</TITLE> </HEAD> <BODY bgcolor="#000000" link="#0099CC" vlink="#006699" alink="#0099CC"> <font face="arial" color="#FFFFFF"> <form action="http://www.pinesofrome.net/cgi-bin/email.cgi" method="POST"> Email Address: <input type="text" name="contactemail" size=20 value="" maxlength=50> <input type="submit" value="Send"><input type="reset" value="Clear"> </form> </BODY> </HTML> I really don't see a problem with the code. Is there some settings I need to set for my CGI-bin or something? thank you all
  5. p.s. i'm pretty sure the code works. It's worked before on my old site. and i don't think I made any changes
  6. sweet, thanks. yep exactly what i needed. but of course, I'm not done fixing the problems, apparently... to implement the CGI file, i uploaded it into the CGI bin, and played around with setting the permissions (attributes, properties, whatever) 777, 755, etc. The browser was recognizing the file (500 error, not 404 can't-find-it error), but said the page could not be displayed. and no email was sent. it's been a while since i've done this stuff, if anybody out there would like to attempt to help me I'd GREATLY appreciate it. here's the source just incase you want a look: #!/usr/bin/perl $sendmail_loc = "/usr/sbin/sendmail"; $sendername = "Robby Kraft"; $fromemail = "robby@pinesofrome.net"; $mail_subject = "PINES OF ROME email list"; $toemail = "robby@pinesofrome.net"; if ($ENV{'QUERY_STRING'} ne ""){$temp = $ENV{'QUERY_STRING'};} else{read(STDIN, $temp, $ENV{'CONTENT_LENGTH'});} @pairs=split(/&/,$temp); foreach $item(@pairs) { ($key,$content)=split (/=/,$item,2); $content=~tr/+/ /; $content=~ s/%(..)/pack("c",hex($1))/ge; $fields{$key}=$content; $crit = chr(13); if (($key ne "button") and ($key ne "fn")) { if ((length($content) > 40) or ($content =~ /$crit/) or ($content =~ /\n/)) { $email = $email . "\n$key:\n"; $email = $email . "===============\n"; $email = $email . "$content\n\n"; } else { $email = $email . "$key: $content\n"; } } } #### SEND MAIL TO FROM CONTACT FORM &send_email ($sendmail_loc, $sendername, $fromemail, $toemail, $mail_subject, $email); print "Content-type: text/html\n\n"; print "<BODY bgcolor="#000000">"; print "<br><p align=\"center\"><font face=\"arial\" color=\"0088AF\" size=\"6\"><b><u>Thank you</b></u><font size=\"3\" color=\"A0A0A0\"><br><br>"; print "You have been added"; print "<br><br><br><br><br><br><br><font size=\"2\">Close this window to return to Pines of Rome"; exit; sub send_email { my($sendmail_loc, $sendername, $fromemail, $toemail, $mail_subject, $email_message) = @_; ### check for attacks $toemail =~ s/\;//g; $toemail =~ s/^\s+//g; $toemail =~ s/\s+$//g; if ($toemail =~ /^\S+\@\S+$/) { open (SENDMAIL, "| $sendmail_loc $toemail"); print SENDMAIL <<End_of_Mail; From: $sendername To: $toemail Reply-To: $fromemail Subject: $mail_subject Sender: $fromemail $email_message End_of_Mail } }
  7. I've got a CGI file I tweaked that will take the contents of an HTML form, and send it to my email account when the user clicks "Send" button. it operates on the "sendmail" thingy: $sendmail_loc = "/usr/sbin/sendmail"; (that was my old server's address to the sendmail), so do our servers have this sendmail? or is there another way I'm going to have to do this?
  8. so I stumbled upon this tutorial for flash. http://www.webwasp.co.uk/tutorials/b15-sou...ound-slider.php Did everything it mentioned, a few times over actually, a couple test swf files and the final one for my band. Then when i implemented it, my main home.swf loaded the soundplayer.swf onto level 8, and nothing worked! I went back to all those test swf files i made from this tutorial, and made a seperate main file that loaded all of those into level 3, 6, 9, whatever. And none of them worked!!! so, everything on this tutorial works, just not when you are loading your swf file into levels other than the main one. (i think at least) CAn someone help? I'm sure the code just needs to be tweaked a little bit... anyone? -Robby
  9. hmm... could this problem just be on my computer? how did you make it to www.pinesofrome.net/forum? whenever i open up a new browser window, and type that in, it looks for the site, finds it, changes the address bar to www.epochsend.com/forum as it loads the page. from then on, when you hover over a link, at the bottom it says "www.epochsend.com/forum/blahblahblahblah" so for me, I could never get to www.pinesofrome.net/forum
  10. the .htaccess in the cache directory? all it says is: <Limit GET POST PUT> Order Allow,Deny Deny from All </Limit>
  11. unfortunately, it doesn't. I tried that first. Then, I tried deleting the forum, the re-installing it, and it still didn't work. Thats why i'm thinking it may have something to do with more than just the phpbb.
  12. i installed my phpbb when i was using my old domain, now i got a new domain parked on top of the old. But when you type in the location to the phpbb using the new domain as the root, it automatically changes the old domain to the new one and runs off the old domain, links and all. I tried backing up, deleting, then re-installing the forum. But it STILL references the old domain. If you don't know what i'm trying to say, i originally worked off of www.epochsend.com. Then I got my new domain www.pinesofrome.net. When I type in www.pinesofrome.net/forum, it goes to the forum, but not after changing it to www.epochsend.com/forum. Then when i click on links to certain topics in the forum, it displays them as "http://www.epochsend.com/forum/topic>?bladdyblablalba" not "http://www.pinesofrome.net/forum/topic@#%alkevasdfjkalkejf" I thought a re-installing would fix it. do you know what i can do to fix this? I don't really even want my old domain. would deleting that help? thanks a lot
  13. so what if I want to switch domain names. no prob right? what if the domain i want is already taken. if i can convince the dude to hand over the domain (at gunpoint? RPG maybe?) is there a way to switch it over even if it hasn't expired for him yet?
  14. p.s. kickass response speed. thanks a lot
  15. "park the old one on top"? and umm... a reseller account? does that mean i CAN point the old domain to a subfolder on my site if i pay extra or something? hopesohopesohopeso -robby
  16. so, i run my band's website, and we changed our name. whats the delio with getting a domain change? OR!!!... can we still have the old one point to a page somewhere on our webspace, u know to say "HEY! keep up with the times, go HERE (to the new site)." And then have our new domain point to the main site? thanks a lot guys
  17. just a quick question... how long does it take domain names to propogate again? i got mine www.epochsend.com and it still hasn't yet.
×
×
  • Create New...