Search results

  1. T

    (Urgent) I cannot read my email, My forum is no longer working

    A few months ago, the space allotted for my website changed from 500 MB to unlimited. I didn't abuse this in any way however I was less conservative with my space consumption. About a week ago, the space allotted shifted back to 500 MB and it claims I am at 523 MB, and will not let me log onto...
  2. T

    My post count.

    I have nearly 270 posts. When did that happen? I rarely post here but I guess since I've been around for nearly 3 years it's just gotten up that high.
  3. T

    Php coding help

    I am wondering if there is a way to modify a function with code, for example a forloop or something. Example: function dostuff() { otherfunction1; otherfunction2; otherfunction5; } based on user input (which could be infinitely varied), I want to be able to change dostuff(), so that...
  4. T

    Email setup through cPanel

    Sorry if this is in the wrong section. I couldn't decide where to put it. --- Through the cPanel, I just created an email account on one of my domains (test@trifold.us). I'm pretty sure it's a working email account but I can't figure out how to use it. Can anyone help me?
  5. T

    Ajax help.

    Hey. Here is the scenario: I am on site A. I send GET data to site B. I want the response to go to site C. But it keeps returning to site A. How do I change this?
  6. T

    Empire Attack

    www.empireattack.com It's a real-time-strategy game that's lots of fun. The graphics are mundane (not as in pixelated, but as in there is not much going on), but fighting other people is a lot of fun. The learning curve is about 5 min to become competent, and if you read the help tab after...
  7. T

    Encryption

    What is the most powerful free encryption I can get on x10hosting? I'm currently using sha1, but for a project I need something more powerful. I'm going to assume that sha512 is the best?
  8. T

    php htmlentities()

    I want to use the htmlentites() method, but I don't want the method to change the input ONLY FOR the tag "<br>", and the phrase "&nbsp;" I will take code alternate to htmlentities(), so long as it will not compromise security.
  9. T

    html tables: specifying dimentions

    I can specify the width, but I'm having trouble telling the server how long to make my tables. How can I do this? edit: I've realized that I can make the table longer, but how do I make the table shorter than the default? ie: I cannot make the height less than 50, but I want it to be 35.
  10. T

    Mentor

    I need a very knowledgeable scripting mentor for a school project I am doing based off of the web. The project is set to take at least 3 more months (but you would not need to mentor for the full time - preferably at least half). Right now I need mentoring on making the site secure against...
  11. T

    .htaccess files

    How do you upload a .htaccess file to your website? I've tried creating a new file, uploading one I created on my computer, putting it on public_html, and putting it on the root directory. But each time I've tried, the file does not appear anywhere. I have always saved it as '.htaccess'...
  12. T

    Advertising Ideas

    I'm trying to make a new advertising engine, with several updates to the current 'accepted system' Such updates currently include: -Giving users the option to allow their clients to pay monthly and automatically remove all ads (taken care of by the engine entirely) Actually, as far as...
  13. T

    Bot to follow user around

    I'm looking to create a bot that will follow a user around and record things such as websites visited, searches made, online purchases made, ect. I believe that the type of bot that can do this is tracking cookies. Am I right? Is this stuff legal? My intent is not malicious. I'm basically...
  14. T

    Creating embeddable content.

    I need to know how to create a file on my site that can be embedded on another site. I know nothing about this, so an online tutorial would be best.
  15. T

    Advanced JavaScript for Reputation

    I'm working on something involving hosting advertisements, and I need several things: 1. Something that tells the server when an ad has been on screen for 2 or more seconds (the exact time is not necessary) 2. Something to tell the server when an ad gets clicked on 3. A picture-link that...
  16. T

    Last Word

    Whoever on this topic says the last word wins the game. Meaning, if nobody replies to this post than I win. Smilies do not count as words.
  17. T

    Should advertisers pay more per click on a forum than on a blog?

    Forums have a history of not getting many clicks. So if a user clicks on an ad from a forums, does that mean that he is more interested and more likely to yield a return for the advertising company? If so, advertisers should pay more per click. If not, charging more would be unfair. Arguments?
  18. T

    adding ads to phpBB3 (for credits)

    Where should I put my ad code in the phpBB3 file so that it appears in the header on each page. 250 credits to the first person to give me an answer that works. Here is the biggest problem, whenever I try something someone else tells me, nothing happens. Edit: Okay, I got it. I never...
  19. T

    php, cookies, and IE7

    I made a script that passes info between pages via cookies. To get the info, the script will echo the cookie. On firefox, everything works fine, but on IE7, the echoed cookie will not show up. Why:dunno:
  20. T

    [php] Strings

    How can I add text to a string of text? Example: $asdf = 'asdf'; if($x == $y){ $asdf = $asdf + 'arg!'; } The result I want is for $asdf to = 'asdfarg!', however, when I use the '+' operator, it just seems to reset the variable. Is there a way I can append a variable?
Top