Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RISTMO

    Basic question re: Ajax

    As Jason said, most of the code will be written in English (variable names, etc); however, I would suggest that you hire someone who has experience developing sites that use other foreign languages. It doesn't have to be the specific language that the site will use. The key is that he be...
  2. RISTMO

    CSS Centered Container, Trouble with Absolutely Positioned Elements

    Looks good. I realize you have your issue fixed, but something you might consider is turning those tabs into background images. It's best if HTML is used only to define the structure of a webpage and the styling is left up to the CSS. Since those images are part of the design of the site rather...
  3. RISTMO

    "The page at SITE_NAME says:" Firefox 2.0.0.6

    We appear to be getting this error only on (some) versions of Firefox 2.0.0.6. We first noticed it a few days ago. Any ideas why this could be appearing? It happens when we submit a form. Thanks! Rick Rick Morgan RISTMO Designs: Rockwall Web Design
  4. RISTMO

    Preventing SQL Injections

    I have some experience testing for injection vulnerabilities, but I don't feel as strong when it comes to protecting my own applications. Part of my doubt might come from not being able to find an advanced, comprehensive guide on the subject. I want to be able to assure my clients that any app I...
  5. RISTMO

    Run ASP Script on Email Arrival (IIS)

    Hmmm... both of these are based on polling. Is there not a way to set it up where a new email triggers the page load or function, rather than having a program constantly check for a new email? Thanks, Rick RISTMO Designs: Rockwall Web Design Arab Church: Arabic Christian Resources Genuine...
  6. RISTMO

    Run ASP Script on Email Arrival (IIS)

    Hey, I'm trying to create an application that will allow users to send a text message and trigger an ASP page. We use IIS' email system. What I'm wondering is, is there a simple way to run a page every time a new email is received at a certain mailbox on the server? Is there a tutorial...
  7. RISTMO

    New Email Launches Webpage?

    Thanks! I'll ask in the ASP forum. RISTMO Designs: Rockwall Web Design Arab Church: Arabic Christian Resources Genuine Autos: Kaufman Chevrolet & Pontiac Dealer Rick Morgan's Official Website
  8. RISTMO

    New Email Launches Webpage?

    Hey, I talked with the network team here... We're running the regular IIS mail service to send emails from the web server. I'm not sure entirely what's involved here, but if they install "the rest of the package" that lets the server receive emails as well, would it be terribly hard to set up...
  9. RISTMO

    New Email Launches Webpage?

    Hey, I doubt this is the right forum, but oh well... I'm trying to accomplish something very similar to Facebook's text messaging system. I don't have a clue how they do it, and after an hour of searching Google, I still haven't found any good results. Anyway, what I'm trying to do is set up...
  10. RISTMO

    Upload Image with Filename in Different Language...

    Looks like this code's a bit over my head! I'm relatively new to uploading files... If anyone could help, that would be great!!! Here's the fix they mention: // look for entities in the file name, and if found try to convert the filename to UTF-8 $filename = $attachmentinfo['filename']; if...
  11. RISTMO

    Upload Image with Filename in Different Language...

    Firefox was (is) the issue. I just tested it in IE, and the upload script works perfectly! There's a vBulletin fix for it here: http://www.vbulletin.com/forum/bugs35.php?do=view&bugid=2161 I'm playing around with it trying to see which parts I need to copy to apply their fix to a...
  12. RISTMO

    Upload Image with Filename in Different Language...

    Apache and PHP came pre-installed with the system (I just pay a monthly fee for the server). The server I'm planning to get comes with Cent OS instead of Fedora, but I really don't think that difference would make or break something like this. I think I'm going to go ahead and order it (I'd...
  13. RISTMO

    Upload Image with Filename in Different Language...

    I'm assuming this is the environment info you want to know: SERVER_SOFTWARE Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7a PHP/4.3.10 mod_perl/1.29 FrontPage/5.0.2.2510 Perhaps my issue is Apache 1.3 -- or maybe I need to get PHP 5.0. But I'm starting to wonder if this is all because my...
  14. RISTMO

    Upload Image with Filename in Different Language...

    Hmm, that's interesting (and encouraging). This is the result I'm getting with the script you posted (same issue as before -- filesize = 0). Array ( [thefile] => Array ( [name] => ______.jpg [type] => application/octet-stream [tmp_name] =>...
  15. RISTMO

    Upload Image with Filename in Different Language...

    Those characters didn't paste, but you can go to this page and copy the filename from there: http://www.a7la-arab.com/arabic_text.php RISTMO Designs: Rockwall Web Design Arab Church: Arabic Christian Resources Genuine Autos: Kaufman Chevrolet & Pontiac Dealer Rick Morgan's Official Website
  16. RISTMO

    Upload Image with Filename in Different Language...

    Here's a small test script: <? if(isset($_REQUEST["submitter"])){ echo $_FILES['imgfile']['name'] . "<br />"; echo $_FILES['imgfile']['tmp_name'] . "<br />"; echo $_FILES['imgfile']['size'] . "<br />"; } ?> <form action="<?= $PHP_SELF ?>" method="post" enctype="multipart/form-data"> <table>...
  17. RISTMO

    Upload Image with Filename in Different Language...

    Yes, it is. I'm sure it's been done before--I'm just not sure if it's been done on a machine that doesn't have Arabic installed on the OS itself. I was going to get a dedicated server with Liquid Web, but they won't support it if I get Arabic installed, which kind of defeats having it fully...
  18. RISTMO

    Upload Image with Filename in Different Language...

    Maybe I should re-phrase the question: Is it possible? RISTMO Designs: Rockwall Web Design Arab Church: Arabic Christian Resources Genuine Autos: Kaufman Chevrolet & Pontiac Dealer Rick Morgan's Official Website
  19. RISTMO

    Upload Image with Filename in Different Language...

    I'm not sure if they're unicode? They're on computers that use Arabic as their default language, so people save their files using actual Arabic characters in the filenames... RISTMO Designs: Rockwall Web Design Arab Church: Arabic Christian Resources Genuine Autos: Kaufman Chevrolet & Pontiac...
  20. RISTMO

    Upload Image with Filename in Different Language...

    Currently, 4.3.10 ... I'm getting a new server this week, so I can upgrade to version 5 if I need to... Would that help? Do you recommend version 5 over 4.3? RISTMO Designs: Rockwall Web Design Arab Church: Arabic Christian Resources Genuine Autos: Kaufman Chevrolet & Pontiac Dealer Rick...

Part and Inventory Search

Back
Top