Search:

Type: Posts; User: embro1001; Keyword(s):

Page 1 of 7 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    25
    Views
    12,305

    I don't know if this is worse or not... from what...

    I don't know if this is worse or not... from what I've gathered, while this exploit has almost zero interaction involved, the WMF exploit targets basically everything from Windows 3.1 up. Moreover,...
  2. Replies
    25
    Views
    12,305

    I don't know if this is worse or not... from what...

    I don't know if this is worse or not... from what I've gathered, while this exploit has almost zero interaction involved, the WMF exploit targets basically everything from Windows 3.1 up. Moreover,...
  3. Replies
    1
    Views
    5,015

    PHP and symlinking....

    This is something I've been wondering for a while... I've worked with PHP frameworks that map virtuall sub-directories to functions within certain PHP scripts, so (for instance) /main/edit/ might...
  4. Replies
    0
    Views
    4,010

    Ruby equiv to PHP's call_user_func_array

    Hallo all,

    I was wondering if anyone knew if Ruby had an equivalent to PHP's call_user_func_array, which allows you to call functions or object methods by passing the string of the function's...
  5. Replies
    2
    Views
    5,417

    Got it working, thanks. You can see the demo at...

    Got it working, thanks. You can see the demo at http://mygripe.net/ao_guys.php . Only works in Firefox at the moment.
  6. Replies
    0
    Views
    4,160

    Microsoft SQL Server 2005 CTP

    Does anyone know of any compability issues using the .Net 1.1 framework to connect to the new MSSQL 2k5 beta? I can't seem to nail down a connection, but I can't tell if it's a malformed connection...
  7. Replies
    0
    Views
    4,892

    New Ajax Stuff?! Heck yes!

    I slammed together my pre-pre-pre alpha version of some software I've been making.

    If any of you have been following my posts on this section of the forums, now you know why I've been asking lots...
  8. Replies
    14
    Views
    9,980

    Yeah... authentication is pretty easily sniffed...

    Yeah... authentication is pretty easily sniffed off the network if you're doing FTP (using programs like Cain and Able for Windows pretty much takes the work out of sniffing for you).

    But if...
  9. Replies
    14
    Views
    9,980

    He may have telnet'd in, and then mounted the...

    He may have telnet'd in, and then mounted the remote drive on the remote machine... like if /dev/hda1 wasn't mounted, he may have gone mount /dev/hda1 /mnt/foo, and then navigated through "foo"......
  10. Replies
    2
    Views
    5,436

    Ever so thankful! That's perfect. I do...

    Ever so thankful!

    That's perfect. I do believe I wasn't specifying whether positioning was absolute or not.
  11. Replies
    14
    Views
    9,980

    Telnet is a remote access protocol... it only...

    Telnet is a remote access protocol... it only gives you an unsecure remote shell - you really can't do much with file transfer (unless someone's got a clever hack...). If you need to transfer files,...
  12. Replies
    2
    Views
    5,436

    Floating HTML?

    Greetings.

    I have a certain snippet of content that I would only like to be displayed when a user clicks a certain link.

    After clicking, a "floating window" would then appear in the center of...
  13. Replies
    2
    Views
    5,417

    Calling a method of an object of a child.

    I have two classes, Abba and Baka.

    Baka extends Abba. Abba contains a list of arrays (empty on instantiation).

    Baka has a method which adds to these arrays. Each array added has:

    String:...
  14. Replies
    78
    Views
    44,327

    Poll: I think we've beat this to death... and we pretty...

    I think we've beat this to death... and we pretty much all agree....
  15. Replies
    3
    Views
    5,774

    I'm trying to achieve some semblance of...

    I'm trying to achieve some semblance of polymorphism with PHP4 (which I don't believe supports it natively). I was able to achieve this in C using a homemade object-C implementation, some tricky...
  16. Replies
    78
    Views
    44,327

    Poll: Better late then never genXer. Welcome to AO.

    Better late then never genXer. Welcome to AO.
  17. Replies
    3
    Views
    5,774

    PHP - Function References

    In C, you can pass around references to functions, store them in arrays, etc. Does anyone know if this is possible in PHP? I've heard of passing variables by reference, but not functions.
  18. Replies
    9
    Views
    8,160

    So... you want to prevent a site from being...

    So... you want to prevent a site from being hosted? I'm a bit confused...
  19. Replies
    32
    Views
    9,127

    Dammit... my friends were right...

    Dammit... my friends were right...
  20. Ajax/Sajax/AjaxMonkey - the buzzwords of the web.

    Hello children.

    Today I'm going to attempt to teach you a (hopefully) simple way to implement Ajax, that crazy buzzword-happy compilation of technologies that's all the rage on the net.

    Ajax is...
  21. I'm hurt, Gore... I've been a member here for 3...

    I'm hurt, Gore... I've been a member here for 3 years, and I've only received one negative antipoint vote... until now. Can't we pick on someone else?
  22. Hmm... seems everyone learned something today (or...

    Hmm... seems everyone learned something today (or affirmed previous knowledge):

    cl@ude, no one's going to teach you a dang thing straight out. This isn't some mentoring hotspot. If you have a...
  23. Replies
    2
    Views
    6,128

    Umm... not really sure what that means, but what...

    Umm... not really sure what that means, but what I mean is I have Class A and Class B, but in reality, B extends A... so A is the parent, B is the child.
  24. Replies
    2
    Views
    6,128

    A extends B which calls A which calls B...

    I'm working on a project, and I've hit a roadblock of sorts.

    The language of choice here is PHP (4.4)

    I have two classes, A and B. B extends A.

    "A" has a method, let us call it "addFunc",...
  25. Not only is it hard to do anything, but the MSDN...

    Not only is it hard to do anything, but the MSDN Lib for the 2k5 beta is largely incomplete... empty pages and "Todo's" scattered around. Frustrating.
Results 1 to 25 of 175
Page 1 of 7 1 2 3 4