Classifiedscript.org is a rip off - need help programming

Discussion in 'Scripts' started by Rsparcks, Jun 21, 2010.

  1. face2win

    face2win Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    You are very right. Now after paying 99 US$, I am trying to get refund for classifiedscript.org and not even ready to accept it for free.
     
    face2win, Jul 15, 2010 IP
  2. face2win

    face2win Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Review of classified script classifiedscriptorg

    Hi Wild,

    Programmers like you can fix it.
    How about novice like me.
    For me this classifiedscript is a curse.
     
    face2win, Jul 15, 2010 IP
  3. face2win

    face2win Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Don't post wrong information.
    Am requesting you refunds sine last 2 weeks,Still you people are not yet refunded the money.

    You can fool one person, one time.
    But can't fool every person every time.

    Refund my money or else, I will post your complaints on every website and forums from where you are advertsing your product and warn prospective buyers to stay away from your product due to poor quality of products and pathetic after sales service.
     
    face2win, Jul 15, 2010 IP
  4. willd

    willd Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    Ho well to be honest I'll propably request a refund or at least a partial refund. Script has a lot of problems. Especially with pictures.

    I know I can fix them, but I didn't paid to get a script with error. I paid for a working script.!!! Takes a lot of my time..!
     
    willd, Jul 15, 2010 IP
  5. superscript

    superscript Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #25
    classifiedscript is a scam! You won't get you money back bro. this website is a rip off of kijiji. i'm 100% classifiedscript did not ask kijiji for permit or license to create a clone.

    complain at: http://info.kijiji.com/help/index.php?a=add tell them you were scammed using their script. or someone trying to make it look like it's from kijiji.
     
    superscript, Jul 18, 2010 IP
  6. superscript

    superscript Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    why is this script still for sale? isn't that illegal, you should call the cops bro, i know i will


    He's Canadian, Jonh Carrey, Ontario.
     
    superscript, Jul 18, 2010 IP
  7. Original_Slim_Shady

    Original_Slim_Shady Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Hi Willd,
    Interestingly enough, I just downloaded the "Trial" version and it looks as if they have implemented your mod listed here!
    Slim
     
    Original_Slim_Shady, Oct 3, 2010 IP
  8. ycpc2000

    ycpc2000 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #28
    I bought this script the other day and it installed fine, and seems to work great, theirs a few things i wish to customize but for the most part i have seen no major problems and was worth the $99, saves a hell of a lot of programming time from doing it yourself.

    message if you need some help or wish to share customized add ons.
     
    ycpc2000, Oct 27, 2010 IP
  9. averyz

    averyz Well-Known Member

    Messages:
    1,228
    Likes Received:
    167
    Best Answers:
    2
    Trophy Points:
    115
    #29
    There are some decent directory scripts out there for $70 that have demos I am not sure why anyone would buy a bunch of problems for $70.

    I never buy scripts without a demo then I take the demo a test it for at least 5-10 hours before I buy it. A lot of scripts are trash and you can't tell until you start messing with the files and back end.

    Don't buy them unless you demo them if they don't have a demo version then move on.

    1 post advertising a buggy scripts ? lol
     
    averyz, Oct 28, 2010 IP
  10. johnph

    johnph Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #30
    What concerns me in this script is that for almost one year they still did not fix the major bags.
    Looks like their goal is not to create good product but just make a sell.

    Also, despite the promise to sell complete code with right to modify it, actual code has at least 3 obfuscated files, so I can not do any major modification, as a lot of common functions in these files. Even more, who know what else is inside these files?
    Are they safe?
    Did any body manage to decrypt them to see what is in?

    Does anybody know any live site running on this script?

    Who has fixed script or can do it please contact.
     
    johnph, Nov 3, 2010 IP
  11. superscript

    superscript Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #31
    Classifiedscript.org search button doesn't work
     
    superscript, Nov 23, 2010 IP
  12. Stersoon

    Stersoon Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #32
    I have exactly the same problem
    Here is the decoded files

    classes/misc.func.php

    
    <?php
    function get_category_path ( $categoryID ,&$array_to_fill ,&$manipulator ) {
      $data_temp = $manipulator->select ( "Category","*",array ( "CategoryID"=>$categoryID ) ) ;
      array_push( $array_to_fill ,$data_temp[0] ) ;  
      if ( intval ( $data_temp[0]["HeadCategoryID"] ) >0 ) {
        get_category_path ( intval ( $data_temp[0]["HeadCategoryID"] ) ,$array_to_fill ,$manipulator ) ;  
        }
      }
    
    function get_sub_categories ( $categoryID ,&$manipulator ) {
      $array_to_return = array ( ) ;  
      $data_temp = $manipulator->select ( "Category","*",array ( "HeadCategoryID"=>$categoryID ) ) ;  
      if ( !empty ( $data_temp ) )  
      {    
        foreach ( $data_temp as $dat )    
        array_push ( $array_to_return ,$dat ) ;  
        }  
        return $array_to_return ;
        }
    
    function get_app_header ( &$mainCategory )  {
      include ( "theme/default/inc.header.php") ;
    }
    
    function get_app_media ( ) {
      echo base_url."theme/default/images/";
    }
    
    function get_cat_icon ( $categoryID ) {
      $temp_src = base_url."media/cls_cat_".$categoryID."_5520.jpg";  
      echo $temp_src ;  
      if ( file_exists ( $temp_src ) )  
      return "<img src='".$temp_src."' style='vertical-align: middle; position: relative; left: -5px;' border='0' vspace='1' />";  
      return "<img src='' alt='No Image' style='vertical-align: middle; position: relative; left: -5px;' border='0' vspace='1' />";
    }
    
    function get_menu ( ) {  
      include ( "theme/default/inc.menu.php") ;
    }
    
    function get_base_url ( ) {
      return base_url ;
    }
    
    function get_listing_url ( $categoryID ,$regionID ) {  
      if ( intval ( $categoryID ) <1 )    
      return base_url."browse.php";  
      if ( intval ( $categoryID ) <1 )
      return base_url."browse.php?regid=".$regionID ;  
      return base_url."browse.php?catid=".$categoryID ;
    }
    
    function get_post_url ( ) {
      return base_url."selectcat.php";
    }
    
    function get_detail_link ( $clsID ) {
      return base_url."detail.php?clsid=".$clsID ;
    }
    
    function get_query_string_vars ( $exception = "") {  
      $str = "";  
      if ( !empty ( $_GET ) ) {
        foreach ( $_GET as $key =>$val )    
        if ( $key != $exception )    
        $str .= "&$key=$val";  
       }
        return $str ;
    }
    
    function get_sef_search_listing_url ( $url_string ,$exception = "",$new_val = "") {  
     $str = "";  
     $found = 0 ;  
     if ( $url_string != "") {
       $var_params = explode ( "|",$url_string ) ;    
       if ( !empty ( $var_params ) )      
         foreach ( $var_params as $val ) {        
           if ( $val != "") {          
             $var_temp = explode ( ":",$val ) ;          
             if ( $var_temp[0] != $exception ) {            
               $str .= $var_temp[0].":".$var_temp[1]."|";          
               }          
               else {            
                 $found = 1 ;            
                 if ( $new_val != "") {              
                   $str .= $new_val."|";            
                   }          
                  }       
                 }      
               }    
             if ( $found == 0 )      
              $str .= $new_val ;  
           }
          else {
            $str = $new_val ;
         }
        return $str ;
    }
    
    function getDistance($a1,$b1,$a2,$b2) {
      $r = 3963.1;  
      $pi = 3.14159265358979323846;  
      $a1 = $a1*($pi/180);  
      $a2 = $a2*($pi/180);  
      $b1 = $b1*($pi/180);  
      $b2 = $b2*($pi/180);  
      $ret = (acos(cos($a1)*cos($b1)*cos($a2)*cos($b2) +cos($a1)*sin($b1)*cos($a2)*sin($b2) +sin($a1)*sin($a2)) * $r) ;  
      return $ret;
    }
      
    function get_sef_url ( $entity_id ,$entity_type ) {  
      if ( !$data ) {    
        require_once ( "manipulate.php") ;    
        $data = new DataManipulator ;  
        }  
        $entity = $data->select ( "SEF_URL","*",array ( "EntityType"=>$entity_type,"EntityID"=>$entity_id ) ) ;  
        return $entity[0]["URL"] ;
    }
    
    function generate_sef_url ( $entity_title ,$entity_id ,$entity_type ) {  
      $data = new DataManipulator ;
      $entity_title = trim ( $entity_title ) ;  
      $entity_title = str_replace ( " ","-",$entity_title ) ;  
      $entity_title = str_replace ( "&","",$entity_title ) ;  
      $entity_title = str_replace ( "?","",$entity_title ) ;  
      $entity_title = str_replace ( "=","",$entity_title ) ;  
      $entity_title = str_replace ( ">","",$entity_title ) ;  
      $entity_title = str_replace ( ",","",$entity_title ) ;  
      $entity_title = str_replace ( "'","",$entity_title ) ;  
      $entity_title = str_replace ( "/","",$entity_title ) ;  
      $entity_title = str_replace ( "\\","",$entity_title ) ;  
      $entity_title = str_replace ( "--","-",$entity_title ) ;  
      $entity_title = str_replace ( "--","-",$entity_title ) ;  
      $entity_title = str_replace ( ":","",$entity_title ) ;  
      $entity_title = str_replace ( "|","",$entity_title ) ;  
      $entity_title = str_replace ( "%","",$entity_title ) ;  
      $entity = $data->select ( "SEF_URL","*",array ( "URL"=>$entity_title ) ) ;  
      if ( !empty ( $entity ) ) {    
        return generate_sef_url ( $entity_title."-".$entity_id ,$entity_id ,$entity_type ) ;  
        }  
        else {    
          return $data->insert ( "SEF_URL",array ( "EntityType"=>$entity_type ,"EntityID"=>$entity_id ,"URL"=>$entity_title ) ) ;  
        }
      }
      
    function re_generate_sef_url ( $entity_title ,$entity_id ,$entity_type ) {  
      $data = new DataManipulator ;  
      $entity_title = trim ( $entity_title ) ;  
      $entity_title = str_replace ( " ","-",$entity_title ) ;  
      $entity_title = str_replace ( "&","",$entity_title ) ;  
      $entity_title = str_replace ( "?","",$entity_title ) ;  
      $entity_title = str_replace ( "=","",$entity_title ) ;  
      $entity_title = str_replace ( ">","",$entity_title ) ;  
      $entity_title = str_replace ( ",","",$entity_title ) ;  
      $entity_title = str_replace ( "'","",$entity_title ) ;  
      $entity_title = str_replace ( "/","",$entity_title ) ;  
      $entity_title = str_replace ( "\\","",$entity_title ) ;  
      $entity_title = str_replace ( ":","",$entity_title ) ;  
      $entity_title = str_replace ( "|","",$entity_title ) ;  
      $entity_title = str_replace ( "%","",$entity_title ) ;  
      $entity = $data->select ( "SEF_URL","*",array ( "EntityType"=>$entity_type ,"EntityID"=>$entity_id ) ) ;  
      if ( !empty ( $entity ) ) {
        $prev = $data->select ( "SEF_URL","*",array ( "URL"=>$entity_title ,"EntityType"=>$entity_type ,"EntityID"=>$entity_id ) ) ;
        if ( empty ( $prev ) ) {     
          return $data->update ( "SEF_URL",array ( "URL"=>$entity_title ) ,array ( "EntityType"=>$entity_type ,"EntityID"=>$entity_id ) ) ;    
        }    
        else {      
          return generate_sef_url ( $entity_title."-".$entity_id ,$entity_id ,$entity_type ) ;    
        }  
      }  
      else {
        return generate_sef_url ( $entity_title ,$entity_id ,$entity_type ) ;  
      }
    }
             
    function PPHttpPost ($methodName_,$nvpStr_ ,$paymentParam) {  
      global $environment;  
      $API_UserName = $paymentParam["PayPalUserName"];
      $API_Password = $paymentParam["PayPalPassword"];  
      $API_Signature = $paymentParam["PayPalSignature"];  
      $API_Endpoint = "https://api-3t.paypal.com/nvp";  if("sandbox"=== $environment ||"beta-sandbox"=== $environment) {    
        $API_Endpoint = "https://api-3t.$environment.paypal.com/nvp";  
        }  
        $version = urlencode('51.0');  
        $ch = curl_init();  
        curl_setopt($ch,CURLOPT_URL,$API_Endpoint);  
        curl_setopt($ch,CURLOPT_VERBOSE,1);  
        curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,FALSE);  
        curl_setopt($ch,CURLOPT_SSL_VERIFYHOST,FALSE);
        curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);  
        curl_setopt($ch,CURLOPT_POST,1);  
        $nvpreq = "METHOD=$methodName_&VERSION=$version&PWD=$API_Password&USER=$API_UserName&SIGNATURE=$API_Signature$nvpStr_";
        curl_setopt($ch,CURLOPT_POSTFIELDS,$nvpreq);  
        $httpResponse = curl_exec($ch);
        if(!$httpResponse) {    
          exit('$methodName_ failed: '.curl_error($ch).'('.curl_errno($ch).')');  
        } 
    
        $httpResponseAr = explode("&",$httpResponse);  
        $httpParsedResponseAr = array();  
        foreach ($httpResponseAr as $i =>$value) {    
          $tmpAr = explode("=",$value);    
          if(sizeof($tmpAr) >1) {
            $httpParsedResponseAr[$tmpAr[0]] = $tmpAr[1];    
          }
        }  
        if((0 == sizeof($httpParsedResponseAr)) ||!array_key_exists('ACK',$httpParsedResponseAr)) {   
          exit("Invalid HTTP Response for POST request($nvpreq) to $API_Endpoint.");  
        }  
        return $httpParsedResponseAr;
    }
    
    function get_status_license ( ) {  
      $output = 1 ;
      $ch = curl_init ( "http://www.classifiedscript.org/admin/status.php?nurl=".base_url ) ;
      curl_setopt( $ch,CURLOPT_RETURNTRANSFER,1 ) ;  
      curl_setopt ( $ch,CURLOPT_HEADER,0 ) ;
      $output = curl_exec ( $ch ) ;  
      curl_close( $ch ) ;
      if ( intval ( $output ) == 0 ) {    
        exit ( "You using invalid or expired license contact us at <a href='http://www.classifiedscript.org'>http://www.classifiedscript.org</a> . and get valid license , Your database and website is safe.") ;  
      }
    }
    
    PHP:
    Admin/p.login.php

    
    <?php
      session_start(); 
      require_once("../config.php"); 
      require_once("../classes/manipulate.php"); 
      require_once("../classes/misc.func.php"); 
      $data = new DataManipulator(); 
      //get_status_license();
      if ($_POST) { 
          $post_array = $_POST; 
          $post_array["psd_password"] = md5($post_array["psd_password"]); 
          $admin_detail = $data->select("Admins", "*", array("AdminEmail" => addslashes($post_array["txtEmailAddress"]), "AdminPassword" => $post_array["psd_password"])); 
          if (!empty($admin_detail)) { 
              $admin_detail = $admin_detail[0]; 
              $_SESSION["login_admin_id"] = intval($admin_detail["AdminID"]); 
              $_SESSION["login_admin_email"] = $admin_detail["AdminEmail"]; 
              $_SESSION["admin_rights"]["r_home"] = intval($admin_detail["IsSite_Manage"]); 
              $_SESSION["admin_rights"]["r_category"] = intval($admin_detail["IsCategory_Manage"]); 
              $_SESSION["admin_rights"]["r_ad"] = intval($admin_detail["IsAd_Manage"]); 
              $_SESSION["admin_rights"]["r_account"] = intval($admin_detail["IsAccount_Manage"]); 
              $_SESSION["admin_rights"]["r_payment"] = intval($admin_detail["IsPayment_Manage"]); 
              $_SESSION["admin_rights"]["r_page"] = intval($admin_detail["IsPage_Manage"]); 
              header("location:home.php"); 
              exit(); 
          } 
      } 
      header("location:index.php"); 
    ?>
    
    PHP:
    and
    Admin/inc.login_check.php

    
    <?php
      require_once("../config.php"); 
      if (intval($_SESSION["login_admin_id"]) == 0) { 
          header("location:index.php"); 
          exit(); 
      } 
      require_once("../classes/misc.func.php"); 
      require_once("../classes/manipulate.php"); 
      $data = new DataManipulator(); 
      $title = $data->select("SiteManager", "*", array("SiteVariable" => "SiteName")); 
      $title = $title[0]; 
    ?>
    
    PHP:
     
    Stersoon, Nov 30, 2010 IP
  13. superscript

    superscript Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #33
    hi Stersoon,

    is your working at all?
     
    superscript, Dec 1, 2010 IP
  14. dgreenhouse

    dgreenhouse Peon

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #34
    Unless you're a very experienced developer and have about 100+ hours of free time to futz with this program, your money would be better spent on setting up WordPress with the Classipress theme. I just looked at this for a new client, recommended he place a "charge back" on his credit card, and move forward.

    (note: I don't have link privileges yet so do a google on classipress.)

    To start with, there are so many security vulnerabilities along with a tremendous amount of spaghetti code that it's not worth bothering with.

    The logic is all over the map! In partial fairness, there is some decent code therein, but making secure and robust isn't worth the effort.

    My advice... Spend your money elsewhere!
     
    dgreenhouse, Mar 4, 2011 IP
  15. blogmystress

    blogmystress Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #35
    I purchased it yesterday as it came recommended by someone as a good script, ok so there is bugs...an MSN messenger update made my computer inoperable once..its happens.

    I am having problems with browsing categories. Is there anyone who offers a service to help with these issues?

    Feel free to recommend a new script too, I will eventually open a network of classifieds sites and can't take this long to get going with all of them.

    I'm in no position to fix them myself. It's a miracle I could even upload it lol
     
    blogmystress, Mar 17, 2011 IP
  16. KKavi

    KKavi Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #36
    I want to raise my concern as well against this rip off company. There script is a fake one and DO NOT WORK!!!!

    Apparently there is a HTTPD error and I have asked for support for almost 3 months and no one is bothered to fix this! I am fed up!!!!
     
    KKavi, Mar 22, 2011 IP
  17. dgreenhouse

    dgreenhouse Peon

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #37
    Forget it, you'll never get your money, move on to something that works.

    Hate to say it, but, what do you expect for so little money?

    Any program worth its salt will either be way more expensive or open-sourced to the community.

    Sorry but it's not worth crying over spilled milk.
     
    dgreenhouse, Mar 22, 2011 IP
  18. Mrxqware

    Mrxqware Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #38
    Hi guys,

    A time ago I've bought classified.org script, it had a lot of bugs and I'd fixed some. But I couldn't pay my webhost account, so I lost the files. I had the files also on my computer, but they're infected with a iframe virus (all txt, HTML, js, php files are infected over my whole computer).

    I asked classifiedscript.org to resend me the files (with bugs ofcourse) again, but they don't answer. I can almost cry. Who could resend me the files please??

    Please pm me

    Thank you,
    Michael
     
    Mrxqware, Jun 3, 2011 IP
  19. Mrxqware

    Mrxqware Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #39
    I used the support-ticket center and his email dimkud{AT}gmail.com but I've got still no answer
     
    Mrxqware, Jun 5, 2011 IP
  20. eireteethwhitening

    eireteethwhitening Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #40
    I have been contacting classifiedscript.org time and time again with no reply about my website,donedealing.com I bought a script from you's guys and there are a few errors on it,it wont display the euro sign € it shows up as € it also wont let clients upload any pics as its set to 0mb this is what it say:You can add 5 images by 0 Mb
    and it wont let you add any cites,can you please fix theses problems,
     
    eireteethwhitening, Feb 16, 2012 IP