Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #71  
Old 27th February 2009, 20:46
KiD's Avatar
KiD KiD is offline
Senior Member
 
Join Date: Nov 2008
Denmark
Posts: 110
Default
Quote:
Originally Posted by ripv3 View Post
is anyone having a problem with the login because i can`t login i created 10 account and still the same problem.
Can anyone help me ?
Sorry i have the same problem, but only for my "beta" users... i can login but noy them
__________________
Regards KiD

ThemeFactory - Tracker Related Skins, Graphic & Support
Visit us here: http://www.themefactory.net
Reply With Quote
  #72  
Old 3rd March 2009, 13:34
El1t3's Avatar
El1t3 El1t3 is offline
Member
 
Join Date: Jan 2009
Spain
Posts: 5
Default
Quote:
Originally Posted by KiD View Post
Sorry i have the same problem, but only for my "beta" users... i can login but noy them
Your problem is here:
Quote:
10. Change text in bittorrent.php, ReadY sALTEd PeanutS, whit whatever you want (f.e. i like pie)
UNDO this step and it should be fine.
Reply With Quote
  #73  
Old 1st April 2009, 22:17
ionutzu ionutzu is offline
Member
 
Join Date: Mar 2009
P2P
Posts: 1
Default
Quote:
Originally Posted by El1t3 View Post
Connectable: No

Ratio: --- Uploaded: 0.00 kB Downloaded: 0.00 kB Active Torrents: Torrents seeding 1 Torrents leeching 0 Connectable: No

I did the instalation 3 times now... some1 give me a hand.
I folowed the instalation guide as written ... im out of ideas.
this is a part of the code i know u will ask:
10x in advance
i have the same problem... anyone can help us?
Reply With Quote
  #74  
Old 20th June 2009, 19:31
Dizzy91 Dizzy91 is offline
Member
 
Join Date: Jun 2009
P2P
Posts: 4
Default Help
Hey...I like this Source and try it but when i put ..ex: [img]link[/img] the image don't see! :|

Last edited by Dizzy91; 25th June 2009 at 01:10.
Reply With Quote
  #75  
Old 1st July 2009, 20:24
B90RVN B90RVN is offline
Member
 
Join Date: Jul 2009
P2P
Posts: 10
Default
I can find login.php :|
Reply With Quote
  #76  
Old 2nd September 2009, 18:59
gbghacker gbghacker is offline
Member
 
Join Date: Aug 2009
P2P
Posts: 3
Default
hy, why i am not connactable when i upload any torrent on site, i am not connactable but on utorrent he say working
Reply With Quote
  #77  
Old 4th September 2009, 11:24
myky myky is offline
Member
 
Join Date: Aug 2009
P2P
Posts: 2
Default
please help me.....i install this source to htdocs in xampp i do all things like in readme and when i connect to http://localhost i see a codded page here is the cod:


PHP Code:
" . $a["username"] . ""; else $latestuser = $a['username']; */ $registered = number_format(get_row_count("users")); //$unverified = number_format(get_row_count("users", "WHERE status='pending'")); $torrents = number_format(get_row_count("torrents")); //$dead = number_format(get_row_count("torrents", "WHERE visible='no'")); $r = mysql_query("SELECT value_u FROM avps WHERE arg='seeders'") or sqlerr(__FILE__, __LINE__); $a = mysql_fetch_row($r); $seeders = 0 + $a[0]$r = mysql_query("SELECT value_u FROM avps WHERE arg='leechers'") or sqlerr(__FILE__, __LINE__); $a = mysql_fetch_row($r); $leechers = 0 + $a[0]$seeders = number_format(get_row_count("peers", "WHERE seeder='yes'")); $leechers = number_format(get_row_count("peers", "WHERE seeder='no'")); $peers = number_format($seeders + $leechers); $uniqpeer = number_format(get_row_count("peers", "WHERE connectable='yes'")); if ($leechers == 0) $ratio = 0; else $ratio = round($seeders / $leechers * 100); $dt = gmtime() - 180; $dt = sqlesc(get_date_time($dt)); $result = mysql_query("SELECT SUM(last_access >= $dt) AS totalol FROM users") or sqlerr(__FILE__, __LINE__); while ($row = mysql_fetch_array ($result)) { $totalonline = $row["totalol"]; } $dt = gmtime() - 180; $dt = sqlesc(get_date_time($dt)); $res = mysql_query("SELECT idusername, class, donorwarned FROM users WHERE last_access >= $dt ORDER BY username") or print(mysql_error()); while ($arr = mysql_fetch_assoc($res)) { if ($activeusers$activeusers .= ",\n"; switch ($arr["class"]) { case UC_SYSOP: $arr["username"] = "" . $arr["username"] . ""; break; case UC_ADMINISTRATOR: $arr["username"] = "" . $arr["username"] . ""; break; case UC_MODERATOR: $arr["username"] = "" . $arr["username"] . ""; break; case UC_UPLOADER: $arr["username"] = "" . $arr["username"] . ""; break; case UC_VIP: $arr["username"] = "" . $arr["username"] . ""; break; case UC_POWER_USER: $arr["username"] = "" . $arr["username"] . ""; break; } $donator = $arr["donor"] === "yes"; if ($donator$activeusers .= ""; $warned = $arr["warned"] === "yes"; if ($warned$activeusers .= ""; if ($CURUSER$activeusers .= "{$arr["username"]}"; else $activeusers .= "{$arr["username"]}"; if ($donator$activeusers .= "" .DONOR. " {$$arr["donor"]}"; if ($warned$activeusers .= "" .WARNED. " {$$arr["warned"]}"; } if (!$activeusers$activeusers = "There have been no active users in the last 15 minutes."; stdhead("Home"); //echo "Welcome to our newest member$latestuser!\n"; print("
"); print("
" .RECENT_NEWS. ""); if (get_user_class() >= UC_ADMINISTRATOR) print(" 
- [" .NEWS_PAGE. "]"); print("
\n"); $res = mysql_query("SELECT FROM news WHERE ADDDATE(addedINTERVAL 45 DAY) > NOW() ORDER BY added DESC LIMIT 10") or sqlerr(__FILE__, __LINE__); if (mysql_num_rows($res) > 0) { print("
\n

    
"); while($array = mysql_fetch_array($res)) { print("" . gmdate("Y-m-d",strtotime($array['added'])) . " " . format_comment($array['body'])); if (get_user_class() >= UC_ADMINISTRATOR) { print(" [" .EDIT. "]"); print(" [" .DELETE_. "]"); } print("
      "); } print("

\n"); } if ($CURUSER) { // Get current poll $res = mysql_query("SELECT FROM polls ORDER BY added DESC LIMIT 1") or sqlerr(); if($pollok=(mysql_num_rows($res))) { $arr = mysql_fetch_assoc($res); $pollid = $arr["id"]$userid = $CURUSER["id"]$question = format_comment($arr["question"]); $o = array($arr["option0"]$arr["option1"]$arr["option2"]$arr["option3"]$arr["option4"]$arr["option5"]$arr["option6"]$arr["option7"]$arr["option8"]$arr["option9"]$arr["option10"]$arr["option11"]$arr["option12"]$arr["option13"]$arr["option14"]$arr["option15"]$arr["option16"]$arr["option17"]$arr["option18"]$arr["option19"]); // Check if user has already voted $res = mysql_query("SELECT FROM pollanswers WHERE pollid=$pollid AND userid=$userid") or sqlerr(); $arr2 = mysql_fetch_assoc($res); } print("
" .POLL. ""); if (get_user_class() >= UC_MODERATOR) { print(""); print(" 
- [" .P_NEW. "]\n"); if($pollok) { print(" - [" .EDIT. "]\n"); print(" - [" .DELETE_. "]"); } print(""); } print("
\n"); if($pollok) { print("
\n"); print("
"); print("

$question
\n"); $voted = $arr2; if ($voted) { // display results if ($arr["selection"]$uservote = $arr["selection"]; else $uservote = -1; // we reserve 255 for blank vote. $res = mysql_query("SELECT selection FROM pollanswers WHERE pollid=$pollid AND selection 20") or sqlerr(); $tvotes = mysql_num_rows($res); $vs = array(); // array of $os = array(); // Count votes while ($arr2 = mysql_fetch_row($res)) $vs[$arr2[0]] += 1; reset($o); for ($i = 0; $i < count($o); ++$i) if ($o[$i]$os[$i] = array($vs[$i]$o[$i]); function srt($a,$b) { if ($a[0] > $b[0]) return -1; if ($a[0] < $b[0]) return 1; return 0; } // now os is an array like this: array(array(123, "Option 1"), array(45, "Option 2")) if ($arr["sort"] == "yes") usort($os, srt); print("\n"); $i = 0; while ($a = $os[$i]) { if ($i == $uservote$a[1] .= " *"; if ($tvotes == 0) $p = 0; else $p = round($a[0] / $tvotes * 100); if ($i % 2) $c = ""; else $c = " bgcolor=#ECE9D8"; print("\n"); ++$i; } print("
" . $a[1] . "      " . " $p%
\
n"); $tvotes = number_format($tvotes); print("

" .VOTES. "
$tvotes
\n"); } else { print("
\n"); $i = 0; while ($a = $o[$i]) { print("$a
\n"); ++$i; } print("
"); print("" .BLANK_VOTE. "
\n"); print("

"); } ?>
.PREVIOUS_POOLS"

\n"
); ?>
\n"; echo "
"; echo"

" .NO_ACTIVE_POOLS. "

\n"; echo "
"; } } ?>
- ( ) 
Get Firefox!Get utorrent!Get Azureus!
Reply With Quote
  #78  
Old 4th September 2009, 11:36
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
Use xampp 1.7.1 not 1.7.2 .


Edit : User myky happy , working with 1.7.1

Last edited by Timisoreanul; 4th September 2009 at 12:14. Reason: User solved
Reply With Quote
  #79  
Old 5th September 2009, 11:47
Strikey's Avatar
Strikey Strikey is offline
Senior Member
 
Join Date: Jan 2009
United Kingdom
Posts: 57
Default
this is old skool
Reply With Quote
  #80  
Old 14th September 2009, 17:16
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
I have a problem with login. I can't login! I've signup a new account, it shows i'm SysOP and when i complete the fields with my username and password and i click login it wont work! The page remain the same! I've made a lot of accounts but still the same problem!! Anyone can help me ?
[Sorry for my bad english]
Reply With Quote
Reply

Tags
netmaniack , v16


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Netmaniack v1.6 Strikey TBDev 6 8th August 2009 21:49
[Netmaniack 1.5] TBDev error Rockstarinsh TBDev 5 14th January 2009 17:46
Netmaniack 1.4 Problem BlOoDyio Community Cafe 1 5th January 2009 13:22
Iso Torrents By Netmaniack Subzero Downloads 9 10th October 2008 09:28
NetManiack v1.6 remove TTL darknirvana TBDev 0 23rd July 2008 07:52



All times are GMT +2. The time now is 00:13. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.