|
||||
| ||||
|
|
#361 |
|
Hall Of Famer
Join Date: Nov 2002
Posts: 3,648
|
Yes. Schedule your draft for an additional round. Then modify the draft order in round 2 to be your "sandwich pick round" using the Skip Pick links on the draft board.
__________________
StatsLab- PHP/MySQL based utilities for Online Leagues Baseball Cards - Full list of known templates and documentation on card development. |
|
|
|
|
|
#362 |
|
Hall Of Famer
Join Date: Dec 2001
Location: San Diego, CA
Posts: 2,165
|
Where are the passwords generated from for this utility? Is a GM's password the same as it is in game?
I have a handful of guys who's passwords work in-game but not with the utility. Is there a way for me to adjust these?
__________________
|
|
|
|
|
|
#363 | |
|
All Star Starter
Join Date: Mar 2002
Location: Mass.
Posts: 1,963
|
Quote:
baseball In your admin screen you should be able to reset a user's password back to default password if they forget it
__________________
- Front Office Offseason League. (Fast Paced OOTP-X and OOTP11 leagues, sims one season every week)
|
|
|
|
|
|
|
#364 |
|
All Star Reserve
Join Date: Feb 2003
Location: Orange, CA
Posts: 569
|
Is there any reason why all the passwords would all the sudden stop working? And how can I go about fixing that?
__________________
DanGarion GM - Los Angeles Dodgers The Peanuts and Cracker Jack Baseball League PCJBL! |
|
|
|
|
|
#365 |
|
Hall Of Famer
Join Date: Nov 2002
Posts: 3,648
|
Actually, yes. I've seen this happen a few times where a host has changed the encryption protocol used. The only recourse is to reset all the passwords from the Admin page (or using a SQL command directly into the DB if you know how to do that).
__________________
StatsLab- PHP/MySQL based utilities for Online Leagues Baseball Cards - Full list of known templates and documentation on card development. |
|
|
|
|
|
#366 |
|
All Star Reserve
Join Date: Feb 2003
Location: Orange, CA
Posts: 569
|
Ok well... Since the passwords all don't work, that means the admin password won't work either. I tried deleting the password in MySQL and logging in and that didn't work. How would I go about running a command to reset them?
__________________
DanGarion GM - Los Angeles Dodgers The Peanuts and Cracker Jack Baseball League PCJBL! |
|
|
|
|
|
#367 | |
|
Hall Of Famer
Join Date: Nov 2002
Posts: 3,648
|
Quote:
![]() PM sent with instructions.
__________________
StatsLab- PHP/MySQL based utilities for Online Leagues Baseball Cards - Full list of known templates and documentation on card development. |
|
|
|
|
|
|
#368 |
|
All Star Reserve
Join Date: Mar 2007
Location: Somewhere in South Carolina
Posts: 636
|
I'm having a problem with Logos not showing up. I hit "Capitalize Team Logos" and nothing happens.
Other than that everything else works fine |
|
|
|
|
|
#369 |
|
Hall Of Famer
Join Date: Nov 2002
Posts: 3,648
|
Looks like your HTML reports have the same problem. Make sure you've loaded all the different sized versions of the logos to your website. For example, you only have san_diego_padres.png. You should have san_diego_padres_110.png, san_diego_padres_90.png, san_diego_padres_40.png, etc.
__________________
StatsLab- PHP/MySQL based utilities for Online Leagues Baseball Cards - Full list of known templates and documentation on card development. |
|
|
|
|
|
#370 |
|
Hall Of Famer
Join Date: Mar 2002
Location: South Korea
Posts: 3,530
|
I am totally stumped after spending over 4 hours at least trying to figure out my problem installing StatsLab. I'm getting the same thing that Stu was getting, with the file permissions.
I've checked them and checked them again. Both the folders are at 755 and the files are at 644. I've had two other apps running off of SQL databases that work. A phpBB board and drupal. My last idea is maybe something to do with .htaccess file? Since drupal is installed directly into the root directory "public_html" I think it modified the .htaccess file to increase its security. But if this is the case it seems it would have broken my phpBB board, which it didn't. If it is the case I wouldn't have any idea what lines to add the .htaccess to allow the app permissions. Like Stu, after changing both folders to 777 I was able to get a bit further, but still had lots of errors popping up. Last edited by Goody; 05-31-2010 at 12:57 PM. |
|
|
|
|
|
#371 |
|
All Star Reserve
Join Date: Apr 2002
Location: NY
Posts: 612
|
OOTP SQL Utilites Login Page - StatsLab for OOTPX
okay, I'm close. I guess. However, I see an issue with the username dropdown. |
|
|
|
|
|
#372 | |
|
Hall Of Famer
Join Date: Mar 2002
Location: South Korea
Posts: 3,530
|
Quote:
Change install.php or login.php to admin.php in the URL. I wish mine looked like that! Still can't get it working so trying to get an allsimbaseball site. This has been one frustrating process! Last edited by Goody; 06-02-2010 at 06:11 PM. |
|
|
|
|
|
|
#373 |
|
All Star Reserve
Join Date: Apr 2002
Location: NY
Posts: 612
|
Ok I think I dumped some sql but now I get the ...You must be a commisioner to access this page
http://www.theamazinmess.com/ootpsqlou/admin.php |
|
|
|
|
|
#374 | |
|
Hall Of Famer
Join Date: Mar 2002
Location: South Korea
Posts: 3,530
|
Quote:
|
|
|
|
|
|
|
#375 |
|
All Star Reserve
Join Date: Apr 2002
Location: NY
Posts: 612
|
there are no user names to choose from. on that login page.
|
|
|
|
|
|
#376 | |
|
All Star Reserve
Join Date: Mar 2007
Location: Somewhere in South Carolina
Posts: 636
|
Quote:
|
|
|
|
|
|
|
#377 |
|
All Star Reserve
Join Date: Apr 2002
Location: NY
Posts: 612
|
|
|
|
|
|
|
#378 | ||
|
Hall Of Famer
Join Date: Nov 2002
Posts: 3,648
|
There's an error with the query that loads the managers on the login page. This is due to one of three tables not being there:
human_managers teams ootp_sql_users Since it's requiring that you be a commish to access the admin page, and it's got a commish on the managers page, it's probably that you never loaded the teams table. You'll need to go to your SQL admin and remove the ootp_sql_users table using a drop command, and then make sure you've loaded all the tables required by the util. Quote:
Quote:
Generally speaking, anyone who needs help with their StatsLab install should either post or PM me a link directly to their install. NOT to your website's main page, as many of you do not have links to StatsLab that are accessible to guests.
__________________
StatsLab- PHP/MySQL based utilities for Online Leagues Baseball Cards - Full list of known templates and documentation on card development. |
||
|
|
|
|
|
#379 |
|
All Star Reserve
Join Date: Apr 2002
Location: NY
Posts: 612
|
I dropped that table, heck, I cleared out the whole database and now I'm getting an error when I try to Load the SQL files. So I'm stuck.
|
|
|
|
|
|
#380 |
|
Hall Of Famer
Join Date: Mar 2002
Location: South Korea
Posts: 3,530
|
Thanks fhomess. It was something with my host. I got it set up on some allsimbaseball webspace just fine.
|
|
|
|
![]() |
| Bookmarks |
|
|