Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   YSE v2.0 PRE7 by BoLaMN (http://www.bvlist.com/showthread.php?t=431)

BoLaMN 10th June 2008 11:27

YSE v2.0 PRE7 by BoLaMN
 
1 Attachment(s)
Time to play Hide & Seek ;)

Yuna Pre7 RC02 - BolaMN

test login
user: username
pass: password

Last modified: June 10, 2008

REQUIREMENTS:
*nix or Windows server.
MYSQL 4.1 or greater. Note: This source tested on Mysql 4 and 5 (we recommend: Mysql 5)
PHP version 4.1 or greater. Note: This source tested on PHP 4.x, 5.x (we recommend: PHP 5)
The Apache webserver (version 1.3 or greater.) Note: This source tested on Apache 2 (we recommend: Apache 2).
The ability to change directory permissions to 0777 or to change ownership of directories to be owned by the webserver process.
.htaccess Support! (see httpd.conf for: AllowOverride all)
Short Open Tag support (see php.ini for: short_open_tag = On)
GD2 Support (see php.ini for: extension=php_gd2.dll)
Mod Rewrite Support (see httpd.conf for: LoadModule rewrite_module modules/mod_rewrite.so)
SMTP Server.

Please contact your hosting provider to ensure your server is compatible with Yuna Pre7 by BolaMN before installing.



Pre7 v.RC2 English
- Fixed Avatar Upload System
- Fixed all known bugs. Rev-3
- General Language Fixes

Pre7 v.RC1 English
- Replaced all stderr & bark with function newerr
- Fixed all known bugs. Rev-2
- New Settings system
- New Installer
- New Anonymous Mod
- Updated Theme From ANDiTKO (NEW_ANDiTKO)

Pre7 v.RC0 English - Fixed all known bugs.
- Converted to English

Pre7 v.RC0
- First Leaked public release.

FINAL NOTE
Please report bugs, errors, security holes for better version of Yuna Pre7 - BoLaMN
If you have any suggession about this source please let us know by using our forums.

With best Regards - BolaMN

Good luck and Enjoy.

Special Thanks

ANDiTKO, Hatchet, Yuna Scatari & any user which supports this source!!




Yuna Pre7 RC02 - BolaMN FRESH INSTALLATION INSTRUCTIONS:
Quick and easy steps to get you up and running.


Yuna Pre7 RC02 - BolaMN - Fresh Install



These steps are by no means exhaustive or as detailed as possible.

1. Unzip the release archive to your computer using an archive utility capable of decompressing the download format you choose (Winrar,Winzip).

2. Using an FTP client (FlashFXP,CuteFTP), upload the entire contents of the 'upload' directory to a visible directory on your web server.

3. CHMOD the following files/folders to 0777 (ie, make sure that PHP can write to them).

- ./CONFIG/
- ./CONFIG/CLEANUP
- ./CONFIG/DATABASE
- ./CONFIG/EXTRA
- ./CONFIG/MAIN
- ./CONFIG/SECURITY
- ./CONFIG/SMTP
- ./CONFIG/TWEAK
- ./CONFIG/THEME
- ./torrents/
- ./cache/
- ./include/config_announce.php
- ./forum/inc/config.php
- ./forum/inc/settings.php


4. In your browser, visit the URL where you installed your tracker, appending ./install/index.php on to the end of it.


5. After the installation has completed, please DELETE the 'install' directory from server.


6. You can now login to the Administration Control Panel by appending ./settings.php on to the URL of your tracker.

IMPORTANT: Do not forget to protect your ./CONFIG folder by using apache config.
Example httpd.conf


Options -Indexes +FollowSymlinks +MultiViews -SymLinksIfOwnerMatch
AllowOverride all
Order Allow,Deny
Allow from all


Congratulations, you should now have an installed and working copy of Yuna Pre7 - BoLaMN on your web server.

Have a nice day.

vlados25 10th June 2008 15:28

re: YSE v2.0 PRE7 by BoLaMN
 
Code:

Notice: Undefined variable: rootpath in Z:\home\89.221.113.128\www\settings.php on line 8

Warning: Cannot modify header information - headers already sent by (output started at Z:\home\89.221.113.128\www\settings.php:8) in Z:\home\89.221.113.128\www\include\functions.php on line 710

Warning: Cannot modify header information - headers already sent by (output started at Z:\home\89.221.113.128\www\settings.php:8) in Z:\home\89.221.113.128\www\include\functions.php on line 711

Warning: Cannot modify header information - headers already sent by (output started at Z:\home\89.221.113.128\www\settings.php:8) in Z:\home\89.221.113.128\www\include\functions.php on line 712

Warning: Cannot modify header information - headers already sent by (output started at Z:\home\89.221.113.128\www\settings.php:8) in Z:\home\89.221.113.128\www\include\functions.php on line 713

