Google VS ZP with Lot of cookies in browser

spawn94260

Client
Регистрация
14.05.2013
Сообщения
53
Благодарностей
0
Баллы
8
Hi guys !

I want to update lot of my ZP templates for Google Algorithm updates...

But in new Youtube and Google algo, every cookies of a user are important. If i use ZennoPoster with New instance, browser is empty of all cookies (Clear Cookie and Cache), but i want to emulate a user with many cookie recorded for simulate a real browser on Web...

I want to know if it's possible to add many FAKES COOKIES on an emulate browser under ZP ?
If no, it is possible to add this feature in future version ?

"Google" is not yet your friend :p It's a Big Penguin and Big PANDA !!!!! ^^
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 182
Баллы
113
Just make some fake cookie file and add variables there. and generate all fake data yourself.

Later just upload cookies and work
 

spawn94260

Client
Регистрация
14.05.2013
Сообщения
53
Благодарностей
0
Баллы
8
Whooowwww ??!!! i don't understand ....

Can you tell me an example of fake cookies please :p

It's so very easy ??
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 182
Баллы
113

spawn94260

Client
Регистрация
14.05.2013
Сообщения
53
Благодарностей
0
Баллы
8
Ok Ok i see but how i can add this variable in ZennoPoster for Cookies ?

Sorry for questions, but i don't know this and i can't find solution .... :-/
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 182
Баллы
113

spawn94260

Client
Регистрация
14.05.2013
Сообщения
53
Благодарностей
0
Баллы
8
Thanks for your help, o see the step to loading Cookies ;-)

I have a final question (lol).... Under Google Chrome, the storage of cookies is in only one file Cookies, when i can read data with Sql software as SQLLite for example...

For loading Cookies in ZP, i must use ONE file for ONE Cookie, it's exact ? What is the solution for have a GOOD Cookie File ? :p

I am completely loooooooosstttttt Ha ha ha
 

spawn94260

Client
Регистрация
14.05.2013
Сообщения
53
Благодарностей
0
Баллы
8
For information, i have understand the C# LoadCookie Method
// load cookie
instance.LoadCookie("path");

And i have understand to store it in 1 variable....
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 182
Баллы
113
Thanks for your help, o see the step to loading Cookies ;-)

I have a final question (lol).... Under Google Chrome, the storage of cookies is in only one file Cookies, when i can read data with Sql software as SQLLite for example...

For loading Cookies in ZP, i must use ONE file for ONE Cookie, it's exact ? What is the solution for have a GOOD Cookie File ? :p

I am completely loooooooosstttttt Ha ha ha

Not sure what you talked about sql software there but all cookies is stored in one file. For saving cookies there is instance.SaveCookies("pathToFileWhereSaveCookies");
 

spawn94260

Client
Регистрация
14.05.2013
Сообщения
53
Благодарностей
0
Баллы
8
Ok i see...

So i can use LoadCookie Instance to load all cookies contains in one sql file ? and after i can save cookie in My personnal Path ?

Very big thanks for your help, it's very hard for me :-/
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 182
Баллы
113
Ok i see...

So i can use LoadCookie Instance to load all cookies contains in one sql file ? and after i can save cookie in My personnal Path ?

Very big thanks for your help, it's very hard for me :-/

No you can save cookies with method instance.SaveCookies("pathToFileWhereSaveCookies") where pathToFileWhereSaveCookies is path to file where you will save cookies.

And use method instance.LoadCookie("pathFromWhereLoad"); where pathFromWhereLoad is path to file where you saved cookies. And cookies is saved in .txt file and not .sql
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)