The INI file format includes text-based initialization information for programs.
0
votes
2answers
56 views
c# how to write to a ini file [duplicate]
I would like to know how i should write text to a ini file. The reading of the file is already done. Now i just have to know how to write to the file.
It should look like this when its in the INI ...
0
votes
0answers
37 views
PHP send email not working
I'm trying to test this send mail form, my php.ini is configured like this:
SMTP = smtp.gmail.com
; http://php.net/smtp-port
smtp_port = 587
; For Win32 only.
; http://php.net/sendmail-from
...
0
votes
2answers
44 views
Including ini files in my project
I'm working on a c++ project using Visual Studio.
What I want to do is to include in my project two INI files.
I thought that, the fact that we simple add an existing item to the project would be ...
1
vote
2answers
27 views
How to expand environment variables in .ini files using Boost
I have a INI file like
[Section1]
Value1 = /home/%USER%/Desktop
Value2 = /home/%USER%/%SOME_ENV%/Test
and want to parse it using Boost. I tried using Boost property_tree like
...
-3
votes
2answers
29 views
saving and returing listbox content C#
I have a question about saving content from a listbox and putting it in a .ini file. Also i want to retrieve the information and put it back in the listbox when the programm starts.
I have two ...
-2
votes
0answers
23 views
(Write / Read) What is the equivalent of a .ini in Android?
I want to create a couple of methods that enable reading and writing a file .ini style (sector, key, value).
What is the equivalent in Android? This should not be accessible / visible to the user.
...
-1
votes
1answer
40 views
how to parse ini or txt file and insert data into mysql on php? [closed]
how to parse ini or txt file and insert data into mysql on php of this type :
----------- cat1 -------------
Nom_cat=cat1
desc_cat=test description cat
----------- ...
0
votes
1answer
22 views
How to read and parse gitconfig file with node.js?
[user]
name = Alvin J. Alexander
email = [omitted]
[merge]
tool = vimdiff
This is what ~/.gitconfig file looks like. I've never encountered such data objects before. Does ...
0
votes
1answer
17 views
“invalid data source name” with PDO MySQL
It was always working for me but this time it's not.
conect.ini
conn = "mysql:host=localhost; dbname=%dbname%"
user = "root"
pass = "%passwd%"
conn1 = "mysql:host=%myRealHostAddr%; dbname=%dbname%"
...
0
votes
1answer
39 views
VB.net Write& Read a .ini file
I'm new so bare with me. Lets say I have a Button that when clicked will output text ("test text") to a .ini file in directory (C:/configdir) for example. How would I create this .ini file?
Then I ...
2
votes
2answers
24 views
Eclipse launch error- error code 13
Eclipse returns this error message when launching:
I am pretty sure that both the java installation and Eclipse are both for my 64-bit system.
Here is my .ini file:
0
votes
1answer
55 views
Reading/Writing INI w/ variable Section Name
Good afternoon folks -
I'm working on reading/writing an external file that is created and managed by a 3rd party that uses .INI structured files as its scripting language. I've got a wrapper ...
0
votes
1answer
133 views
Read/Write “INI” file
Evening Everyone -
I'm looking for some thoughts on how to read / write values from a windows "ini" structured file. I have a settings file created with another application and I would like to ...
0
votes
1answer
32 views
issue compiling simpleini with visual studio 2010 any Idea?
bellow error message when compiling snippets.cpp. this happen when there is a call to LoadFile.
I am using simpleIni4.2
> 1>------ Build started: Project: SimpleIni, Configuration: Debug ...
0
votes
0answers
34 views
Changing Max Upload Size php
I am trying to change the max upload size on my server to allow larger files to be uploaded.
I have gone into the php.ini file, and have changed the following settings:
upload_max_filesize = 20M
...
0
votes
1answer
23 views
Set ListBox selecteditems by the ItemText?
I have a Listbox with 100-200 default values and the multiselect-simple mode is enabled.
I save the selected text items in a List of string:
Private Sub ListBox_Styles_SelectedIndexChanged(sender As ...
0
votes
0answers
10 views
enable xdebug on bluehost shared server
I want to setup phpunit on a demo site on a bluehost shared server. I want to check if the php codes work on the environment after I made modifications and added more components.
With this, I need to ...
0
votes
0answers
43 views
Enabling custom php.ini in xampp
I am using xampp 3.1.0 in windows 8. I want to enable custom php.ini to be loaded for one directory for some custom php configuration.
I have pasted the custom php.ini with following code in that ...
0
votes
1answer
39 views
how to get properties within subsections of a ini file with boos property tree?
I am trying to use the Boost property trees to read INIfiles containing properties within sections have a "composed" path name.
For example my INIfile looks like this:
[my.section.subsection1]
...
0
votes
0answers
27 views
add variable in shiro.ini
I would like to one of the SQL queries (permissionsQuery) add a further parameter in the query, eg username,
How permissionsQuery conditioned to receive this new parameter?
thanks
...
2
votes
4answers
81 views
PHP ini vs array performance
I wonder what is faster:
loading/including a php file that contains some static data in an array within a function or
parsing an ini-file that contains the data and puts it into an arary
I need ...
0
votes
1answer
59 views
PHP parse_ini_file
I try to parse something from a file, and can't get it to work..
If i do:
$idd = 11;
$aInifile = parse_ini_file('status.ini', 'reply');
echo 'test : ' . $aInifile['reply']['11'];
Then i get the ...
0
votes
3answers
50 views
Bad idea to allow user to upload an ini file for parsing?
I am just brainstorming ways to allow a website user to submit information to a site without using web forms. One idea I have seen suggested is to allow a user to upload an ini file containing the ...
0
votes
1answer
39 views
Using Custom Zend Validator in INI file
I don't have a custom Zend_Form and I just declared all the elements in the ini file. There is no problem with creating the Zend_Form from the ini file, but I am having problem using my own custom ...
0
votes
1answer
28 views
AutoHotKey: iniwrite then read of formattime not the same as result of formattime
Here's my code:
IniRead, intLastMyDate, c:\temp\test.ini, section1, intLastMyDate, 130101
formattime, intCurrentMyDate, A_Now, yyMMdd
; if the ini has a date stored that is less than today, I will ...
0
votes
1answer
19 views
PEAR DB, moving from MySQL 4 to 5, .ini file issue?
We're running a custom made CMS that uses PEAR DB class to handle the database. The database is using MySQL 4.0. Our hosting provider is updating to MySQL 5.0 and deactivating all databases using 4.0. ...
0
votes
0answers
42 views
what the advantage and disadvantage between INI File and XML File when a project need a persistent configuration?
I am now involved in a C++ project on WinXP platform. And the project need to save some configration infromation. As I known, INI File and XML file can both be used, but which is better? or how can I ...
5
votes
1answer
156 views
How to create a new (persistent) Firefox profile with Selenium in Python?
Trynig to add a new, persistent, Firefox profile with Selenium. AFAIK, when executing FirefoxProfile(), a new profile is generated using a temporary file. Ideally, this profile should be able to ...
0
votes
1answer
95 views
Python - ConfigParser - AttributeError: ConfigParser instance has no attribute '__getitem__'
I am creating a quote of the day server. I am reading options from an INI file, whose text is below:
[Server]
host =
port = 17
[Quotes]
file=quotes.txt
However, when I use ConfigParser, it gives ...
1
vote
1answer
35 views
PHP error reporting works ONLY when line is added in code
I have a problem with my PHP error_reporting.
I have all the values for error_reporting and display_errors set in php.ini but my code still remains blank page until I add a line in php code :
...
0
votes
2answers
93 views
ini_set include_path not working
It seems something on my server has been changed, and I'm seeing the inclusion failed error message on my every website on the server, here is one example:
Warning: require(xconstants_fa.php) ...
0
votes
3answers
80 views
running windows command line program from python with ini file argument
Im trying to run a windows command line application from a python script with a ini config file in the command which i suspect isnt passing when its executed.
The command is c:\BLScan\blscan.exe ...
0
votes
1answer
38 views
ConfigParser getting value from hierarchical sections
I have a following type of INI file
[section1][subsection1]
port=989
[section1][subsection2]
somethign=somethign
I am using ConfigParser of Python to parse the INI file but I am not able to figure ...
0
votes
1answer
35 views
Error when trying to read the .ini file from .nsi script
I have to write a NSIS script for deployment the report on the server.It works fine when I am using localhost.
Now I want to send this package to my client but the problem is that I don't know the ...
1
vote
2answers
77 views
C# ini-parser issues
I found that C# didn't directly support ini files, so I went on the prowl and found the following library called ini-parser. The usage shows an extremely simple example, but for some reason I can't ...
1
vote
2answers
47 views
Use the _init_ definition in order to initialize an object in Python
I have written an algorithm in Python and now I am trying to make it a bit more object oriented. I have a good understanding (I think) of objects and classes and I have spend some time reading online ...
0
votes
3answers
121 views
QSettings - reading INI file
I create an INI file and then try to read it. There is no compile errors and the file is there but I'm not receiving any data in my QStringList
QFile checkConfig(configPath);
...
-5
votes
4answers
135 views
How to increase maximum execution time in php [duplicate]
I want to increase maximum execution in php but not any change in php.ini file.
Increase from my php file.
it this possible...
0
votes
0answers
24 views
Boost property_tree escaped character in path
I have a property_tree. However now certain "properties" can have the delimiter in their name. As such I'm wondering if there is a "get_child_escaped()" function I'm overlooking. In such a function I ...
0
votes
0answers
70 views
Write UNC path to INI file in “Windows format”
I want to write a UNC path for a third party Windows application (CorelDrawX6) in a INI file. Since that ini file contains sections I use ini4j to handle it.
The prupose is that I want to change path ...
0
votes
1answer
44 views
PHP RAW INI parser fails to parse values correctly
INI data looks like this:
[datasources]
live.dsn = "mysql:host=localhost;dbname=main"
live.user = "root"
live.pass =
I'm using parse_ini_file().
with INI_SCANNER_RAW live.dsn is parsed ...
0
votes
2answers
31 views
Get extension disabled or enabled in ini file [closed]
How does one figure out whether an extension is commented or un-commented (that is enabled or disabled)?
This is remote server, I can not directly open .ini file
3
votes
3answers
323 views
Python settings file
I am developing an program that is have settings window in which I can change various settings parameters for my program. What is the best way to read/save dose settings (some kind of config file)? I ...
1
vote
3answers
57 views
how to use php with ini files
My php Code here
<?php
function String($word){
$lang = parse_ini_file("../pard_language/en/language.ini");
$key = array_search($word, $lang);
if(isset($key)){
...
0
votes
1answer
149 views
VBScript that Opens an ini file and a Config file in notepad
I work in a hospital environment and right now im doing PC deployments. Part of the deployment requires us to view 2 files on a network drive looking for information regarding the old systems. They ...
0
votes
1answer
32 views
How to append values to a key using ini4j?
I want to append a value to following Key like this:
[Section]
Key=value1,value2
I tried Wini and Section getAll() and putAll() functions but it always replaces value1 with value2 instead of ...
0
votes
0answers
88 views
System.NullReferenceException on Form1 Load
Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Try
Control.CheckForIllegalCrossThreadCalls = False
Dim ...
0
votes
2answers
39 views
Shell Script to read value set to zero and set back to old value?
I need to read a value of variable and set it to zero and again set back to old value
I tried these steps
value=$(grep -Po '(?<=Max_value=).*' /usr/post_check.ini|awk '{print $1}')
sed -i -r ...
0
votes
3answers
177 views
How do I get value of variable from file using shell script?
There is a file post_check.ini I need the value set for:
Max_value=2
How would I get the value 2 from Max_value?
0
votes
0answers
52 views
boost ini parsing error
Now I have some problems with using boost::property_tree to parse ini file.
When I got error message, my prgram stopped. Actually, I have to keep running program whether getting error or not. How ...




