Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   TBDev 2009 (http://www.bvlist.com/showthread.php?t=4931)

KiD 16th May 2010 16:26

Quote:

Originally Posted by underx (Post 23075)
plz how can remove the cloud search in browse.php ?

its a 2 sec. job if you open you eys dude, remove this:

browse.php
PHP Code:

$HTMLOUT .= "<div id='wrapper' style='width:90%;border:1px solid black;background-color:pink;'>";


    
//print out the tag cloud
    
require_once "include/searchcloud_functions.php";
    
$HTMLOUT .= cloud() . "</div>"


underx 16th May 2010 17:17

thks a lot KID ! :)

Tiger33 31st May 2010 03:39

I've setup TB but when i log in i keep getting the message

Code:

NO SPAM! Wait 10 seconds and then refresh page
anyone got any ideas why?

hywel 31st May 2010 06:11

@Tiger33 if you want to remove

NO SPAM! Wait 10 seconds and then refresh page

then in login.php and signup.php just find this either remove it or uncomment it :

Code:

// Begin the session
    session_start();
    if (isset($_SESSION['captcha_time']))
    (time() - $_SESSION['captcha_time'] < 10) ? exit("{$lang['login_spam']}") : NULL;

Thats it :drink:

dean winchester 3rd June 2010 18:48

TBDev
 
i trie to install TBdev, but there is error, this:

http://img31.imageshack.us/img31/874...n3451ay63l.jpg

Zuby 3rd June 2010 19:26

dean... firstly make a database in mysql than uncheck the field with "create database" or how it is, than fill with your username and password of mysql also need's the adress of mysql ( usualy localhost ).

dean winchester 4th June 2010 07:48

:)
 
Quote:

Originally Posted by Zuby (Post 23303)
dean .. firstly make a database in mysql than uncheck the field with "create database" or how it is, than fill with your username and password of mysql also need's the adress of mysql ( usualy localhost ).
i hope u understand my english..

at first thank you for answering :)

i wonder one thing: making database i need to use phpmyadmin?

i think i have to import all .sql fails with phpmyadmin and i wonder, i must wrote someting in .sql files before i import it??, or only import is enough?

Zuby 4th June 2010 14:41

nope u dont need phpmyadmin, you can create manualy from ssh, like this:
Code:

mysql -u root -p
Enter password: yourpasshere
create database NameOfDatabase;

PS: It's very important to write " ; " after that command
and that's all

dean winchester 4th June 2010 15:37

Quote:

Originally Posted by Zuby (Post 23325)
nope u dont need phpmyadmin, you can create manualy from ssh, like this:
Code:

mysql -u root -p
Enter password: yourpasshere
create database NameOfDatabase;

PS: It's very important to write " ; " after that command
and that's all

i made database on cpanel (as you told me)
$mysql_host
$mysql_database
$mysql_user
$mysql_password
i did it all and i already have mysql adresses.
but there is same error :(
http://upimage.caucasus.net/images/u...pk9l80fcp4.jpg
i Also chmod all failes
i have to install this script it's very nesesery for me and plz help me :(
thanks for attention

Zuby 4th June 2010 18:53

maybe it's an problem from your host, if u have shared webhost be sure you have a lot of limits.. maybe it's this .. or you didn't filled good the settings on install.php .
OR if u are running on a webhost be carefull on mysql adress probably it's not localhost it's another one ( check your info ).
cheers


All times are GMT +2. The time now is 09:43.

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