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

kp380lv 14th June 2008 12:06

re: YSE v2.0 PRE7 by BoLaMN
 
Quote:

Originally Posted by BoLaMN
and u followed the instructions? its not an error with the script its your php.ini settings

Aha I follow this instruction and resolve this problem!

Fynnon 14th June 2008 13:37

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
Search this forum before asking for help, your problem may already have a solution:


kp380lv 14th June 2008 13:41

re: YSE v2.0 PRE7 by BoLaMN
 
Quote:

Originally Posted by Fynnon
This error:

Code:

Fatal error: Allowed memory size of 8388608 bytes exhausted
Search this forum before asking for help, your problem may already have a solution!


Yes tnx Fynnon;)

eugen9f 14th June 2008 14:16

re: YSE v2.0 PRE7 by BoLaMN
 
Delete News
PHP Code:

Are you sure you want to delete this news?
 
Click <a href=?action=delete&newsid=1&returnto=/index.php&sure=1>here</a> If you are sure


Kotafi 14th June 2008 15:00

re: YSE v2.0 PRE7 by BoLaMN
 
eugen9f,

Thats because of the htmlstrip thingy in function newerr,
if you remove it from that function all works but but maybe there's a reason for it, more security? :unknown:

georgik 16th June 2008 10:57

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

alinyonok 19th June 2008 10:38

re: YSE v2.0 PRE7 by BoLaMN
 
Problem with registration of the new user. How to solve a problem?
Code:

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\themes\NEW_ANDiTKO\stdhead.php:4) in D:\xampp\htdocs\include\functions.php on line 577

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\themes\NEW_ANDiTKO\stdhead.php:4) in D:\xampp\htdocs\include\functions.php on line 578

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\themes\NEW_ANDiTKO\stdhead.php:4) in D:\xampp\htdocs\include\functions.php on line 579

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\themes\NEW_ANDiTKO\stdhead.php:4) in D:\xampp\htdocs\include\functions.php on line 580

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\themes\NEW_ANDiTKO\stdhead.php:4) in D:\xampp\htdocs\include\functions.php on line 581
Error
Registration is not possible!


BoLaMN 24th June 2008 13:54

re: YSE v2.0 PRE7 by BoLaMN
 
-see first post-

Small Update next major version will have nfo mod

kp380lv 24th June 2008 14:39

re: YSE v2.0 PRE7 by BoLaMN
 
Thanks BoLaMN works great;)

BoLaMN 24th June 2008 14:46

re: YSE v2.0 PRE7 by BoLaMN
 
27 downloads and 1 reply, thanks kp380lv i try to do it as soon as i get a chance :) i did have the nfo mod working but i deleted all files on my ftp and uploaded rc2.1 to test so now i have to recoded the nfo mod again argh!!!

Fynnon 24th June 2008 14:57

re: YSE v2.0 PRE7 by BoLaMN
 
There are some things that need to be modified:

1. on the footer: the version is 0.2.1 ?
Yuna Pre7 RC v02.1 - BolaMN


2. In fresh_install.html

Yuna Pre7 RC02.1 - BolaMN - Fresh Install

Last modified: June 10, 2008


3. I think should be made the link to the tracker in forums


Thank You!

:friend:

kp380lv 24th June 2008 15:08

re: YSE v2.0 PRE7 by BoLaMN
 
Only one bug with online users:)

http://img210.imageshack.us/img210/3313/1321ql6.png
But this version works good:)

Update!

2nd bug with message.php : Sending message to user - shows this error and then refresh back to your Inbox

http://img254.imageshack.us/img254/9044/2bugul4.png

3v0 24th June 2008 15:22

re: YSE v2.0 PRE7 by BoLaMN
 
Thanks for the update BoLaMN

BoLaMN 24th June 2008 16:04

re: YSE v2.0 PRE7 by BoLaMN
 
okay ive fixed staffmess and with the double name issue is because they have two windows open ill see if i can stop that and fynnon there is a button that goes back the tracker

kp380lv 24th June 2008 18:59

re: YSE v2.0 PRE7 by BoLaMN
 
Ok BoLaMN ;) You Rocks;) If I found something that does not work I inform you

EDIT:

I found new bug!

Can't delete created polls and news too!


http://img125.imageshack.us/img125/3557/lilprobxy8.png

huly 25th June 2008 02:45

re: YSE v2.0 PRE7 by BoLaMN
 
thank you!!!

kp380lv 26th June 2008 12:21

re: YSE v2.0 PRE7 by BoLaMN
 
BoLaMN i found bug!Bug when i seeding torrent!Before i was seeding all was normally with userdetails but when i start seeding shows following error!

http://img161.imageshack.us/img161/2015/bugon5.png

uzer31337 26th June 2008 12:24

re: YSE v2.0 PRE7 by BoLaMN
 
very nice packet ! i have problems in link forum got error
Code:

MySQL error: 1271
Illegal mix of collations for operation ' IN '
Query: SELECT title,template FROM mybb_templates WHERE title IN ('' ,'index' ,'index_whosonline' ,'index_welcomemembertext' ,'index_welcomeguest' ,'index_whosonline_memberbit' ,'forumbit_depth1_cat' ,'forumbit_depth1_forum' ,'forumbit_depth2_cat' ,'forumbit_depth2_forum' ,'forumbit_depth1_forum_lastpost' ,'forumbit_depth2_forum_lastpost' ,'index_modcolumn' ,'forumbit_moderators' ,'forumbit_subforums' ,'index_welcomeguesttext' ,'index_birthdays_birthday' ,'index_birthdays' ,'index_pms' ,'index_loginform' ,'index_logoutlink' ,'index_stats' ,'forumbit_depth3' ,'forumbit_depth3_statusicon' ,'index_boardstats' ,'css' ,'headerinclude' ,'header' ,'footer' ,'gobutton' ,'htmldoctype' ,'header_welcomeblock_member' ,'header_welcomeblock_guest' ,'header_welcomeblock_member_admin' ,'nav' ,'nav_sep' ,'nav_bit' ,'nav_sep_active' ,'nav_bit_active' ,'global_unreadreports') AND sid IN ('-2','-1','2') ORDER BY sid

