Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
how to overcome settings.ini file for apility library implementation
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
parvind  
View profile  
 More options Jul 3, 10:09 am
From: parvind <mail2parv...@gmail.com>
Date: Fri, 3 Jul 2009 07:09:27 -0700 (PDT)
Local: Fri, Jul 3 2009 10:09 am
Subject: how to overcome settings.ini file for apility library implementation
hi,
    i'm using apility library, for application development, some
hosting services do not support function :parse_ini_file(). In apility
it uses two ini files, 1 authentication.ini and another settings.ini,
i want to put values directly to code for settings.ini  but i failed
to this, it neither produces any result nor warning, message displays:
no any campaign. while when i use this settings.ini file it works well
in actual production. Pls some one show me idea to debug or a way so
that these files must not be used.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
parvind  
View profile  
 More options Jul 3, 10:15 am
From: parvind <mail2parv...@gmail.com>
Date: Fri, 3 Jul 2009 07:15:39 -0700 (PDT)
Local: Fri, Jul 3 2009 10:15 am
Subject: Re: how to overcome settings.ini file for apility library implementation

On Jul 3, 7:09 pm, parvind <mail2parv...@gmail.com> wrote:

> hi,
>     i'm using apility library, for application development, some
> hosting services do not support function :parse_ini_file(). In apility
> it uses two ini files, 1 authentication.ini and another settings.ini,
> i want to put values directly to code for settings.ini  but i failed
> to this, it neither produces any result nor warning, message displays:
> no any campaign. while when i use this settings.ini file it works well
> in actual production. Pls some one show me idea to debug or a way so
> that these files must not be used.

for this i have modified the file  apility.php  looks like:
 $settingsIni= array();

    $settingsIni['Use_Sandbox']="no";

    $settingsIni['Currency_For_Sandbox']="USD";

    $settingsIni['Silence_Stealth_Mode']="no";

    $settingsIni['Exchange_Rate']="1000000";

    $settingsIni['Display_Error_Style']="HTML";

    $settingsIni['Return_Deleted_Objects']="no";

    $settingsIni['Include_Campaign_Negative_Criteria']="no";

    $settingsIni['Is_Enabled_Optimized_Ad_Serving_Attribute']="no";

    $settingsIni['WSDL_Cache_Enabled']="yes";

    $settingsIni['WSDL_Cache_Time']="86400";

    $settingsIni['WSDL_Cache_Directory']="/wsdl_cache";

    $settingsIni['Use_API_Version']="v13";

    $settingsIni['Enable_APIlity_Object_Oriented_Mode']="yes";

    $settingsIni['Enable_Debug_Mode']="yes";

    $settingsIni['HTTP_Proxy_Host']="";

    $settingsIni['HTTP_Proxy_Port']="";

    $settingsIni['HTTP_Proxy_User']="";

    $settingsIni['HTTP_Proxy_Password']="";
but it doesn't work


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google