Search results

  1. S

    ScopeHosts.Com Unmetered 100Mbps|1Gbps Windows/Linux VPS at 7.99€/mo.(NL,DE,US,RU)

    Hi, on Germany(1Gbps) VPS - DE1G-Silver how many dedicated cpu? Thanks
  2. S

    [PHP] Login to vBulletin

    If I print $store I don't have error but only the main page of the forum without sign into it..
  3. S

    [PHP] Login to vBulletin

    Hi, I'm trying to login with my php page to 1 forum vbulletin 4.2. I use that code: function vBulletinLogin($user, $pass) { $md5Pass = md5($pass); $data =...
  4. S

    Regex PornHub

    Thanks for your work! It WORKS!!
  5. S

    Regex PornHub

    Thanks.. Sorry, my mistake. I didn't explain well what I need. this is the source of the page: <li class="videoblock videos_6564592" id="6564591" _vkey = "477262185"> <div class="wrap"> <a href="http://www.pornhub.com/view_video.php?viewkey=477262185" target="" title="Latina...
  6. S

    Regex PornHub

    Hi, I'm trying to extract somethings from pornhub page: http://www.pornhub.com/video?c=3 I have to use regex to find: <a href="http://www.pornhub.com/view_video.php?viewkey=1234567890" target="" title="something" class="title" I use this: /\<a...
  7. S

    [php] Extract tag from html

    Thanks.. It's a good start.. now I add something that I need..
  8. S

    [php] Extract tag from html

    Hi, yes, I'm using simple html dom. But if you use another better method, no problem. Sometimes this code doesn't exist: <li><b>Categories:<br /></b> <a href="/category/26/category 1/">Category 1</a> </li> and I need to check if exists and if it's present on the html page. If...
  9. S

    [php] Extract tag from html

    Hi, I need your help to extract some code form one html page. I take this code from html page: <div class="shareWrapper rounded"> <ul class="listCat"> <li><b>Categories:<br /></b> <a href="/category/26/category 1/">Category 1</a> </li> </ul> <ul class="listCat"> <li> <b>Tags:<br...
  10. S

    [php] Netload download

    Anyone can help me? Nocerino's rulez..
  11. S

    [php] Netload download

    Hi, can anyone help me to write one function to download from netload.in with curl? Thanks
  12. S

    Rapidgator upload

    I think that is not working.. Thanks Edit: I change 1 variable and now it works...
  13. S

    Rapidgator upload

    Hi, is anyone that has function of php for upload to rapidgator with curl? Thanks
  14. S

    Letitbit. Upload your videos and earn $50/10 k views

    It's ok now.. when it converted video, it result under 5Mb.. now I upload another videos and it counts views...
  15. S

    Letitbit. Upload your videos and earn $50/10 k views

    It doesn't count videos views.. is there something to enable?
  16. S

    BitShare - Free File Storage and Cloud Hosting

    Edit: sorry, wrong post..
  17. S

    Parse my own link from Rapidshare with php + curl

    Take a look here: http://images.rapidshare.com/apidoc.txt
  18. S

    [HELP] Post Update Wordpress

    With plugin category list..
  19. S

    Xmlrpc and Cloudflare

    I've resolved editing xmlrpc.php and moving to a subfolder. There I've pointed new subdomain and set it without proxy. Now it works! Thanks
Back
Top