Jump to content

cyberdoc

Members
  • Posts

    13
  • Joined

  • Last visited

cyberdoc's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Server 342 getting this as well please? Sorry wasnt sure if you guys were done or not.
  2. Is it possible to allow somone to modify/create sql databases without giving them my master account/cpanel login and password info? I have a subdomain I allow a friend to use and he is wanting to create a sql database for the site. I would rather not give him carte blanche access to my entire domain cpanel.
  3. I am trying to install this script for a subdomain. I followed the instructions but am unsure if I did something wrong. These are the instructions I followed: 1. Edit "address" value in the <APPLET> tag in the chat.html. e.g. <param name=address value="/cgi-bin/chat.pl"> *I edited it as follows: <param name=address value="="public_html/iperoth/cgi-bin/chat.pl"> 2. Edit the Config section in the chat.pl file. e.g. $path = "/cgi-bin/chat/data/"; Path to the directory, where the datafiles will be located. * I did as follows: $path = "/public_html/iperoth/cgi-bin/chat/data/"; 3. Copy the files chat.html, chat.jar to Web server directory . e.g. /chat/chat.html chat.jar *I copied those files to my subdomains main directory 4. Copy file chat.pl to Web server directory where cgi-perl allowed. e.g. /cgi-bin/chat.pl chat.pl scripts should be chmoded to 775. *File copied to /public_html/iperoth/cgi-bin 5. Create the directory which is set in variable "$path" this directory should be chmoded 777 *Did as instructed 6. Open in the browser the following page: http://yourwebsite/chat/chat.html *upon doing so it wont connect to the server.. Please help.
  4. Please add my site to the family members page. 1.Digital Dreamscapes 2.The name of the site is Digital Dreamscapes. 3.Digital Dreamscapes creates/sells screensavers as a way to raise money for charities. 4. We have a link to Total Choice hosting at the bottom of our main page. 5. Please do a rank evaluation.
  5. I am clueless at times I found the issue after searching the code. forgot to use a lowercase in one place heh.
  6. I have completed my site and have it open for the public at Digital Dreamscapes but for some reason one image will not display properly. It works fine local in every method I used. I checked and I know for fact that the imafe is there but it will not display when I check the live site. The image is a small bar to the left of the menu when you click on a link. For some reason it simply will not load. Any advice would be appreciated. Here is the html code associated with it. ><script language="JavaScript"> var sWidth; if (screen.width < 800){ sWidth = 640; } else if (screen.width < 1024){ sWidth = 800; } else { sWidth = 1024; } document.write('<img src="images/TopMenu' + sWidth + '/gelbase_left.png"><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Home\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b1_over.png\',1)"><img name="Home" border="0" src="images/Topmenu' + sWidth + '/gelbase_b1.png"></a><a href="about.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'About\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b2_over.png\',1)"><img name="About" border="0" src="images/Topmenu' + sWidth + '/gelbase_b2.png"></a><a href="news.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'News\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b3_over.png\',1)"><img name="News" border="0" src="images/Topmenu' + sWidth + '/gelbase_b3.png"></a><a href="products.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Products\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b4_over.png\',1)"><img name="Products" border="0" src="images/Topmenu' + sWidth + '/gelbase_b4.png"></a><a href="register.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Register\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b5_over.png\',1)"><img name="Register" border="0" src="images/Topmenu' + sWidth + '/gelbase_b5.png"></a><a href="forums.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Forums\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b6_over.png\',1)"><img name="Forums" border="0" src="images/Topmenu' + sWidth + '/gelbase_b6.png"></a><a href="guests.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Guests\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b7_over.png\',1)"><img name="Guests" border="0" src="images/Topmenu' + sWidth + '/gelbase_b7.png"></a><a href="contact.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Contact\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b8_over.png\',1)"><img name="Contact" border="0" src="images/Topmenu' + sWidth + '/gelbase_b8.png"></a><a href="donate.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Donate\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b9_over.png\',1)"><img name="Donate" border="0" src="images/Topmenu' + sWidth + '/gelbase_b9.png"></a>'); </SCRIPT> As I said it works perfect locally and I can view it perfectly. Please help
  7. Hehe I believe you about that murphy's law. It is working great! Thanks for the fast responses.
  8. I fast replied and i dont know if it worked heh. Thank you for your quick response. It just seems odd to me that register.com is the only one who even thinks my domain exists. Every other dns lookup I tried says www.digitaldreamscapes.org doesnt exist. I dont believe its a problem on Total choices part its just aggrevationg for me as someone who doesnt know alot about how it all works.
  9. hi I am new to these forums and not quite sure where to ask this. I purchased a hosting plan with TCH and followed the instructions to change dns servers to tch's and have waited the 72 hours as instructed. Yet I still cant access my site by name, only by ip. I purchased my domain name through bravenet and changed the dns stuff there but I am at a loss as to why I cant see my site by name. Please help. I am new to this and if this is in the wrong place I apologize.
×
×
  • Create New...