vBulletin Post Downloader ! (English Version)

trgino

New Member
Vbulletin Post/Thread/Category Downloader

You can use this script for copy another vbulletin forum's category or thread to your vbulletin forum.
Vbseo and Zointseo supportted

Instraction:
1)Register a account another vbulletin:
example:
username: clonetry
password: tryclone
pls note this anywhere

2)upload folder
but not forumroot, upload another directory
cmod 777 "cookie.txt" , "kullanici.txt"

3) open bilgiler.php any editor
Code:
$mysqlhost="localhost";
$mysqluser="your mySQL server User";
$mysqlpass="your mySQL server User Password";
$mysqldatabase="your mySQL database name ";
enter your forums mysql information

4) open ayarlar.php
Code:
// Foruma verileri ekleyecek kullanıcı ismi
$forum_member="your forum member name";


// Bot adress (EX. http://vbteam.info/bot/)
$bot_adres="your full site name/botroot/";
enter this information

5) run install.php at bootroot
when u see "Backup install.php and delete your server."
install completed succesfully.
and then rename install.php or delete.

6)then u can use safely
 

RelookPVR

New Member
Tested it and is working for the one post-
The category I can´t get to work.
Can you pls show an example for the full category adress(other forum)

RelookPVR
 

olgunmadak

New Member
trgino said:
Vbulletin Post/Thread/Category Downloader

You can use this script for copy another vbulletin forum's category or thread to your vbulletin forum.
Vbseo and Zointseo supportted

Instraction:
1)Register a account another vbulletin:
example:
username: clonetry
password: tryclone
pls note this anywhere

2)upload folder
but not forumroot, upload another directory
cmod 777 "cookie.txt" , "kullanici.txt"

3) open bilgiler.php any editor
Code:
$mysqlhost="localhost";
$mysqluser="your mySQL server User";
$mysqlpass="your mySQL server User Password";
$mysqldatabase="your mySQL database name ";
enter your forums mysql information

4) open ayarlar.php
Code:
// Foruma verileri ekleyecek kullanıcı ismi
$forum_member="your forum member name";


// Bot adress (EX. http://vbteam.info/bot/)
$bot_adres="your full site name/botroot/";
enter this information

5) run install.php at bootroot
when u see "Backup install.php and delete your server."
install completed succesfully.
and then rename install.php or delete.

6)then u can use safely


Thanks mannn ...
teşekkürler kardeşim.
 

trgino

New Member
in english:
if your hosting doesnt support "mysql_fetch_assoc" command this script couldnt work
if u have an error about "mysql_fetch_assoc" u can send any msg ur hosting hosting producer. they can open this command support. cause this command doesnt have any securtiy problem.

in turkish:
hostunuz "mysql_fetch_assoc" komutuna izin vermiyorsa bu script çalışmayacaktır. bu komutun çalışmadığı paralı host sahipleri host sağlıyıcınıza msj atarak açtırabilirisiniz. büyük ihtimalle açıcaktır. çünkü güvenlik problemi yaratmaz.
 

SaNSaRaLv0

New Member
Fatal error: Call to undefined function curl_init() in /usr/export/www/hosting/slamtr/bot/fonksiyonlar.php on line 23

hatası weriyo nasıL düzeLtebiLirim ??
 

vokin

New Member
I tried this hack but doesn't work, all information are good but the bot didn't post threads in my forum, how can i fix this ?
 

maester

New Member
I tested this out and it didnt work for me. However I noticed this. I had someone else login a member of my forum to try to use it when they logged in I went to the bot page and on the bot page it said logged in now username and gave the password of the user. Not many people will know about the bot folder however it does serve a security issue if someone finds it while an admin is logged into this program
 

vB Member

New Member
how can i fix that?
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/*****/mydomain/forum/bot/bilgiler.php on line 11

That comes from the table prefix vB_
My Table Prefix is vB_ and that don't works when i make a new database and no table prefix it works
 

Muzi

New Member
It Aint Working, I dont get any Error, But Whenever I Try to Download a Category or a Single Post it says:
"Giriş Yapılıyor.
İndiriliyor. Lütfen bekleyin...

Giriş Yapılamadı!!!"

That Means "DonE!!" but i dont see any post in my forums :s

Can Any one Help me Please? or Can Anyone help to rebuild this script? this one is an awsum hack if it works :(.. Please Reply
 

Muzi

New Member
I Love You I Love You I Love U, This is Awsum Mannnnn, it works, i was putting my forum link and user pass in the settings,, its supposed to tbe other forum's link and user pass from where we are grabbing posts..

THANK YOU VERY MUCH FOR SHARING IT MAN!

Only I wish if someone cud expand the script and make it like, instead of one nick pasting all category, it shud grab different nicks from file and post randomly with random nicks.
 

Muzi

New Member
Ohh But There's Still one Problem, When I Hover On the Post Topic All Topics are showing only one detail on mouse over and that is from other category :s why is that ??
 

olgunmadak

New Member
SaNSaRaLv0 said:
Fatal error: Call to undefined function curl_init() in /usr/export/www/hosting/slamtr/bot/fonksiyonlar.php on line 23

hatası weriyo nasıL düzeLtebiLirim ??


Beyefendi
sitenizin bulunduğu host şirketi
""" $ch = curl_init(); """ kodunu yorumlayamadığı için çalışmıyor. Hostunuzda PHP güncellemesi yapılması gerekiyor.


host your site, the company
"" "$ Ch = curl_init ();" "" can not interpret the code does not work. Do I need to have PHP update your host.
 

olgunmadak

New Member
godman said:
What problem? I can't choose my category!

Your Forum char set not supported !!!


Open index.php and edit the

Code:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-9">


Code:
<meta http-equiv="content-type" content="text/html; charset=utf-8">
 

SaNSaRaLv0

New Member
olgunmadak said:
Beyefendi
sitenizin bulunduğu host şirketi
""" $ch = curl_init(); """ kodunu yorumlayamadığı için çalışmıyor. Hostunuzda PHP güncellemesi yapılması gerekiyor.


host your site, the company
"" "$ Ch = curl_init ();" "" can not interpret the code does not work. Do I need to have PHP update your host.

biraz geçte oLsa cevap werdiğiniz için saoLun
 
Top