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 Chris Miller 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. synikal0

    DEFINITY and Asterisk Via H.323 medium, how?

    Hi all, I'm attempting to connect a DEFINITY system with an asterisk machine over an H.323 trunk, and I'm having a bit of a time finding docs on how to do it exactly. Right now, I've got the following config in ooh323.conf: [general] bindaddr=0.0.0.0 faststart=yes h245tunneling=yes...
  2. synikal0

    GDImage Problems

    Here try this: <? set_time_limit(0); $url = "http://factfinder.census.gov/servlet/SAFFFacts?_event=Search&geo_id=01000US&_geoContext=&amp;_street=&_county=Greene&amp;_cityTown=&_state=04000US37&_zip=&_lang=en&amp;_sse=on"; $unique_start = "Census 2000 Demographic Profile Highlights:"...
  3. synikal0

    GDImage Problems

    Hmm, I dont suppose you could let me see the respective php.ini files? Usually, if safe mode is in effect and you try to use a restricted function, php will complain about it. Can you use the fsockopen function? if so you could always simulate a web request that way as well. ------------- Derek...
  4. synikal0

    GDImage Problems

    Quite a bit actually, 6+ years. What can I help you with? ------------- Derek F. http://www.convolutedtheory.com/
  5. synikal0

    ENUM and php admin

    Hi, I assume you're talking about phpMyAdmin. For Enum column types, you put them in the following format in the Length/Values field: 'one','two' ------------- Derek F. http://www.convolutedtheory.com/
  6. synikal0

    Setting Up Clone Database on Localhost

    Make sure that you've got a grant statement in there for your local user you're trying to connect with. Chances are, if you're hosting with a linux provider, they've already granted your username privileges for your database. (Or did you say your user was 'root'? Do you have a virtual/dedicated...
  7. synikal0

    Otimization

    Is your MySQL server running on a *nix or Windows machine? ------------- Derek F. http://www.convolutedtheory.com/
  8. synikal0

    Installing MySql 5.0

    The only time I've had to install MySQL 5 on a windows box I just followed the directions at http://dev.mysql.com/doc/refman/5.0/en/windows-installation.html and it worked ok, of course, as always, YMMV. HIH, Derek ------------- Derek F. http://www.convolutedtheory.com/
  9. synikal0

    no-beep

    This may be more of a terminal emulator setting you're looking for versus a mysql client one. Most terminal emulators have the option to turn off the bell in the config somewhere. ------------- Derek F. http://www.convolutedtheory.com/
  10. synikal0

    Cake PHP

    A developer at my work is using it for some of our internal web work and he seems to like it. I'll tell you it sure increased his productivity in the last few months :) .. I know its not very much info on it, but I hope it helps a bit. ------------- Derek F. http://www.convolutedtheory.com/
  11. synikal0

    sticky situation with remote mysql connection

    You could always implement something on your server that connects to a script on their website and posts the information to it to be updated (probably want to encrypt it somehow) and then have the local script do all the dirty work. check out some of the examples for posting to a remote form at...
  12. synikal0

    Results for poll not showing

    Just for starters, remove the 'silence operator' (that is, the @ symbol) from the front of mysql_data_seek and see if you're getting any errors from that function. Also, why use mysql_data_seek? It doesnt look like you're fetching any more results from the data set after that line...
  13. synikal0

    WebBBS and CAPTCHA??

    Havent had much experience with WebBBS, but I thought I'd throw this out there http://search.cpan.org/~unrtst/Authen-Captcha-1.023/Captcha.pm Authen::Captcha is a fairly easy module to implement, so you could always brush up on your perl coding and implement it. Sorry I couldnt be more help...
  14. synikal0

    MIME::Lite re-build e-mail

    Not to pry, but what exactly are you using this code for? If you have the access to the server, why not just implement the script there and then you can use (Mime::Lite object)->send(); to send the messages, without having to pass them to the smtp server directly? ------------- Derek F...
  15. synikal0

    mod_perl and strategies

    mod_perl is only active for the respective scripts that you define in apaches configuration. You can use Files or Location directives to specify groups of files as well. I know you read some tutorials on the subject, but I don't know if you've seen these few...
  16. synikal0

    Perl Segmentation fault

    Hi! What architecture and thread library are you using? Could you copy and paste the output of perl -V ? Thanks Derek ------------- Derek F. http://www.convolutedtheory.com/
  17. synikal0

    GDImage Problems

    Might you have some source code we can take a gander at? ------------- Derek F. http://www.convolutedtheory.com/
  18. synikal0

    Socket for Data Stream

    Try Net::EasyTCP . It's a great client/server module with transparent compression and encryption. Take a look at http://search.cpan.org/~mnaguib/EasyTCP-0.26/EasyTCP.pm HIH, Derek ------------- Derek F. http://www.convolutedtheory.com/

Part and Inventory Search

Back
Top