Jump to content
xisto Community

dolrich06

Members
  • Content Count

    58
  • Joined

  • Last visited

1 Follower

About dolrich06

  • Rank
    Member [Level 1]
  • Birthday 08/13/1989

Contact Methods

  • Website URL
    http://www.dolrichfortich.com

Profile Information

  • Gender
    Male
  • Location
    Philippines
  • Interests
    Web development using PHP, Codeigniter, Jquery, OpenCart.
  1. You will need to use curl to login through the site using php. There are many sample codes using php curl, just google it out. After successful login, save the session and use it when you fetch the link with the data. You will also need to parse the page to get the data you need.Take a look at this opensource php code.https://sourceforge.net/projects/snoopy/ It has all the functions you would need to fetch those data.
  2. You can get the last id by using the mysql function mysql_insert_id "http://dev.mysql.com/doc/refman/5.7/en/getting-unique-id.html; Here is a sample code using the function. <?php$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');if (!$link) { die('Could not connect: ' . mysql_error());}mysql_select_db('mydb');mysql_query("INSERT INTO mytable (product) values ('kossu')");echo mysql_insert_id();?>
  3. I tried SMF and its really nice and easy to customize.I havent tried phpBB though...
  4. I think it would be best to leave it that way but I think rat would be cool enough.
  5. That will not happen, but one things for sure, the price of oil would be higher because of this...
  6. Hello camzio, welcome to Xisto forum.I hope you enjoy your stay here. Have fun and enjoy posting and meeting new members, if you have questions, just open a topic on proper sub forum.Remember to read the rules.Happy posting...
  7. Have you tried running the test script on the hosting server?In xampp, you need to set up mercury for it to work, im not sure though. Just try running a sample mail script on the live server and if it works its good to go.
  8. Wow, you can reach 95+ wpm... I can barely reach 60wpm typing those simple drills. The fastest typist in the world uses DVORAK keyboard. Where could i buy one?
  9. You could also try resetting you bios, find the version of you motherboard and google it out.Just connect your hard drive, then the CD Drive, If it wont work, try switching the IDE cable from you hard drive to the cd rom drive and the cd rom drive cable to the hard drive.I experienced this problem most of the time, those things helped.Be safe, unplug the power cord first.Gudluck
  10. If im not wrong, the shout box of Xisto updates every 15 seconds.10 secs, i think is small interval just for listing of topics. It wouldn't hurt if the function for listing of topics wont involve lots of queries with that time interval.
  11. No, because we wont be able to get the basic necessities to live in this world without money. There is no wrong with money, we worked for it to have better life.The only wrong I see, is when people wasted their lives just for the sake of it.
  12. That is what i thought also, this is the first model and for sure there will be more upgraded model to come. But still it looks cool, something like the phone in the movie "Echelon".
  13. When I encounter this problems, here is what I do. One important thing to remember, do not double click the usb drive icon for it will lunch the virus on the drive. To open the drive, you can enter the drive name e.g F:\ then press enter. 1. Download the program hijackthis from trend micro. 2. Turn off your computer then start it in safe mode (Press F8 when booting up to be able to select safe mode). 3. Run hijackthis and remove suspicious programs that looks like viruses, most common file names are(newfolder.exe,explorasi.exe. etc..) These viruses are mostly located in C:\windows, C:\windows\system32, D:\ , C:\. 4. Remove all instances of the said viruses by selecting checkbox then pressing "Fix Checked". 5. Now you need to view hidden files and delete those viruses, you can view hidden files by selecting Tools -> Folder Options -> view -> then select view hidden files and folders, Uncheck also hide protected system files 6. Restart your computer then insert USB drive and delete those viruses. Remember not to double click the icon in opening the drive.
  14. https://www.cnet.com/news/lg-gd900-crystal-a-touch-screen-phone-you-can-see-through/ I just seen this new phone advertised recently here in the Philippines, anyone has this phone already? Do you think it is worth buying one?
  15. I dont think it could be like that, that was just way to fast to exchange or roll over or anything other thing.
×
×
  • 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.