GoFuckBiz.info
Форум успешных вебмастеров - GoFuckBiz.info
SEO · трафик · партнерские программы

   - Gofuckbiz.com > - > , > wordpress.com

: wordpress.com

18.11.2007, 00:34
tramadoloff
wordpress.com?
, 4, , :) - celebs.

?
18.11.2007, 00:48
Dem0kratizat0r
? :)
18.11.2007, 01:06
vint
18.11.2007, 02:18
Sipler


wordpress.com ... :(
18.11.2007, 02:25
lol
:hi:
18.11.2007, 02:25
bondar
18.11.2007, 02:49
Mr. Style


+1 :) . ;)
21.11.2007, 22:20
medar
wordpress- ? , , . XML-RPC wordpress..
22.11.2007, 00:04
samik
wordpress- ? , , . XML-RPC wordpress..

. , .
22.11.2007, 03:25
Genius
...
22.11.2007, 05:07
BrokenBrake
http://www.google.com/search?client=opera&rls=ru&q=XML-RPC+intitle:php+example+posting&sourceid=opera&ie=utf-8&oe=utf-8
22.11.2007, 22:53
medar
*, .
, -, POST xmlrpc.php :


<?xml version="1.0" encoding="UTF-8" ?><methodCall>
<methodName>metaWeblog.newPost</methodName>
<params>
<param>
<value>
<string>1</string>
</value>
</param>
<param>
<value>
<string>[LOGIN]</string>
</value>
</param>
<param>
<value>
<string>[PASSWORD]</string>
</value>
</param>
<param>
<value>
<struct>
<member>
<name>title</name>
<value>
<string>[TITLE]</string>
</value>
</member>
<member>
<name>description</name>
<value>
<string>[BODY]</string>
</value>
</member>
<member>
<name>categories</name>
<value>
<array>
<data>
<value>[CATEGORY]</value>
</data>
</array>
</value>
</member>
</struct>
</value>
</param>
<param>
<value>
<boolean>1</boolean>
</value>
</param>
</params>
</methodCall>


[BODY] htmlspecialchars()
24.11.2007, 17:51
BrokenBrake
... Xml .
Wp , Xml-rpc ?
24.11.2007, 19:18
medar
.
, .
24.11.2007, 19:32
tramadoloff
- ? :)
24.11.2007, 20:23
medar
, wordpress.com . :)
.
25.11.2007, 22:14
tramadoloff
, wordpress.com . :)
.

- - , :)
26.11.2007, 02:31
medar
http://forums.digitalpoint.com/forumdisplay.php?f=53
26.11.2007, 11:36
tramadoloff
http://forums.digitalpoint.com/forumdisplay.php?f=53

10x :)
27.11.2007, 02:14
sergwm
class-IXR.php
call($methodname, $args)
19.12.2007, 19:00
sandy
, - XML-RPC (metaWeblog.newPost , mt.setPostCategories ID , .. ). -> -( )?
19.12.2007, 22:16
medar
, xml-rpc .
.
20.12.2007, 00:02
FOX
devilseo.com
20.12.2007, 00:57
sandy
devilseo.com
, , . wordpress.com
20.12.2007, 01:00
FOX
... - ...
20.12.2007, 03:32
sandy
... - ...

- :) , , , Api
20.12.2007, 04:29
Maximus325
.
.
1.
2. ( , post-via-email )

1 2 ?
22.12.2007, 01:39
cg_fov
, , pps ( )
25.12.2007, 00:08
sandy
.
.
1.
2. ( , post-via-email )

1 2 ?

1 2. , ( " " " " )
1. 1 -(Manage-Categories), , .
2. -.

, , -, .
20.05.2008, 02:05
Polar
*, .
, -, POST xmlrpc.php :


<?xml version="1.0" encoding="UTF-8" ?><methodCall>
<methodName>metaWeblog.newPost</methodName>
<params>
<param>
<value>
<string>1</string>
</value>
</param>
<param>
<value>
<string>[LOGIN]</string>
</value>
</param>
<param>
<value>
<string>[PASSWORD]</string>
</value>
</param>
<param>
<value>
<struct>
<member>
<name>title</name>
<value>
<string>[TITLE]</string>
</value>
</member>
<member>
<name>description</name>
<value>
<string>[BODY]</string>
</value>
</member>
<member>
<name>categories</name>
<value>
<array>
<data>
<value>[CATEGORY]</value>
</data>
</array>
</value>
</member>
</struct>
</value>
</param>
<param>
<value>
<boolean>1</boolean>
</value>
</param>
</params>
</methodCall>


[BODY] htmlspecialchars()

CURL ?
20.05.2008, 02:21
Lovec
20.05.2008, 08:50
deschain
Polar, , POST
20.05.2008, 09:47
medar
, , raw POST- xmlrpc.php. .
$xml , , $host - wp-:

$enc_data = $xml;
$len_data=strlen($enc_data);

$http_query=
"POST /xmlrpc.php HTTP/1.0\r\n".
"Content-Type: text/xml\r\n".
"Content-Length: ".$len_data."\r\n".
"Host: $host\r\n".
"Accept: */*\r\n".
"Accept-Encoding: gzip, deflate\r\n".
"Connection: Keep-Alive"."\r\n".
"User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT)\r\n"."\r\n".
$enc_data;

$fs = fsockopen($host, 80, &$errno, &$errstr, 30);
if (!$fs) { die ("unable open socket: $errstr ($errno)");}
fputs ($fs, $http_query);
while($r=fgets ($fs, 20048)) $rt.=$r;
fclose($fs);

$rt xmlrpc.php xml-, success.
20.05.2008, 11:46
Polar
, curl- ?
20.05.2008, 12:04
Polar
- . ?
20.05.2008, 13:51
Polar
,
21.05.2008, 00:24
WebNinja
, () Xml-rpc.
, . =)
, , .
21.05.2008, 02:25
Polar
/showpost.php?p=17157&postcount=4
:)
21.05.2008, 04:34
alexf2000
: http://alexf.name/2008-05-21/pro-blogfarmexplosion/
29.07.2008, 21:18
Nou
.
, . ., ? .
29.07.2008, 22:10
WebNinja
+ .
29.07.2008, 22:25
Nou
29.07.2008, 23:38
sandy
? , 1 5

vBulletin® 3.8.4. Copyright ©2000-2010, Jelsoft Enterprises Ltd. : zCarot