Help - Search - Members - Calendar
Full Version: Dlooted.com **Please Test It**
Flexbeta > General > General > Things in General
Google
 
Web Flexbeta Forums

Gsurface
Hi guys,

Need some Beta Testers for www.dlooted.com. Please navigate the site, register and submit. Report any bugs you find here. Cheers.
dn2004
Testing now smile.gif

Update:

The esc button option doesnt work,

Security codes are also extremely difficult to see,

clicking Recently Posted, Most Views, Day, Week, Month etc on the frontpage brings up the following error

QUOTE
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/dlooted/public_html/index.php on line 129


When trying to share a story I get the following

QUOTE
Not Found
The requested URL /share.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.34 Server at www.dlooted.com Port 80



I think I have done everything possible on the site, except the adsense option. I have noticed there isn't an option to change password, I didnt get an email notification when I signed up.

I would also suggest a useful feature to add is ability to use flickr photos as stories, and maybe ad a better category list TV, Funny etc is vague
Gsurface
QUOTE(dn2004 @ Jul 9 2007, 05:26 PM) *
Testing now smile.gif

Update:

The esc button option doesnt work,

Security codes are also extremely difficult to see,

clicking Recently Posted, Most Views, Day, Week, Month etc on the frontpage brings up the following error

QUOTE
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/dlooted/public_html/index.php on line 129


When trying to share a story I get the following

QUOTE
Not Found
The requested URL /share.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.34 Server at www.dlooted.com Port 80



I think I have done everything possible on the site, except the adsense option. I have noticed there isn't an option to change password, I didnt get an email notification when I signed up.

I would also suggest a useful feature to add is ability to use flickr photos as stories, and maybe ad a better category list TV, Funny etc is vague

Awesome. Thanks for the feedback. Keep em coming if you find more. Cheers.
dn2004
No problem smile.gif will keep looking, looks promising though. Keep up the good work.

I noticed if I click Viewed xx times I can bounce up the count also,

when I attempt to comment I get the following error;

QUOTE
Warning: Cannot modify header information - headers already sent by (output started at /home/dlooted/public_html/html_head.php:6) in /home/dlooted/public_html/view.php on line 7

Then it shows what I have tried to comment below the error message, however the comment has been posted, same with replying to a comment

When I login with the wrong credentials I get the following error;

QUOTE
Invalid username or password combination, please try again.
Warning: Cannot modify header information - headers already sent by (output started at /home/dlooted/public_html/html_head.php:6) in /home/dlooted/public_html/user.php on line 21


After the invalid login credentials and retrying to login with the correct details I get the following error;

QUOTE
Invalid username or password combination, please try again.
Warning: Cannot modify header information - headers already sent by (output started at /home/dlooted/public_html/html_head.php:6) in /home/dlooted/public_html/user.php on line 21


However the site has logged me in.

It also messes up the page layout as seen in the attached screenshots.

Are you able to make it so "I love it/I hate it" doesn't refresh the page when you click it, such as it does on digg.
Gsurface
Wow, didn't notice those.
dn2004
Just noticed something else tongue.gif. When you are watching the video and accidentally click outside the viewing box that viewing box closes. I think that is everything happy.gif
Gsurface
QUOTE(dn2004 @ Jul 9 2007, 06:42 PM) *
Just noticed something else tongue.gif . When you are watching the video and accidentally click outside the viewing box that viewing box closes. I think that is everything happy.gif

Thats fine thats supposed to happen.
thexfile
Nothing like an over compressed video from YouTube.

Dlooted.com looks good biggrin.gif

I submitted "nut kicker" and nothing happens when "Recently Posted" is clicked on.
Gsurface
QUOTE(thexfile @ Jul 9 2007, 11:41 PM) *
Nothing like an over compressed video from YouTube.

Dlooted.com looks good biggrin.gif

I submitted "nut kicker" and nothing happens when "Recently Posted" is clicked on.

That is true, I just noticed that. Humm, I wonder why.
dabombtom
Recently Posted refers to the section your in (i.e. popular stories OR upcoming stories) - as does searching by vies, votes etc. etc.

But because no story has over 5 votes (if thats the threshold for hitting the frontpage still), nothing shows on the front page

Ive noted down all the bugs youve said, and they are being fixed very shortly! Any feature requests? Anything missing?
dn2004
I would like to a box to pop up saying are you sure you want to close this window when you are watching a video and click outside the area... its annoying it closes when you are watching something
Gsurface
Rich has been working on Dlooted guys, please visit and test. Cheers.
dn2004
I don't seem to notice any issues, however will let you know.
default
I've noticed, Embeds are used without securing them, for never allowing script access of the tag and for it's networking to be internal. The code below is a lot more secure. Also dlooted failed validation of it's XHTML and CSS, no a biggie, still standards are standards.

instead of:
CODE
<embed style="width: 100%; height: 100%;" src="http://www.metacafe.com/fplayer/625109/dangerous_situation.swf?playerVars=autoPlay=yes" type="application/x-shockwave-flash" quality="best">


use:
CODE
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="" width="" style="width: 100%; height: 100%;" data="http://www.metacafe.com/fplayer/625109/dangerous_situation.swf?playerVars=autoPlay=yes">
  <param name="allowScriptAccess" value="never" />
  <param name="allowNetworking" value="internal" />
  <param name="movie" value="http://www.metacafe.com/fplayer/625109/dangerous_situation.swf?playerVars=autoPlay=yes" />
  <param name="quality" value="best" />
</object>
Rich2189
I will adjust it to that when I begin fixing all the sites security issues.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.