Search results

  1. S

    Google and Pop Under

    Hello, I'm asking myself and I forward to you if have 1 popunder from plugrush or exoclick on one site(just 2 examples), can be it banned from google for cloaking?
  2. S

    Webmoney transfer money

    Hello, I have WMZ with 200 and I'd like to transfer them to my prepaid VISA or to paypal. I don't care about fee because for the moment I can't use them .. Now I have formal passport. What can I do? Thanks for your help
  3. S

    Le with MoviesPornXXX PR2 (18+)

    Hello, I'd like to LE with sites with min. PR 2. Here is my code: <a href="http://www.movies-porn-xxx.com/" target="_blank" title="Download Free Movies HD Porn XXX"><strong>Free Porn Rips</strong></a> Add my link on your site and then reply here. I added trade section, register and start...
  4. S

    Link Exchange With xXx0Day.com (+18)

    Hello, here is my new blog xXx 0day Download Sex Scene Siterip - Porn Videos Update Every Day if anybody is interested add this link and reply here: <a href="http://xxx0day.com/" target="_blank" title="xXx 0Day"><strong>Download Free Porn xXx 0Day</strong></a> Thanks
  5. S

    [BASH] Keep2share Upload Plugin PlowShare

    Hi, I wrote this simple module that works with API for upload to Keep2Share. I wrote in few minutes and makes only basic work. #!/bin/bash# # keep2share.cc module # Copyright (c) 2011-2012 Plowshare team # # This file is part of Plowshare. # # Plowshare is free software: you can redistribute...
  6. S

    [PHP] Regex find word

    Hi, I'm trying to make a function that find a specif word in a string. For example: I need to find WORD string could be: - Find this word in this string or - Find.this.word.in.this.string or -Find-this-word-in-this-string find 1 text with regex is simple: \bword\b I have problem to...
  7. S

    Curl upload to fastpic.ru

    Hi, Can anyone help me to upload pics to fastpic.ru with php? Thanks I'm using this code but it return the main page: function curl($link, $postfields = '', $cookie = '', $refer = '') { set_time_limit(0);ini_set('max_execution_time', 0); $ch = curl_init($link); curl_setopt($ch...
  8. S

    [C] Get array from Function

    Hi, I'm new with C and I can't solve one simple problem. I read 1 file with that function: char* readFileBytes(const char *name) { FILE *fl = fopen(name, "r"); fseek(fl, 0, SEEK_END); long len = ftell(fl); char *ret = malloc(len); fseek(fl, 0, SEEK_SET)...
  9. 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 =...
  10. 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...
  11. 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...
  12. S

    [php] Netload download

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

    Rapidgator upload

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

    Xmlrpc and Cloudflare

    Hi, I'm facing problems posting with remote machine to one of my site using xmlrpc and cloudflare. The only way to make it works it's disable cloudflare otherway it wont work and doesn't post. How can I make all works? Thanks
  15. S

    Translate page

    Hi, I'd like to open one blog and translate my English post to Germán.. I write one function that translate the content but it works only if I pass only pure text without html code. My problem is that I need to create post with, for example, image; how can I translate text and keep original...
  16. S

    Check if upload failed

    Hi, which is the best way to check if 1 upload, for example to RS, failed and then reup again? Thanks
  17. S

    Download from Netload

    Hi, can anyone explain me how download from netload.in as premium user in php? Thanks
  18. S

    Read RSS from Wordpress

    Hi, I need to read my rss created by wordpress. I have created 1 function and it works well, but wordpress's rss is limited to the last 10 posts. How can I read more posts all in once? For example 20 posts? Thanks
  19. S

    Upload to Share-online with cUrl

    Hi, I'm trying to upload to share-online with php and this is the simple code I use: $linkSO = "http://".$SessionName21[1]."/upv3.php"; $postfieldsSO = array('username' => 'user', 'password' => 'pass', 'upload_session' => $SessionName21[0], 'chunk_no' => '1', 'chunk_number' =>...
  20. S

    VPS for backup

    Hi, I'm looking for 1 vps for take my backup but I don't know which one choose: how many dedicated ram do I need? I don't install any kind of http service.. Thanks
Back
Top