Warning: Cannot modify header information - headers already sent by (output started at Z:\home\89.221.113.128\www\settings.php:8) in Z:\home\89.221.113.128


Krypto 10th June 2008 20:41

re: YSE v2.0 PRE7 by BoLaMN
 
Code:

Fatal error: Call to undefined function newerr() in C:\xampp\htdocs\include\functions.php on line 524
Sees to work fine if I comment out that line :)

bookmarks.php

FIND
Code:

?>
stdhead($tracker_lang['bookmarks']);

REPLACE
Code:

stdhead($tracker_lang['bookmarks']); ?>
takedelbookmark.php

FIND
Code:

newerr(($tracker_lang['error'], "No selection",true,true);
REPLACE
Code:

newerr($tracker_lang['error'], "No selection",true,true);
message.php

FIND
Code:

stdsuccsess($tracker_lang['success'] , $message_lang['sendsucessfull']);
REPLACE
Code:

stdsuccess($tracker_lang['success'] , $message_lang['sendsucessfull']);
FIND
Code:

$res = sql_query('SELECT * FROM ".TABLE_MESSAGES." WHERE id=' . sqlesc($pm_id) . ' AND (receiver=' . sqlesc($CURUSER['id']) . ' OR sender=' . sqlesc($CURUSER['id']) . ') LIMIT 1') or sqlerr(__FILE__,__LINE__);
REPLACE
Code:

$res = sql_query("SELECT * FROM ".TABLE_MESSAGES." WHERE id=" . sqlesc($pm_id) . " AND (receiver=" . sqlesc($CURUSER['id']) . " OR sender=" . sqlesc($CURUSER['id']) . ") LIMIT 1") or sqlerr(__FILE__,__LINE__);
include/functions_global.php

FIND
Code:

function stdsuccess($heading = '', $text = '') {
AFTER ADD
Code:

stdhead();
Code:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\userdetails.php on line 49

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\userdetails.php:49) in C:\xampp\htdocs\include\functions.php on line 710

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\userdetails.php:49) in C:\xampp\htdocs\include\functions.php on line 711

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\userdetails.php:49) in C:\xampp\htdocs\include\functions.php on line 712

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\userdetails.php:49) in C:\xampp\htdocs\include\functions.php on line 713

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\userdetails.php:49) in C:\xampp\htdocs\include\functions.php on line 714

If I comment out the above lines all appears fine.

BoLaMN 11th June 2008 01:08

re: YSE v2.0 PRE7 by BoLaMN
 
using stdsuccess without variables is what i have been trying to change take newerr for instance the ,true,true values decide weather to post stdhead(); or stdfoot(); the headers already sent by error message is because stdhead(); has already been sent just need to work out where it getting sent twice ;) some reason i never have them errors ni weird but okay.... lol will try to change stdsuccess over to newmsg cheers.

kp380lv 13th June 2008 14:51

re: YSE v2.0 PRE7 by BoLaMN
 
Source is good very good (but with bugs):)

But one thing is bad!That installer!!!Pre 6 was nice that the source was without installer! ;)

How I can run this source without installer?
So I wait Final release;)

1 bug is with upload!When i try upload torrent file - then show it's to large!:D And do not upload torrent to tracker!

3v0 13th June 2008 18:56

re: YSE v2.0 PRE7 by BoLaMN
 
I actually prefer the installer so it's swings and roundabouts really, you aint going to please every user of this source :)

I really like this version of YS, so much so I've spent the past 5 hours fixing up all the spelling mistakes, updating the FAQ, Rules etc.

Look forward to a final version of this Tracker :)

kp380lv 13th June 2008 19:46

re: YSE v2.0 PRE7 by BoLaMN
 
Quote:

Originally Posted by 3v0
I actually prefer the installer so it's swings and roundabouts really, you aint going to please every user of this source :)

I really like this version of YS, so much so I've spent the past 5 hours fixing up all the spelling mistakes, updating the FAQ, Rules etc.

Look forward to a final version of this Tracker :)


Yeah source is cool!But i take pre 6 becouse there was no problems with upload:D Anyway Pre 7 is better!But bug with torrent upload i dont like:)

BoLaMN 14th June 2008 03:56

re: YSE v2.0 PRE7 by BoLaMN
 
what upload error what does it say??

kp380lv 14th June 2008 11:56

re: YSE v2.0 PRE7 by BoLaMN
 
Quote:

Originally Posted by BoLaMN
what upload error what does it say??

Snakebite says too its a upload problem!This error shows when press upload torrent!

This error:

Code:

Fatal error: Allowed memory size of 8388608 bytes exhausted

BoLaMN 14th June 2008 12:03

re: YSE v2.0 PRE7 by BoLaMN
 
and u followed the instructions? its not an error with the script its your php.ini settings


All times are GMT +2. The time now is 16:46.

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