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 Wanet Telecoms Ltd 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: *

  • Users: Phalanx1
  • Content: Threads
  • Order by date
  1. Phalanx1

    can a port polymorph into any port number??

    Ok this is the concept no actual code as of yet but that is comin along nicely so here we go. What i want to do is make a executable that takes over a few null ports and listens for all incomin connections on those ports but being null it has to read the incoming packets and change to the...
  2. Phalanx1

    Can Handle numbers be passed from vbs to perl

    I made this script that searchs for specific processes and spits out information on them, i want to pass some information into a HTA page and do some stuff there with perlscript. heres my vbs script searchs for some information on the required files. On Error Resume Next strComputer = "." Set...
  3. Phalanx1

    How to use ASP perlscript to To Query values for a form

    here is our simple form, standard name address phone number with our form with or post method and action <html> <head><meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5"> </head> <body> <form name="myForm" action="myPage.asp" method="post"> <br />...
  4. Phalanx1

    who wants to play perl golf, the easy way.

    golf points based on overall functionality =5 points and uniqness = 5 points, and readablity =10 points. Suggestions for the topic? 1 socket server to send html preformatted messages to clients of a cgi web app. if you have a topic, post it, and i will give it my best. good luck
  5. Phalanx1

    how do you access the DOM of a iframe and does the file have to be ...

    how do you access the DOM of a iframe and does the file have to be local or is it possible to pull off a remote html-web edit live? this is just off the wall it possible to bind to each Session and update new Sessions according to the our connected root Session. code (just ideas) (ahh, run)...
  6. Phalanx1

    how to use RegSrv32 to register COM interfaces through Win32::Process

    use Win32; use Win32::Process; sub ErrorReport{ print Win32::FormatMessage( Win32::GetLastError() ); } my $ProcessObj = Win32::Process::Create($Obj, "C:/windows/system32/RegSrv32.exe"...
  7. Phalanx1

    Generate random ip to test internet protocols ports on

    Sorry about this hack but it works on my windows 2003 machine with activestate perl installed. but as i was saying this program capable of Generating millions of ips or a certain set to test ftp, telnet, and https and http ports. write ip 0 or 1, returns 1 if connect succeed, 0 if not. i could...
  8. Phalanx1

    a remote scripting page that dynamic uses server side and client side

    this is what i got so far, the error lies in calling the other functions from the other Scripting languages. this is what i got so far... <% @LANGUAGE="JScript" %> <% RSDispatch %> <!--#INCLUDE FILE="C:/WinScript/_ScriptLibrary/RS.ASP"--> <SCRIPT runat="Server" LANGUAGE="JavaScript"> function...
  9. Phalanx1

    making calls for activeXCompliant Scripting languages

    <html><head><title>Test Environment</title> </head><body bgcolor="black" text="ffffff"> <h1>For PhantomX Developers</h1> <input type="button" onclick="IRunVBS;" value="Execute VBScript"> <textarea id="EVBS"></textarea><br> <input type="button" onclick="IRunPerl;" value="Eval PerlScript">...
  10. Phalanx1

    do you know how to store your code in a scriptable object?

    see my faq219-4882 for details.
  11. Phalanx1

    IO::Socket for System Administration of windows 2003 server

    Hello all I am finally back online and can finally ask questions. so i've put together(amalgamated) my own Windows Script Component using PerlScript and VBscript the perlScript creates a socket or a port for incoming telnet connections and does commands based on the interpretation of buffer or...
  12. Phalanx1

    why does this server doen't come on screen until the client connects

    this is the server hta <script language=&quot;PerlScript&quot;> use Win32::Pipe; $Pipe = new Win32::Pipe(&quot;My_Pipe&quot;); $Pipe->Connect(); $Pipe->Write(&quot;<textarea>$0</textarea></html>&quot;); $Pipe->Close(); </script> This is the client. <html><head><title>The Client...
  13. Phalanx1

    convert asp perlscript to clientside so that it totally runs without

    this is the asp <script language=&quot;perlscript&quot; runat=&quot;server&quot;> use IO::Socket; sub ErrorReport(){ $Response->Write(&quot;Cannot connect!&quot;); $Response->end; } sub whois { my ($domain, $server) = @_; my $returnString=&quot;&quot;; my $remote=new IO::Socket::INET( Proto...
  14. Phalanx1

    Lets convert asp serverside to htm clientside

    <script language=&quot;perlscript&quot; runat=&quot;server&quot;> use IO::Socket; sub ErrorReport(){ $Response->Write(&quot;Cannot connect!&quot;); $Response->end; } sub whois { my ($domain, $server) = @_; my $returnString=&quot;&quot;; my $remote=new IO::Socket::INET( Proto =>...
  15. Phalanx1

    mabye this will wet your appetite for clientside perl

    <body id=&quot;Bel&quot;> <div id=&quot;Response&quot;></div> <h2>Test of PerlScript</h2> <p> <textarea id=&quot;htmlstr&quot; rows=&quot;15&quot; cols=&quot;25&quot;></textarea> <br><input type=&quot;button&quot; onclick=&quot;wrhta&quot; value=&quot;Write to html file&quot;>...
  16. Phalanx1

    who has client side perl Run This code tell me what happens because i

    have no idea what so ever it looks like to me that i broke ie into it component parts <html> <head> <meta name=&quot;vs_defaultClientScript&quot; content=&quot;PerlScript&quot;> <meta name=&quot;vs_targetSchema&quot; content=&quot;HTML 4.0&quot;> <meta name=&quot;GENERATOR&quot...
  17. Phalanx1

    First off clientside perl is possible!!!

    Response object must equal an HTML Document Object that is updatable like an div or a span. each element accessed requires a name or ID so that u dont access a collection and change them Big message box... $window->alert(&quot;this is good thing!\n\n\n\n\nThe End!&quot;); javascript var FSO =...
  18. Phalanx1

    win32 Pipes in HTA(piping dynamic html to client applications)

    <html> <head> <meta name=&quot;GENERATOR&quot; content=&quot;SAPIEN Technologies PrimalScript 3.0&quot;> <title>Document Title</title> </head> <body id=&quot;Bel&quot;> <div id=&quot;Response&quot;></div> <h2>Test of a PerlScript function being called from VBScript</h2> <p> <input...
  19. Phalanx1

    Need Help with Perlscript (no syntax errors!!! ahhhh) works but needs

    <script language=&quot;PerlScript&quot;> use Win32::OLE; use Win32::OLE::Const; sub ListIt { my $arial =(&quot;arial&quot;); my $center=(&quot;center&quot;); my $FSO = Win32::OLE->new(&quot;Scripting.FileSystemObject&quot;); $window->document->{drivebox}->{style}->{fontfamily} = $arial...
  20. Phalanx1

    The internal Page Procedure Call &amp; The Javascript inserter

    The IPPC <script language=&quot;javascript&quot;> var functionName=&quot;&quot;; function advconstruct(){ window.execScript(functionName); } </SCRIPT> can insert any javascript and function call with any amount of parameters that is in your web page. <input type=&quot;text&quot...

Part and Inventory Search

Back
Top