Post Reply 
Major Server Change
Jun. 28, 2005, 04:31 AM
Post: #1
 
If you can read this, we're on a new server! Eyes Closed Smile

Links you can tell your friends:

http://www.uops.tk <-- Proxo Site
http://www.uopf.tk <-- Forums
http://www.kye-u.tk <-- Root Site
http://kye-u.hopto.org/ <-- Root Site

Things to do:

-work on site layout
-fix any minor MySQL problems

Bugs:

-Downloads for the site don't work (as well as the navigation menu)
-lost around 1-2 days worth of posts (as my backup was made on June 22)
-I, myself, cannot get into the paFileDB administration menu Sad (maybe I need to remove paFileDB and look for another download library PHP script, can anyone suggest anything? Smile!)

I plan to integrate paFileDB (or perhaps another PHP Download Library Script) to both the Forums and the Site so that Sidki and others can update the files Eyes Closed Smile

This is after I finish the new layout Pervert

Kye-U
Visit this user's website
Add Thank You Quote this message in a reply
Jun. 28, 2005, 09:27 AM
Post: #2
 
Good to see the board back online so quickly. Smile!

Also a good idea to keep hopto.org as redirector, some sites already changed their link to that alias.
I can't get past the login screen in paFileDB either.

sidki
Add Thank You Quote this message in a reply
Jun. 28, 2005, 02:01 PM
Post: #3
 
sidki3003 Wrote:I can't get past the login screen in paFileDB either.
Gosh darn it.
Visit this user's website
Add Thank You Quote this message in a reply
Jun. 28, 2005, 08:35 PM
Post: #4
 
Part of your problems (with the news script for sure at least) as DHost doesn't have register_globals on in the PHP configuration file for security reasons. They WILL NOT change it either. This means that to get a variable in the URL, like http://www.kye-u.com/index.php?id=whatever, you can't just use $id in your PHP script, you have to use $_GET['id']. It's a pretty minor change for most of the scripts. There was a post on DHost that said you could add:

extract($_GET);
extract($_POST);

at the beginning of every script to change $_GET['id'] into $id. I don't know which one you want to choose or if you just want to find new scripts. I know this is why the news doesn't work, I'm not sure about PaFileDB.

�{=(~�::[Shea]::��~)=}�
How 'bout you sideburns, you want some of this milk?
This fading text is pretty cool, eh? I bet you wish you had some.
Add Thank You Quote this message in a reply
Jun. 28, 2005, 09:09 PM
Post: #5
 
Works fine for the site Eyes Closed Smile Thanks!

Doesn't work for paFileDB...*sigh*
Visit this user's website
Add Thank You Quote this message in a reply
Jun. 28, 2005, 11:52 PM
Post: #6
 
Kye-U;

Congratulations on the switchover! Hail To quote a famous personality of some time ago, "I love it when a plan comes together!" :P

Now to blast yet another email out to the membership, even those who didn't come back in after the hopto bandaid fix. Never hurts to try, eh?

And Shea, nice going, spotting that security rub. I also think another script would probably be better than trying to rewrite the current one.


Oddysey

I'm no longer in the rat race - the rats won't have me!
Add Thank You Quote this message in a reply
Jun. 29, 2005, 12:35 AM
Post: #7
 
Blasting away Eyes Closed Smile
Visit this user's website
Add Thank You Quote this message in a reply
Jun. 29, 2005, 04:55 PM
Post: #8
 
I've fixed the paFileDB login problem Eyes Closed Smile (By changing $authmethod = "sessions" to cookies)
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: