Dynadot β€” .com Transfer

Auction PHP v2.0 FIX!!

SpaceshipSpaceship
Watch

bbrian017

Established Member
Impact
6
I purchased Auction PHP v2.0 from popscript.com and it seems they forgot to tell me about all the errors the script has. Most of the script is written and I am looking for someone how can install and fix all the errors for me. If you're interested I will give you a copy of the auction Script I purchased and you can install it to see where the errors are. I don't mind if you keep a copy for yourself I'm just looking for it to get fixed and that’s all. I contact popscript.com and they aren't even replying to my e-mails so this is my only hope now.

Like I said the install script works great it's just minor errors when editing and deleting the auctions. I would also like some new fields added and current fields removed when adding a new auction.

Please if you can do this for little money contract me or reply to this post.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
anyone available to help please?
 
0
•••
can you pm me showing the errors ?
i may help depending
 
0
•••
Probably php5 type errors. Post one of the errors.
 
0
•••
Warning: main(/home/content/b/b/r/bbrian017/html/auctiontest/includes/messages..inc.php): failed to open stream: No such file or directory in /home/content/b/b/r/bbrian017/html/auctiontest/includes/messages.inc.php on line 34

Warning: main(/home/content/b/b/r/bbrian017/html/auctiontest/includes/messages..inc.php): failed to open stream: No such file or directory in /home/content/b/b/r/bbrian017/html/auctiontest/includes/messages.inc.php on line 34

Fatal error: main(): Failed opening required '/home/content/b/b/r/bbrian017/html/auctiontest/includes/messages..inc.php' (include_path='.:/usr/local/lib/php') in /home/content/b/b/r/bbrian017/html/auctiontest/includes/messages.inc.php on line 34




I have issues adding auctions, deleting auctions and I also have issues with editing adding comments when users post comments on other users auctions. The auction script also has minor cosmetic issues when is IE it justifies center and in ff it's nice and neat to the left.

If you want to experience these issues first hand, sign up here and create some fake auctions then try to access them from the categories list you will see what I'm talking about.

IMPORTANT: I should also be able to charge commissions for every completed auction and I can't I looked every where so this would also need looking at!

http://www.sigsell.com/auction/
 
0
•••
that is a configuration error.
 
0
•••
Do you mean it's something I have done or didn't do?
 
Last edited:
0
•••
"auctiontest" should be "auction"
check your paths on the config file
 
0
•••
JFS said:
"auctiontest" should be "auction"
check your paths on the config file


JFS sorry to mislead you here I feel so bad. This error message was a copy before I moved the scripts path. I moved to this "new" path and I still get the error but auctiontest is now auction so the error after the move still reads

Warning:main(/home/content/b/b/r/bbrian017/html/auction/includes/messages..inc.php): failed to open stream: No such file or directory in /home/content/b/b/r/bbrian017/html/auction/includes/messages.inc.php on line 34

:(

I couldn't reproduce the error when you asked for the error message so I only had the previous error message and didn't think of the path change. For some odd reason when in FireFox after the auction is created and you see this error, you can clear your cookies and the error goes away. The error cannot be reproduced or even seen in Internet Explorer at any time Just doesn't happen.

New path http://www.sigsell.com/auction/

and is only temp
 
Last edited:
0
•••
Can you Private Messages me please
I thank i can help you
 
0
•••
See the error I would think remains here /includes/messages..inc.php See how it's looking for the file with the 2 dots ..

Well I open messages.inc.php and on line 34 I see this, require($include_path.'messages.'.$language.'.inc.php');

Any advice on what the issue could be here?
 
0
•••
$language isn't defined...
perhaps the scripts uses globals on and your host as it off ?
 
0
•••
JFS said:
$language isn't defined...
perhaps the scripts uses globals on and your host as it off ?

yes that's what it was! I added some code a friend gave me on line 26 habe a look,

Code:
if($language == "") {
	$language = "EN";



Code:
<?#//v.2.51 Web2035 Auctions 
#///////////////////////////////////////////////////////
#//  COPYRIGHT 2004 Phpauction.org ALL RIGHTS RESERVED//
#///////////////////////////////////////////////////////

/** *************************************************************
* NOTE: Language management
*/

if(!empty($_GET['lan'])) {
	$language = $lan;
	$_SESSION['language'] = $language;
	
	#// Set language cookie
	setcookie("USERLANGUAGE",$lan,time()+31536000,"/");
} elseif(empty($_SESSION['language']) && !isset($_COOKIE['USERLANGUAGE'])) {
	$language = $SETTINGS['defaultlanguage'];
	$_SESSION['language'] = $language;
	
	#// Set language cookie
	setcookie("USERLANGUAGE",$language,time()+31536000);
} elseif(isset($_COOKIE['USERLANGUAGE'])) {
	$language = $_COOKIE['USERLANGUAGE'];
}

if($language == "") {
	$language = "EN";
}
#// If the user is logged in, update the user's record
#// This is used to send the e-mails in the user's language
if(isset($_SESSION['PHPAUCTION_LOGGED_IN'])) {
	mysql_query("DELETE FROM PHPAUCTION_userslanguage WHERE user='".$_SESSION['PHPAUCTION_LOGGED_IN']."'");
	mysql_query("INSERT INTO PHPAUCTION_userslanguage VALUES(
						 '".$_SESSION['PHPAUCTION_LOGGED_IN']."',
						 '$language')");
}
require($include_path.'messages.'.$language.'.inc.php');
/* **************************************************************/
?>


After adding the code I reinstalled the application, spammed it and I cannot see the error coming up anymore! Why would this ONLY affect FireFox and NOT Internet Explorer?

http://www.yoursourceforinfo.com/auctiontest/index.php
 
0
•••
the browsers treat some information diferently.

the most important is that it's working :)
 
0
•••
JFS said:
the browsers treat some information diferently.

the most important is that it's working :)

Yes now the goal is to make it look cosmetically good in Internet Explorer. Seems it's all centered and in firefox it's all nice and left justified. I know it's going to be the TPL files but I'm also thinking there's more to it... maybe style sheets et.. any advice on this issues?
 
0
•••
0
•••
Thanks for the info JFS
 
0
•••
Appraise.net
Spaceship
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back