Jump to content
xisto Community

imacul8

Members
  • Content Count

    96
  • Joined

  • Last visited

Everything posted by imacul8

  1. imacul8

    Flash

    Try looking at this site --> Learn Flash Or just simply type in Flash Tutorial in google search.. im sure theres thousands of them out there for ya 2 look at.. Hope it helps ya
  2. Well lots of cars these days are fitted with reversing sensors, so im sure they can just use these as well for tailgating sensors, and have a small camera installed to take a picture of their car and license plate. Then u can send them to the police and they can get done for dangerous driving.Other alternatives - Brake hard so they hit you, stop infront of them then get out and start to smash their car... haha just jokes!
  3. Try this link - Merging MySQL Databases Hope this helps
  4. Well now with the invention of adsl2 it by far is the quickest/easiest/cheapest connection.should go with a t3 connection haha
  5. Yes i love this game it is so addictive!!! I had never even picked up a guitar before but when i started guitar hero i took to it very easy. Im still no pro at it but im good enough..Has anyone ever had the guitar hero dream?? where u dream about all the colours coming down, haha! Me and my mates have all had it.Favourite songs - The light that blinds, six, laid to rest.. trogdor haha!
  6. Well im currently between 2 projects that im scripting and im bored with them haha!!Just looking for ideas for something else i can make... Maybe just sumthing little that u want made, i will make it for you and release it here.I have a fairly wide range of scripting knowledge and i will try to make most things... Always looking to learn more things alsoTa
  7. my favourite drinks are mainly alcoholic ones..Not in any order - Jonny walkerJim beamBundaberg Rum - fighting fuelIced coffee - Work FuelCoca ColaPowerade - hydration at workLove my booze haha!!
  8. With my experience if she is already your date, you should just dance normally and if she wants a bit of bump n grind she will surely let u know by starting it off. But make sure u read the signal right and its not just her scratching her leg or sumtin haha!!As for dancing good or bad... just try to move with her, dont go off in your own world trying to impress her with ur super moves.. which r probably lame. But if u catch her doing a silly move then surely let yours out and then u can have a good laugh at it!Good luck!
  9. Simpons for sure, wins by a mile cause futurama is crapola!!But family guy and american dad are deffinately the front runners! Go stewie!
  10. I learned css from lissa explains website.. u can learn everything from there! Good website
  11. Well one of the biggest growing physical sports is free running, also known as parkour It involves one or more people who attempt to cross all obstacles they come across by using acrobatic moves, including - vaulting, jumping, sumersaults, etc. Whilst also trying to move in one smooth free flowing motion. Free running requires heaps of skill, body control and flexibility. Lots of practice is needed to be able to learn moves and achieve big jumps, falls, etc. There are heaps of moves to learn and ways which to mix them all together, for more info these sites are good http://forums.xisto.com/no_longer_exists/ http://www.learnparkour.com/new/intro.php Goodluck
  12. imacul8

    Fruity Loops

    Just wondering has anyone ever used the music making program Fruity loops? I got a version of it the other day, still trying to work out how to use it properly. Hopefully i can master it and make some sik beats! hahaAlso wondering if anyone has found extra sounds and things they can use with it?? Would be good to have more than what it provides..ta
  13. I use a program called Utorrent.. i havent really tried any of the others cause this does everything i need.Always finds what im looking for and has good download speed.Please let me know if other ones are like 100 times better than utorrent so i can maybe try them..
  14. I am 21 and own a $30,000 2003 Holden Wk statesman Power 235kW Torque 460Nm @ 4000rpm-4000rpm Acceleration 0-100Km/h 7.3 secs 18" chrome mags 3" Custom cat back exhaust 10 Speaker Stereo, CD Stacker - 6 disc In Dash/Cabin, Chrome Exterior Highlights, Chrome Grille, Chrome Interior highlights, Cruise Control, Disc Brakes Front Ventilated, Disc Brakes Rear Solid, Electric Seat - Drivers, Electric Seat - Passenger, Leather Gear Knob, Leather Hand Brake Lever, Leather Steering Wheel, leather trim/seats Plus more mods to come, when i have the funds
  15. 3.9 as in 3.9 seconds per quarter mile?? HAHA thats the funniest thing ive ever heard. Only top fuelers can go that fast... hahahahaMy 5.7ltr WK statesman would rip ur cars muahaha!
  16. My favourite rpg is Guild Wars by far! Absolutely love this game! w00
  17. do u have a good set of email icons?? like Send,reply,forward, delete , etc ???
  18. Oops i was just testing something with $me and must have just pasted that in and not changed it to $nick, my bad. Did that user end up getting it working??
  19. Well since i havent been able to get hold of you for the past couple days and you havent replied on here i took it upon myself to get this working correctly and in my studies found you are going to have to save and send the cookies each time u view a page. I wont cover that at this time since im not even sure if you are continuing with this project...? But here is the up to date code that will get you logged in correctly to the account alias forumlogin { sockclose altforum sockopen altforum http://forums.xisto.com/no_longer_exists/ 80 set %forum.get POST /forum/index.php?action=login2&user=<username>&passwrd=<password>&cookielength=-1 HTTP/1.1}alias foruminfo { sockclose altforum sockopen altforum http://forums.xisto.com/no_longer_exists/ 80 set %forum.get POST /forum/index.php?action=profile HTTP/1.1}on *:sockopen:altforum: { if ($sockerr) { echo -a Connection failed sockclose forum return } sockwrite -n $sockname %forum.get sockwrite -n $sockname Host: http://forums.xisto.com/no_longer_exists/ sockwrite -n $sockname User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; FDM) sockwrite -n $sockname Accept: *.*, */* sockwrite -n $sockname Connection: Keep-Alive sockwrite -n $sockname Content-Type: text/html sockwrite -n $sockname $crlf}on *:sockread:altforum: { window -e @altforum sockread %temp if (!$sockbr) { return } if (%temp) { if (Location: isin %temp) { sockclose altforum sockopen altforum http://forums.xisto.com/no_longer_exists/ 80 set %forum.get POST $+(/,$gettok(%temp,3-,47)) HTTP/1.1 } echo @altforum %temp }} So if you need help with the next stages after this just let me know
  20. Well im not sure if your website needs the cookies sent each page you view but if it does it gets a bit more complicated.... if it doesnt then its pretty easy. Since in that last POST it logs in forever (how ever many days it can "max days"). So if it doesnt need cookies sent each time - Once u have done the login part you need to use the sockread event and scan the code for the correct text like "Logged in" or whateva your website says once ur logged in. Once it sees that text u then need to make it open the socket again and grab the next page.... You need to set all the events out better so u can use the same event but have it grab a different page.. i will get to that down a bit further.... something like this would do the job, you can also use it as a debug for the html received from the site to make sure it is working right. Can use this for the debug on *:sockread:forum: {window -e @forum sockread %temp if (!$sockbr) { return } if (%temp) { echo @forum %temp }} And you can add your scan part on *:sockread:forum: {window -e @forum sockread %temp if (!$sockbr) { return } if (%temp) { echo @forum %temp }if (Logged isin %temp) { echo @forum %temp }} you will see what that line with that returns, probably even includes a link u can grab out that line... or if u know where u wanna go next just add the commands there (this is where all your events need to be set out better ie. alias forumlogin {sockclose forumsockopen forum 64.69.46.210 80set %forum.get POST /forum/index.php?action=login2&user=<user>&passwrd=<pass>&cookielength=-1 HTTP/1.1}alias foruminfo {sockclose forumsockopen forum 64.69.46.210 80set %forum.get GET /pageyouwannagethere.php HTTP/1.1}on *:sockopen:forum: { if ($sockerr) { echo -a Connection failed sockclose forum return }sockwrite -n $sockname %forum.getsockwrite -n $sockname Host: 64.69.46.210sockwrite -n $sockname User-Agent: explorersockwrite -n $sockname Accept: *.*, */*sockwrite -n $sockname Connection: Keep-Alivesockwrite -n $sockname Content-Type: text/htmlsockwrite -n $sockname $crlf}on *:sockread:forum: {window -e @forum sockread %temp if (!$sockbr) { return } if (%temp) { echo @forum %temp }if (Logged isin %temp) { <---- you might need to add/alter this part depending what ur site returnsecho @forum %temp foruminfo}} Hope this helps you, i will try catch u on that server u mentioned (there now but you arent.. ) If this doesnt work and the foruminfo echos something like "You are not logged in" to the @forums window then you will have to send cookies each time which can be difficult but will cover that if need be... goodluck
  21. Sorta gotta error test this to get it all to work properly but this would be the basic layout of it alias getforum {sockclose forumsockopen forum 64.69.46.210 80}on *:sockopen:forum: { if ($sockerr) { echo -a Connection failed sockclose forum return }sockwrite -n $sockname POST /forum/index.php?action=login2&user=<user>&passwrd=<pass>&cookielength=-1 HTTP/1.1sockwrite -n $sockname Host: 64.69.46.210sockwrite -n $sockname User-Agent: explorersockwrite -n $sockname Accept: *.*, */*sockwrite -n $sockname Referer: /forum/index.php?action=login2sockwrite -n $sockname Connection: Keep-Alivesockwrite -n $sockname Content-Type: text/htmlsockwrite -n $sockname $crlf} Hope this helps you, if u need more info i am free to help here
  22. I showed them both seperate so that people can know how to change them if they want them to be different... thats the only reason i did it as 2 events. and the way ive used that $opv wont work in a private so then u will need to add whether its from a channel or private anyway... So 2 events is much easier for people to manage.
  23. Thanx for the suggestions and ive basically got what needs to be done in my head just cant get it into the code... The colour i need to search for also changes and the contrast or whateva of the pic also changes sometimes its light etc.... i think i need to have the several different images saved and first of all try find which one it is, then using that match the difference between the 2...If u have any more info on this please show me
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.