and what need sofr for work this packet i have install XBT Tracker.exe and im upload torrent and no see siders ! pls help me ssry my speak bad...

kp380lv 26th June 2008 12:30

re: YSE v2.0 PRE7 by BoLaMN
 
You don't need XBT Tracker.exe if you use Yuna Scatari!

jora33 28th June 2008 14:54

re: YSE v2.0 PRE7 by BoLaMN
 
how to install using xampp????

kp380lv 28th June 2008 20:54

re: YSE v2.0 PRE7 by BoLaMN
 
Use installer example: localhost/install - and remove from installation folder install.lock file

Kotafi 30th June 2008 11:18

re: YSE v2.0 PRE7 by BoLaMN
 
Code:

Warning: Cannot modify header information - headers already sent by (output started at /home/farout/domains/*sensored*/public_html/themes/Black/stdhead.php:4) in /home/farout/domains/*sensored*/public_html/invite.php on line 46
In invite.php when you try to delete invitecode :nosepick:

BoLaMN 30th June 2008 13:44

re: YSE v2.0 PRE7 by BoLaMN
 
find "stdmsg" in invite.php and replace line with:

Code:

               
newsuc($tracker_lang['success'], "Invitation removed. now, we leave you to a page invitations...",false,true);


nikosuk 30th June 2008 20:37

re: YSE v2.0 PRE7 by BoLaMN
 
hello there, i have been using the torrentstrike fullymodded version since january.

last week i have tried and i have installed your source (Yuna Scatari v2.0 PRE7 RC2 By BoLaMN)
i think it is very very nice!

one thing i was wondering, is there a way to upgrade my current intallation to your source?
I would really like to use it on my tracker!

I have tried, but functions are different, structure is different, and some tables are missing ..:(
Any help would be appreciated!

Thank you for your help!, KEEP UP the good work!

DmacK 1st July 2008 04:26

re: YSE v2.0 PRE7 by BoLaMN
 
I, I tried to install but i dont have the install.php on the folder. Who can i install this??

Sorry my bad English xD

Kotafi 1st July 2008 10:27

re: YSE v2.0 PRE7 by BoLaMN
 
Quote:

Originally Posted by BoLaMN
find "stdmsg" in invite.php and replace line with:

dont work :whistle:

gigasb 4th July 2008 15:40

re: YSE v2.0 PRE7 by BoLaMN
 
i cant browse the torrents i get this error

Code:

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXISTS(SELECT * FROM readtorrents AS r WHERE r.userid = 1 AND r

nikosuk 4th July 2008 17:07

re: YSE v2.0 PRE7 by BoLaMN
 
Quote:

Originally Posted by nikosuk
hello there ,

i have been using the torrentstrike fullymodded version since january.

last week i have tried and i have installed your source (Yuna Scatari v2.0 PRE7 RC2 By BoLaMN)
i think it is very very nice!
one thing i was wondering, is there a way to upgrade my current intallation to your source?
I would really like to use it on my tracker!
I have tried, but functions are different, structure is different, and some tables are missing ..:(
Any help would be appreciated!
Thank you for your help!, KEEP UP the good work!


Please , if anyone can help..answer my post , i would like to upgrade from torrentstrike to Yuna Scatari v2.0
Thank you in advance for your help

kp380lv 4th July 2008 19:43

re: YSE v2.0 PRE7 by BoLaMN
 
Just Download YUNA! And install it on your tracker;) Upgrade - I don't think so!

ANDiTKO 9th July 2008 09:55

re: YSE v2.0 PRE7 by BoLaMN
 
I get these errors when i try to accsess the admin panel (@ localhost).

Code:

Notice: Undefined variable: rootpath in h:\www\easyphp1-8\www\ysetest\settings.php on line 8
Code:

Warning: Cannot modify header information - headers already sent by (output started at h:\www\easyphp1-8\www\ysetest\settings.php:8) in h:\www\easyphp1-8\www\ysetest\include\functions.php on line 705
Code:

Warning: Cannot modify header information - headers already sent by (output started at h:\www\easyphp1-8\www\ysetest\settings.php:8) in h:\www\easyphp1-8\www\ysetest\include\functions.php on line 706
Code:

Warning: Cannot modify header information - headers already sent by (output started at h:\www\easyphp1-8\www\ysetest\settings.php:8) in h:\www\easyphp1-8\www\ysetest\include\functions.php on line 707
Code:

Warning: Cannot modify header information - headers already sent by (output started at h:\www\easyphp1-8\www\ysetest\settings.php:8) in h:\www\easyphp1-8\www\ysetest\include\functions.php on line 708
Code:

Warning: Cannot modify header information - headers already sent by (output started at h:\www\easyphp1-8\www\ysetest\settings.php:8) in h:\www\easyphp1-8\www\ysetest\include\functions.php on line 709
Line 8 in settings.php is this
Code:

include($rootpath . 'include/bittorrent.php');
To fix the error change the line to
Code:

include('include/bittorrent.php');
I think its because it request a variable witch is not yet loaded.So just remove it. ;-)


All times are GMT +2. The time now is 12:48.

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