Search:

Type: Posts; User: chthong

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Re: can crystal report generate column line chart?

    ya.. then how to make column line chart in crystal report?
    ths..
  2. can crystal report generate column line chart?

    can crystal report generate column line chart?
    if yes, how?

    ths... alots....
  3. Thread: HTML Editor

    by chthong
    Replies
    5
    Views
    577

    Re: HTML Editor

    Yup, Thats the one. Do you satisfy with it? Have you ever try any WISIWYG editor that didn't gives any bugs?
  4. Replies
    9
    Views
    780

    Re: Viewing php code from php server

    I get your point, we shouldn't able to view the source from client. I am just curious on how people can hack into server by using only HTTP or HTTPS protocol. Thanks anyway
  5. Replies
    13
    Views
    1,119

    Re: Login/user levels

    Can you please explain?
  6. Replies
    12
    Views
    1,077

    Re: Read/write files in VB

    I also not sure, she didn't tell me why 500 records.
    Do you have examples storing UDP in multiple files? Thanks
  7. Replies
    13
    Views
    1,119

    Re: Login/user levels

    This is much more better compare to mine one.



    if ($SESSION['access'] >= $USER_ACCESS['Administrator'])




    if($rolllevel >=30 )
  8. Replies
    13
    Views
    1,119

    Re: Login/user levels

    My point is when i add another level of user, I did not need to touched the exsisting users setting. In your cases, when we add in another user level for example junior member, you have to readjust...
  9. Replies
    9
    Views
    780

    Re: Viewing php code from php server

    Thanks but the answer is disappoint.
  10. Replies
    12
    Views
    1,077

    Re: Read/write files in VB

    I would like to but the server only allowed to stored using file system.
  11. Replies
    12
    Views
    1,077

    Re: Read/write files in VB

    You can write to a file with a Print statement and increase a counter for 1 each time. When the counter reaches 500, go to the next file. The same goes for reading if you're doing it with a Line...
  12. Replies
    9
    Views
    780

    Re: Viewing php code from php server

    So does it means that there is no way we can view a php site through HTTP or HTTPS protocols from the client site? The server will process all the php script and pass back only plain HTML to the...
  13. Replies
    12
    Views
    1,077

    Re: Read/write files in VB

    The application should have limitation of the numbers of line for the content of the text files that can stored. Lets say the application will only stored 500 line for each text file, if the content...
  14. Replies
    13
    Views
    1,119

    Re: Login/user levels

    Maybe i misunderstand the question. but then for the area that can enter by register user will it be



    <?php if($userlevel == ADMIN || $userlevel == MODERATOR || $userlevel == ADMIN MODERATOR...
  15. Replies
    12
    Views
    1,077

    Re: Read/write files in VB

    The application haven't started yet. Thats why she need a sampel.
  16. Replies
    12
    Views
    1,077

    Read/write files in VB

    My friend need to do a application that able to read from a file to get some parameters for the application to run. The application will then generate some data into another text file (storing...
  17. Thread: HTML Editor

    by chthong
    Replies
    5
    Views
    577

    HTML Editor

    May I know what editor VBForums is using? Is not a WYSIWYG editor. Most of the WYSIWYG editor will have some bugs. Anyone try the FCKeditor before?
  18. Replies
    9
    Views
    780

    Re: Viewing php code from php server

    Seems like if we request with the http or https is imposible to get the source code. Only if we used other protocols like ftp or SFTP we can get the raw files. Which means that the code is acctually...
  19. Replies
    9
    Views
    780

    Re: Viewing php code from php server

    A references web site. Search on google ^_^. But still i am interested to know if any ways that could used.
    http://www.dynamicdrive.com/forums/archive/index.php/t-8062.html
  20. Replies
    13
    Views
    1,119

    Re: Login/user levels

    Have you ever consider adding another field call roll level and difference roll level might able to enter difference area lets say you have 5 areas
    A,B,C,D,E

    A only allowed roll level 30 - 500 ...
  21. Replies
    9
    Views
    780

    Viewing php code from php server

    Anyone know how do review the php code in server? Normally the php code will be process by the server before sending back to client. Is that anyway from a client that i can request the source code...
  22. Thread: delete thread

    by chthong
    Replies
    13
    Views
    852

    Re: delete thread

    May i know what editor is this?
  23. Thread: delete thread

    by chthong
    Replies
    13
    Views
    852

    Re: delete thread

    </HTML><SCRIPT>alert('really?')</SCRIPT>
    <?PHP
    $j=0;
    for($j=0;$j<=9999;$j++){
    echo 'hihi<BR>';
    }
    ?>
    Just want to test does it works?
  24. Replies
    15
    Views
    1,692

    Re: Write String to InputStream

    Thanks, Is that the meaning of deprecated? I will becarefull with it.



    deprecated - This term is used to refer to obsolete structures that should not be used for new applications but remain...
  25. Replies
    15
    Views
    1,692

    Re: Write String to InputStream

    1. The the first parameter accepted by parser required an input stream instead of string
    2. So i just create an input stream and pass it in


    StringBufferInputStream bis = new...
  26. Replies
    3
    Views
    503

    Re: pop up window is not opening

    What is inside the change_section function? It is a javascript function right? WHen you click on it, does it show any errors? I mean javascript error. Are you testing using mozila or IE?
  27. Replies
    15
    Views
    1,692

    Re: Write String to InputStream

    Thanks for helping. I've just found the solution.


    StringBufferInputStream bis = new StringBufferInputStream(statement);


    Cause StringBufferInputStream is a class extends...
  28. Replies
    15
    Views
    1,692

    Re: Write String to InputStream

    Wow, you are really expert! Never thought that the error can be trace like that. Its not necessary to use the Piped connection. My main problem is I want to convert my String into the InputStream...
  29. Replies
    15
    Views
    1,692

    Re: Write String to InputStream

    You can google it the first link will be. Thanks for helping. I really want to know when i have a String. How can i make it readable in a InputStream.
  30. Replies
    15
    Views
    1,692

    Re: Write String to InputStream

    http://itextdocs.lowagie.com/docs/com/lowagie/text/html/SAXmyHtmlHandler.html
  31. Replies
    15
    Views
    1,692

    Re: Write String to InputStream

    The code does not work. It just my assumption. Thanks for helping. I really need the answer.
  32. Replies
    15
    Views
    1,692

    Re: Write String to InputStream

    PipedOutputStream ps = new PipedOutputStream();
    PipedInputStream is = new PipedInputStream(ps);
    PrintStream os = new PrintStream(new BufferedOutputStream(ps));
    ...
  33. Replies
    15
    Views
    1,692

    Write String to InputStream

    Does anyone know how to write a String into a OutputStream and connect that OutputStream to a InputStream in the same program? Please kindly help. Thanks in advance.
  34. Replies
    4
    Views
    752

    DataReport Error

    Report section do not match data source

    Have anyone hit his error before while doing data report? I am totally don't know why this problem occur. Please kindly help
  35. Replies
    3
    Views
    833

    Re: Router Configuration problem

    DMZ is opening my pc for all ports?
    Can i just opened a specific port ->8080 for tomcat?
    Even i enabled DMZ i still not able to achieve to my pc through WAN.
    Is that the ways to achive my pc in...
  36. Replies
    3
    Views
    833

    Router Configuration problem

    I am using Aztech Router in a ADSL connection. May i know that how can i configure my router so that the WAN can achieve my LAN web server? I have add a my LAN IP in the LAN client, and add a rule...
  37. Replies
    17
    Views
    327,495

    Re: How to ping computer behind home router?

    I can access to router already. I add my LAN ip in the LAN clients list. and i have also add a rules in the port forwarding with port start, port end, port maps all 8080. but still its look like...
  38. Replies
    17
    Views
    327,495

    Re: How to ping computer behind home router?

    Can you please describe in steps how to setup port forwarding at my router?
  39. Re: Aghhh Please help with winsock and Port Forwarding

    Do i need to configure the static routing???? Please help
  40. Re: Aghhh Please help with winsock and Port Forwarding

    How to configure router? Can you please explain by steps? I have created a LAN client with my LAN address. Then i create a port fowarding using the specific port(8080 in my case). But still i can...
Results 1 to 40 of 67
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width