Search results

  1. L

    200+ Visitors Website VPS down help

    We would really need to go through the logs and see what is going down. Sounds like maybe each user is grabbing 10-20 connections and causing the server to lose available connections for others. Or it could be that myql is locked due to connections. If you are not running nginx I would suggest...
  2. L

    DoHost.us - VPS 512/1024 RAM, 1TB BW, $3/month (USA ,FR)

    Where is this offer?? DoHost.us - VPS 512/1024 RAM, 1TB BW, $3/month (USA ,FR)
  3. L

    How to get multiple values in array from json encoded string

    Try this code. <?php $json = '{"result":{"record":[{"Line":"1","raw":"; cPanel first:11.42.1.16 (update_time):1400591008 Cpanel::ZoneFile::VERSION:1.3 hostname:xxxx latest:11.42.1.16","ttl":"86400","type":":RAW"},{"Line":"2","raw":"; Zone file for...
  4. L

    Is this email legit??

    Or tell him to get them appraised and pay the money. :)
  5. L

    need a help with unmanged vps

    I don't think he is interested anymore. It has been almost 2 months and no reply. :facepalm:
  6. L

    VPS or VDS For Me?

    Why wouldn't you recommend this one to him???? 2x INTEL Xeon L5630 3 x 2.13GHz 1GB 1GB 50GB Raid10 300Mbps Unmetered €3.99EUR
  7. L

    help guys

    That is what teleport pro does also.
  8. L

    help guys

    You can always using something like teleport pro. But if the files are not in an acessable folder you can not get them.
  9. L

    help guys

    try this google: use any website address filetype:zip www1.axfc.net
  10. L

    Need little help with .bat file

    Here you go. This will read the clipboard contents and pass it to the program. http://www.autohotkey.com/board/topic/9707-clipread-read-windows-clipboard-cmd/
  11. L

    how can i get the last uploaded file properties from oboom

    Nice work. The link is in my post above.
  12. L

    Get your free vps now! ( working 100%)

    Sorry but the free vps is a free shared hosting.
  13. L

    how can i get the last uploaded file properties from oboom

    Here is a php class ready to use for oboom api http://pastebin.com/j5ucDwrP
  14. L

    how can i get the last uploaded file properties from oboom

    Use their api.. Here is the link http://www.oboom.com/#api
  15. L

    a batch script for windows !

    Here you go. create a copy.cmd file in the folder you want to copy the files to. dir /b r:\downloads\*.par??.rar > exclude.txt xcopy /exclude:exclude.txt r:\downloads\*.* the r:\downloads change to the drive and temp folder you want copied from. As an extra bonus the exclude.txt will list...
  16. L

    How to host websites on multiple servers?

    It would normally work based on how the websites access data.. Most larger sites will use one server for database processing and the other for everything else. That would be my suggestion. Use the fastest machine for the database with remote access from the other server.
  17. L

    Apache Problems with File Sharing Script

    I can only guess but it seems somehow it is trying to create the same symlink to a file trying to be downloaded. So if it exists then you get the error. It would only happen if the file was being downloaded simultaneously by different users. Ask the person who wrote the script. I have never...
  18. L

    I need coding in PHP, remove symbols in Title

    Glad to help. mRaza gets most of the thanks. :)
Back
Top