Loading...
Раскрутка/SEO__ООП | Помощь за деньги
кто отправит текст на свой выбор(главное норм) на любых форумах или сайтах особенно wm с хорошим текстом для хоста про my-frox.ru(приманка или как там у вас) и даст мне ссылку и скрин на тему то заплачу 5р,можно по несколько раз главное на разных сайтах ,бюджет 222р только пополнил ,но ток темы с повторами не платятся ,админы как хотите можете банить и так далее как любите за не потверждение bl или как там, мне всё ровно но я правила уважаю но это реал хоть что то заработать так что и вы давайте,плачу на киви ибо такое тут первый раз ,не кину а тот кто боится пусть посидит в тишине а тот кто получит деньги тут в теме отпишитесь пусть завидуют,ток пишите тему где и когда мне в вк там и скрины легче видно http://vk.com/vknonline
железа где характеристики?
depo (08.06.2015 в 20:45)
железа где характеристики?

а оно те надо с левого написал и получил деньги а хотя, не ,честно писать, для теста
или типо того но переделать под себя




1.Вообщем делать мне не чего ребят!
2.Купил поставил и так далее но это ток начало так как бюджет есть
3.Вообщем пока что бесплатный тариф 300мб для тестов или как вы хотите
4.бесплатный домен 3го уровня и активация в течении 10 минут(я обещаю)система авто как не как
5.Ваши скрипты как многие говорят (он лох и сливает) мне не нужны они ourvps.ru не одного не папало в пабл
6.Ща по тестим если норм ,может получится стать норм хостером,как говорится мечта но она сбывается
7.ребята регайтесь на my-frox.ru и мучайте хост
8.ошибки пишите в тикеты так как не спорю я в этом "лох"будем так считать
9.В данное время писал пьяный,думаю ребята поймёте,просто отдохнул и ошибок полюбе много
10.Кому не лень тести,акк будут держаться долко это не времянка хост а только начало
11.хочу услышать замечания но опять же в тикетах
12.спросите реселлер ответ щас да но вскоре сразу на сервак
13.спасибо за внимание,сильно не СУДИТЕ так как все с этого начинали
14.Тут ребят my-frox.ru но прошу только не ддос будьте людми ребят
На мой вопрос жду ответ ипхпинфо предоставьте
depo (08.06.2015 в 20:45)
железа где характеристики?


[PHP]

;;;;;;;;;;;;;;;;;;;
; About php.ini ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.

; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
; 1. SAPI module specific location.
; 2. The PHPRC environment variable. (As of PHP 5.2.0)
; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
; 4. Current working directory (except CLI)
; 5. The web server's directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
; 6. The directory from the --with-config-file-path compile time option, or the
; Windows directory (C:\windows or C:\winnt)
; See the PHP docs for more specific information.
; http://www.php.net/manual/en/configuration.file.php

; The syntax of the file is extremely simple. Whitespace and Lines
; beginning with a semicolon are silently ignored (as you probably guessed).
; Section headers (e.g. [Foo]) are also silently ignored, even though
; they might mean something in the future.

; Directives following the section heading [PATH=/www/mysite] only
; apply to PHP files in the /www/mysite directory. Directives
; following the section heading [HOST=www.example.com] only apply to
; PHP files served from http://www.example.com . Directives set in these
; special sections cannot be overridden by user-defined INI files or
; at runtime. Currently, [PATH=] and [HOST=] sections only work under
; CGI/FastCGI.
; http://www.php.net/manual/en/ini.sections.php

; Directives are specified using the following syntax:
; directive = value
; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
; Directives are variables used to configure PHP or PHP extensions.
; There is no name validation. If PHP can't find an expected
; directive because it is not set or is mistyped, a default value will be used.

; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
; previously set variable or directive (e.g. ${foo})

; Expressions in the INI file are limited to bitwise operators and parentheses:
; | bitwise OR
; ^ bitwise XOR
; & bitwise AND
; ~ bitwise NOT
; ! boolean NOT

; Boolean flags can be turned on using the values 1, On, True or Yes.
; They can be turned off using the values 0, Off, False or No.

; An empty string can be denoted by simply not writing anything after the equal
; sign, or by using the None keyword:

; foo = ; sets foo to an empty string
; foo = None ; sets foo to an empty string
; foo = "None" ; sets foo to the string 'None'

; If you use constants in your value, and these constants belong to a
; dynamically loaded extension (either a PHP extension or a Zend extension),
; you may only use these constants *after* the line that loads the extension.

;;;;;;;;;;;;;;;;;;;
; About this file ;
;;;;;;;;;;;;;;;;;;;
; PHP comes packaged with two INI files. One that is recommended to be used
; in production environments and one that is recommended to be used in
; development environments.

; php.ini-production contains settings which hold security, performance and
; best practices at its core. But please be aware, these settings may break
; compatibility with older or less security conscience applications. We
; recommending using the production ini in production and testing environments.

; php.ini-development is very similar to its production variant, except it's
; much more verbose when it comes to errors. We recommending using the
; development version only in development environments as errors shown to
; application users can inadvertently leak otherwise secure information.

; This 2 files are provided, by RPM, in /usr/share/doc/php-common-*/
; File used by RPM (the /etc/php.ini) is mainly the php.ini-production

;;;;;;;;;;;;;;;;;;;
; Quick Reference ;
;;;;;;;;;;;;;;;;;;;
; The following are all the settings which are different in either the production
; or development versions of the INIs with respect to PHP's default behavior.
; Please see the actual settings later in the document for more details as to why
; we recommend these changes in PHP's behavior.

; allow_call_time_pass_reference
; Default Value: On
; Development Value: Off
; Production Value: Off

; display_errors
; Default Value: On
; Development Value: On
; Production Value: Off

; display_startup_errors
; Default Value: Off
; Development Value: On
; Production Value: Off

; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED

; html_errors
; Default Value: On
; Development Value: On
; Production value: Off

; log_errors
; Default Value: Off
; Development Value: On
; Production Value: On

; magic_quotes_gpc
; Default Value: On
; Development Value: Off
; Production Value: Off

; max_input_time
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)

; output_buffering
; Default Value: Off
; Development Value: 4096
; Production Value: 4096

; register_argc_argv
; Default Value: On
; Development Value: Off
; Production Value: Off

; register_long_arrays
; Default Value: On
; Development Value: Off
; Production Value: Off

; request_order
; Default Value: None
; Development Value: "GP"
; Production Value: "GP"

; session.bug_compat_42
; Default Value: On
; Development Value: On
; Production Value: Off

; session.bug_compat_warn
; D
144854875, вк Саня отвечай!!!
144854875, не то, создай файл info.php с содержанием:
<?php
phpinfo();
?>

Сохрани, и запусти
depo (08.06.2015 в 20:55)
На мой вопрос жду ответ ипхпинфо предоставьте

зайди и проверь не еб*** мне голову отстань
depo (08.06.2015 в 20:55)
На мой вопрос жду ответ ипхпинфо предоставьте

Вот доказательство для недоверяющих
ребят он сразу платит как скрин ему кинешь, сам проверил и вот
Онлайн: 6
Время:
Gen. 0.1094
(c) ByMAS.RU 2010-2025