Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   My prefix is _ where should i put it in this code? (http://www.bvlist.com/showthread.php?t=7570)

romano1 28th January 2012 22:47

My prefix is _ where should i put it in this code?
 
My prefix is _ where shoul i put it in this code?
Iam trying to mount: http://www.phpmybittorrent.com/forum/index.php/t/1009/0

sorry for my noob.:smack:

Code:

ALTER TABLE `torrent_torrents` ADD `post_img` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `descr` , ADD `screan1` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `post_img` , ADD `screan2` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `screan1` , ADD `screan3` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `screan2` , ADD `screan4` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `screan3` ;

daffy 28th January 2012 23:17

Hi mate, you need to copy and paste this part into your database sql, if you use phpmyadmin to access your DB, go to your DB, click on SQL along the top, and paste all the below to alter/add new tables.

Code:

ALTER TABLE `torrent_torrents` ADD `post_img` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `descr` , ADD `screan1` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `post_img` , ADD `screan2` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `screan1` , ADD `screan3` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `screan2` , ADD `screan4` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `screan3` ;

romano1 29th January 2012 00:09

Thank you daffy, i mean my prefix in the database is _(underscore), where should i put it?
it was my mistake to put this _ instead of leave it blank on the setup.

joeroberts 29th January 2012 00:16

the under score is automatic in setup
if you left the prefix blank on set up the you well see
_addedrequests
_admin_forum
_avps
_affiliates
_bans
_blackjack

If you did not leave it blank and you added another under score the the prefix is what you added
prefix__addedrequests
prefix__admin_forum
prefix__avps
prefix__affiliates
prefix__bans
prefix__blackjack

the script just needs you to change
torrent_torrents
to
yourprefix_torrents

\n";

Edit: Can we make the images go right to left?

Edit2: where the screeshot images goes? i canot see them anywhere.

Edit3: the block is just too big. :( not if it was right to left.
http://img171.imageshack.us/img171/642/sshot23v.png

Edit4: the imdb description used to work, but now it dont, for all files:
http://img7.imageshack.us/img7/4121/sshot22o.png


My file: http://www.2shared.com/file/zeZt4G8n...ges_block.html
romano1 5th February 2012 13:53

Help
i canot find this in edit.php
echo "

IMDB Link

\n

joeroberts 5th February 2012 17:34

1 Attachment(s)
try this one

\n";
SOLVED

Edit: Can we make the images go right to left?

Edit2: where the screeshot images goes? i canot see them anywhere.
SOLVED

Edit3: the block is just too big. :( not if it was right to left.
http://img171.imageshack.us/img171/642/sshot23v.png

Edit4: the imdb description used to work, but now it dont, for all files: SOLVED
http://img7.imageshack.us/img7/4121/sshot22o.png

thank you joe

all is done, for everyone lookout for the Screen ---->screan error.
I will make a new topic for the only thing i need: right to left.
romano1 5th February 2012 17:45

Edit 2 is solved, it laked some edits, but now it shows a blanck image if i not put the 4 images...ugly
http://img31.imageshack.us/img31/4505/sshot25t.png

Bump: I guess is this NULL thing, if i erased it it show good, this Null thing appear automatic, can it not? HA maybe in the new torrents it do not show, as the code eas changed. i will try it later.
http://img802.imageshack.us/img802/6664/sshot26.png

Edit:
Help
i canot find this in edit.php
echo "

IMDB Link

\n


All times are GMT +2. The time now is 07:41.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.