Search results

  1. A

    Apache LDAP auth via Active Directory

    At the OS level im not sure, however PHP has ldap capabilites, if you have the option to keep the auth level in an application. Ive tried to use them before but it was a pain in the butt really. http://us2.php.net/ldap
  2. A

    new to mac

    os x networking with win networks is still a little flaky yes. There are workarounds though. You can write a simple script to automount network. From what u mentioned above win network domains dont work so well. Instead of \\<domainname> try cifs:<servername>, i believe this is sambas cmd to...
  3. A

    Thread icons?

    i guess this is gonna get ignored...... *sigh*
  4. A

    mod rewrite with php?

    Is it possible to do a mod rewrite with purely php? Im not seeing any info on it anywhere... Im not excited about using a htaccess file for it.... for example i have a url.... http://localhost/value/index.php?game_namer=6&Submit=Submit what i would like to do is query the db and get the...
  5. A

    Site Check / Contact Form Howto?

    Everything you need is in that url....if oyu have any specific issues let us know and we can help more.
  6. A

    iframe help

    i dont think so...i think youd have to run it thru a js script and put an if switch to load the one button into the iframe and the rest to self.....
  7. A

    iframe help

    iframe link: <a href="path.html target="iframename.... non iframe link: <a href="path.html target="_top
  8. A

    Site Check / Contact Form Howto?

    http://us2.php.net/manual/en/function.mail.php
  9. A

    flash trace

    ya i can resize it but on the next trace itll go back to the same size.... :(
  10. A

    flash trace

    het all.....any flash users ever get a window that is about 3000% the width of the screen when you do a trace with mx 2004 on panther? I asked a few friends it doesnt happen to them but it happens on my laptop and my dual g4... Any help is appreciated...
  11. A

    Thread icons?

    If thats the case... i apologize....didnt come across as that...regardless.... this would be a wicked feature to get going...do we all agree?
  12. A

    Thread icons?

    Dude, this is not the case AT ALL. How about looking into a bit before slamming us as spammers? Ive only posted 85 times since February, hardly considered spamming. We are merely stating that it SHOULD be an easy upgrade to have this feature, which is VERY helpful. Any word on this, admins?
  13. A

    Thread icons?

    actiosnscript.org's forums are the same version of vbulletin, 3.0.3 and they have them working....any ideas? http://www.actionscript.org/forums/
  14. A

    Thread icons?

    I just came here to post the same thing.... vbulletin doesnt have a plugin for this? I just find it really hard to know what and where u posted and sometimes lose track of threads....
  15. A

    Network Solutions: my domain expired, then kickback?

    Yup i get them all the time. Im amazed how great the letters look. zFor me, they are from a company called the Domain Registration Service of Canada or something like that. After thinking about it more its funny but these ppl prolly made alot of cash doing this. The second you have 'Of Canada'...
  16. A

    Novell hits back at Ballmer's anti-Linux memo

    HAHAHA hes a poor uninformed monkey. I almost fell out of my chair when I read this: Finally, Novell dismisses Ballmer's conclusion that "It's pretty clear that the facts show that Windows provides a lower total cost of ownership than Linux; the number of security vulnerabilities is lower on...
  17. A

    PHP / Dreamweaver programming Help Needed

    easiest way is to make a php based switch (if statement) So button one would have something like: a href="file?var=1" button 2 would be: a href="file?var=2" . The in the page do: <?php if(var=="1"){ include"whatever.php"; }else if(var=="2){ include "anotherdoc.php"; } ?>
  18. A

    fps1 video format

    Hey all, Does anyone know of a conversion tool (win or osx) for FPS1 video format? FPS1 is a windows app called fraps and i REALLY need to decompress the format to a usable format for Final Cut... any help appreciated, Thanks
  19. A

    itunes 4.6 not playing shared libraries

    Hi there, we have a frind using XP on our network. She just installed itunes 4.6.0.15 and can see all the shared libraries on the network but cannot actually stream them. Does anyone have any ideas on why this may be?
  20. A

    php redirection based on IP location

    thanks elander ill look into it. I also found this free one from hot scripts which seems to be good for free. They say its 75% effective, for free thats not bad. http://www.enterthechapel.com/rv/exemple.php But its cookie based which is kind of annoying. Can anyone who reads this post try...
Back
Top