Search results

  1. H

    RapidGator batch copy link/remote upload

    Not sure if they have an API. It would be easier with a premium account. Look up some sample codes for uploading and downloading files with php and then look into some rapidgator rapidleech upload/download plugins.
  2. H

    Is it possible to make an mp4 into a header image/jpg?

    You mean set the content type as "image/JPG" for a request with ".mp4" at the end? if you are using nginx then check types directive.
  3. H

    Help with script to upload via api

    If you can PM me a demo account then I can take a look.
  4. H

    PHP/cURL to login to upload.net?

    Hi, Just make a POST request to 'http://uploaded.net/io/login' with following parameters. id=your_id&pw=your_pass That's it! you should receive a JSON response as '{loc:"me"}' if all went well. Good luck :)
  5. H

    Cannot open google keyword planner tool

    Have you tried it with a different browser ? also make sure that you are connecting to the legit 'google.com' becasue your PC could be compromised.
  6. H

    vBulletin has been hacked!

    In the article it says So, It could be.
  7. H

    Help with PHP - preg_match ( get data from site via php )

    This may not be the answer you are looking for. Have you consider using a library like PHP Simple HTML DOM Parser ?
  8. H

    vBulletin has been hacked!

    Forums software maker vBulletin has been breached by hackers who got access to customer password data and other personal information, in a compromise that has heightened speculation there may be a critical vulnerability that threatens websites that run the widely used program. Full Story
  9. H

    Doubt regarding RAM

    Yes, that should do it. Yes, It is possible also it could be a faulty fan/fan connector/VGA If you use your computer mostly for games then consider upgrading your power supply to at least 24pin one.
  10. H

    Google Announces the Name of its Next Android OS

    Have you guys seen the Kit Kat Website ?
  11. H

    Microsoft to acquire Nokia

    Microsoft to acquire Nokia’s devices & services business, license Nokia’s patents and mapping services Read More
  12. H

    Hey, Where are you ?

    Hey, Where are you ?
  13. H

    Regular Expressions.. Need to select last 10 characters

    How about something like this .{10}$
  14. H

    Block Referee with html or java NOT HTACCESS

    You can try something like, var block = ['url1', 'url2']; for (var b = block.length; b--;) { if (document.referrer.match(block[b])) window.location = "http://google.com/"; }Source Note that they can still visit your site by disabling the JS support of their browsers.
  15. H

    Beware of this Scam [Liberty Reserve Phishing]

    You can also report that to Google as a phishing site.In Firefox go to Help->Report Web Forgery... In their defense, In the email it says 'All emails from LR will address you by your first name' but in this email it clearly isn't :D
  16. H

    Hiring Javascript to php coding

    Hey! you forgot a zero. It was actually 5000 lines :D
  17. H

    Online PDF Viewing Script

    Try 'pdf.js' . I Haven't used it before, but I think it should do the trick. Source
  18. H

    Question about .htacess

    @wedge1001, Shouldn't it be the other way around? You can't MASK external resources using '.htaccess'. You might wanna look into something like mod_proxy for that.
  19. H

    Mediafire Swaps Pirate Links for Buy Now Button

    Isn't this an old news.They have been doing this since last year.
  20. H

    Could anyone help on facebook apps?

    Have you tried the 'Facebook Developer section' ?
Back
Top