User Profile

Collapse

Profile Sidebar

Collapse
origenes
origenes
Last Activity: Apr 13 '07, 05:16 PM
Joined: Nov 9 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • origenes
    replied to Active Directory & IIS Permissions
    in IIS
    Sorry, I forgot to say that the workstations have windows 2003 installed.

    Thank you
    See more | Go to post

    Leave a comment:


  • origenes
    started a topic Active Directory & IIS Permissions
    in IIS

    Active Directory & IIS Permissions

    Hello;

    This is the situation:

    In PC 1 I have the Active Directory
    In PC 2 I have running the IIS and an Intranet.

    I want to set different group/users permissions to the intranet. For example I want some users can navigate in intranet/folderX and other not.

    What I should do?

    Any idea is welcome, happy 2007 to all!
    See more | Go to post

  • origenes
    replied to Php Gd... when white is not white
    in PHP
    Thanks for the answer!

    OK, png rule

    Thanks
    See more | Go to post

    Leave a comment:


  • origenes
    started a topic Php Gd... when white is not white
    in PHP

    Php Gd... when white is not white

    Hi forum,
    Below is a sample code that creates a "white" gif image. I want to know... why the background result color is FEFCFE intead of white (FFFFFF)? When I use imagecreate instead of imagecreatetrue color, the white color is OK.

    Thanks in advance!
    <?php

    $file= "image.gif" ;

    $img = imagecreatetrue color(100,20);

    $white= ImageColorAlloc ate($img, 255,...
    See more | Go to post

  • origenes
    started a topic Function Recursive returned value
    in PHP

    Function Recursive returned value

    Hi,

    I have this function that works...

    function _getNoCategorie s($parent){
    $sql = 'SELECT id FROM mod_catalogue_c ategory WHERE parent='.$paren t;
    $cats = $this->db->get_results($s ql);
    foreach($cats as $cat) {
    //$r.=$cat->id.',';
    $this->excludeCat.=$c at->id.',';
    $b=$cat->id;
    $this->_getNoCategori es($b);
    }
    ...
    See more | Go to post
No activity results to display
Show More
Working...