Jump to content

Alan

Members
  • Posts

    633
  • Joined

  • Last visited

Everything posted by Alan

  1. Well, actually, if someone is an unreasonable jerk, everyone has their say so. More to the point, I have not had my site down in the last few months at all, or atleast not on TCH's Part ** That I have noticed **. All problems are solved, it might take more time for the harder questions, but remember, 'Blue = VOLUNTEER FORUM MODERATORS' not IT Peoples. And hey, staff is paid sure, but that does not mean they are know-it-all people. Though Andy, Mike, & MikeJ seem to know everything in answers to my questions. Just My Say In Things, Back to fixing my muckups on my sites lol. Great to cYa burkey, And don't let a few misunderstandings keep you from talking with us. * Is a Total Computer Geek * ~Alan
  2. nm fixed Didnt notice the Host Socket was supposed the be localhost. Thanks for your help though
  3. yes fixed that part, but now the SMTP server thing is wrong, Would this be right for my SMTP access: UN: test@test.test PW: test That is an example But should that be able to allow the script to send the mail? Thanks ~Alan
  4. Hehe, time for more questions. Ok, trying to install PhpSupportTickets, it all goes well accept when I make a test user and try to submit a ticket. Anyone got a hint asto how to fix this problem: Thanks Much, ~Alan
  5. lol Rob, why not take a picture of your snake wrapped around ur neck? With that green skin it would cover up your TCH, but o'well lol. I use my email accounts in the Outlook Express thingy, never knew I could add all my accounts and get all the mail at one time. And all the spam is sent to the Norton Anti-Spam folder and deleted all at one time lol. ~Alan
  6. Uh, Also, it is not TCH who update the stuff in cPanel. cPanel.net has to release a update to their cPanels before TCH can do anything. and I think we are on the latest cPanel.
  7. 'Looks at his group of parked domains and domains under construction' Yeh, you can have as many as you wants lol
  8. Welcome to your new hosting home secretniche!
  9. *Hides behind his bed and giggles*
  10. gDay Waffles, I am NOT TCH Staff, so if I am wrong about the advice I give you, 'Which I am most likely not' than a TCH Staff Member/Mod/Better knowing Customer will be along shortly to correct me. Yes, purchase your domain name, and in the signup process do the 'Use my current domain' and there ya go. Just point the nameservers to:ns1.totalchoicehosting.com ns2.totalchoicehosting.com Yes you can park domains, via the helpdesk. No you can not park them on subdomains unless your on a reseller account, it is explained in the AUP. Hope this Helps. ~Alan
  11. I am a anything goes. lol. I use Keyboard Express for all my fast typing needs. I use Nojoks for my tournament needs. I use MSN Messenger Plus! For my messenger Automation/upkeep/logging needs. And just have a very big group of browsers in my menu. lol, but since I found out about it, after I reformat this Monday, I will also try Crazy Browser. Hehehe ~Alan
  12. That is lame. I wanna patent 'Life, death, baby, birth, history' maybe that will show them how stupid, and pathetic that is.
  13. Alan

    Whew...

    Here in Mississippi, it is rare aswell, like 2 hurricanes have hit us that I know of. :S
  14. I always accept links. Site has been down about a month, just got around to almost being rdy to upload the new site. More organized and better planned lol. All links are added and will be uploaded soon.
  15. Alan

    Whew...

    lol thomas, Was in the news. I personally do not keep up with the weather, unless it is closer to me, than halfway across the ocean building up. :S
  16. Hehe, just to put a comment here, If you do not want the ads to show up the same as the content of your page. Make an IFrame, and draw the adwords from the other page you where speaking about. And be sure you have the framed feature on in your adwords cPanel.
  17. Alan

    Whew...

    Hehe, I live right across from you guys. Mississippi here, not much BAD weather, did however get some rough wind/lightning. Didnt lose any power though, rather glad lol, I was on the computer the entire time, the surge protecter did try to kick me off one or two times. But that is all. Very glad to hear your alright though. bad weather is a nervous thing all together. I hear this tropical storm/tempest season is supposed to be pretty rough aswell. :S Was in reply to nati lol, typing slowly today
  18. Yey lol, I learned that the hard way. Ended up having to do the entire forum over. Tried to span the logo the first time, which made the menu come up to the logo spot, and forgot which part to take the span off lol. Also did that when I was making the Board Admin's name glow, blue on the inside and lime on the out, ended up Admins did not show up on the list at all. So anytime you edit your boards. be sure and backup first!
  19. Hello CitiZen, And as many have said before me, welcome to TCH! If you like messing with your boards be sure and check out: http://www.ibplanet.com They have awesome tutorials, and addons for the IPB. Have fun.
  20. 1) Log-in to your Admin CP. 2) Click on Skins & Templates to expand the selection. 3) Click on HTML Templates. 4) Click on Manage HTML next to skin template you want to modify. 5) Look for Global HTML Elements under Skin Category Title, then click it. 6) Look for Board header (logo,links,etc), then click Edit Single next to it. 7) Look for the following code in the text field: The CODE ><!-- IE6/Win TABLE FIX --> <table width="100%" cellspacing="6" id="submenu"> <tr> <td><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a><!--IBF.RULES--></td> <td align="right"> <img src="{ibf.vars.img_url}/atb_help.gif" border="0" alt="" /> <a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a> <img src="{ibf.vars.img_url}/atb_search.gif" border="0" alt="" /> <a href='{ibf.script_url}act=Search&f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a> <img src="{ibf.vars.img_url}/atb_members.gif" border="0" alt="" /> <a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a> <img src="{ibf.vars.img_url}/atb_calendar.gif" border="0" alt="" /> <a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a> <!--IBF.CHATLINK--> </td> </tr> </table> First off, let's examine the first link in the IPB default HTML code: ><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a> ibf.vars.home_url is the website address you set in the General Configuration (System Settings). If no entry in the General Configuration, forum URL is the default home URL. What is this thingy {ibf.vars.home_name}? This is a textual link that appears on the header navigation. This is also a text you entered in the website name field of the General Configuration. If no entry, no link will appear. To add a link, you just add the HTML code before or after the first link mentioned above (depends on your preferences). Let say you want to add a link to ibplanet.com after your home URL: The CODE ><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a> &nbsp <a href='http://www.ibplanet.com'>IBPLANET.COM</a> If you want to add a link next to Help|Search|Members|Calender links, add your image and link after a code for calender link: The CODE <td align="right"> <img src="{ibf.vars.img_url}/atb_help.gif" border="0" alt="" /> <a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a> <img src="{ibf.vars.img_url}/atb_search.gif" border="0" alt="" /> <a href='{ibf.script_url}act=Search&f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a> <img src="{ibf.vars.img_url}/atb_members.gif" border="0" alt="" /> <a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a> <img src="{ibf.vars.img_url}/atb_calendar.gif" border="0" alt="" /> <a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a> <img src="http://yoursite_url/your_image.gif" border="0" alt="" /> <a href='http://website_url'>website_name</a> <!--IBF.CHATLINK--> </td> yoursite_url/your_image.gif - replace this with your appropriate site address and image filename website_url - replace this with appropriate website address website_name - clickable text you want to appear on your header navigation. Credit: IBPlanet.com
  21. Writes a tutorial on editing various parts of your forums in the Client Writen Tutorials
  22. gotta redo the menu, for the ToC and stuff, but rest is ok for now. Till I get my other 8 sites online anyways lmao
  23. hehehe, I have edited my forums: http://www.z-c-r.com/ It's a group site for the MSN Gaming Zone Tournament Hosting group I am currently in and hosting tournaments for. The skin was made by larke, all the rest I edited lmao. Working on my own forum skin. But who knows lol, could be a few years before I understand all this CSS and stuff lol. -Alan
  24. Hehe, yes you can upgrade. I went from one Silver plan, to now having a Silver plan for my personal site. Aswell as a Semi-Dedicated plan for my services aspect. Uptime here at TCH is great, I am usually on the net atleast 2 hours each day. And I have not noticed my site down ever, unless there was a scheduled upgrade. And they always keep us up-to-date on the progress when they take the servers offline, or have to fix something. I would surely recommend TCH, not only for the awesome uptime, and support. But they have a great friendly attitude about them. Enough said, back to hibernating.
  25. Hehe, Yes Rob, I realized that today hehehe. Ty Thomas, not yet, have not worked on it lately, As I am doing these services FREE, I think I will just let them use my forums/email.
×
×
  • Create New...