Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 55
Search took
0.13
seconds.
Search:
Posts Made By:
Serihon
Forum:
JavaScript programming
12-12-2012, 03:01 PM
Replies:
4
Rating System
Views:
328
Posted By
Serihon
Actually it turns out that there wasn't anything...
Actually it turns out that there wasn't anything wrong with the original code at all. The previous programmer was calling it twice and since they were both hidden when you clicked on the second one...
Forum:
JavaScript programming
12-10-2012, 10:15 PM
Replies:
4
Rating System
Views:
328
Posted By
Serihon
Thanks for the reply Old Pedant. I actually have...
Thanks for the reply Old Pedant. I actually have seen a few pre-built such as yours which is nifty. Just was hoping for a quick fix to get the graphics working on the one that was already done so not...
Forum:
JavaScript programming
12-10-2012, 07:15 PM
Replies:
4
Rating System
Views:
328
Posted By
Serihon
Rating System
Good afternoon,
I am currently working on a website that has a rating system. There are four questions that the user is asked and then an average rating is created and stored in the database.
...
Forum:
PHP
07-13-2012, 01:01 PM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
For kicks and giggles I developed two pages to...
For kicks and giggles I developed two pages to test how many iterations I could do with blowfish and sha512 and to make sure it wasn't other code on my page causing the issue.
With blowfish I can...
Forum:
PHP
07-13-2012, 12:08 PM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
Is SHA512 a better hasher than blowfish? It seems...
Is SHA512 a better hasher than blowfish? It seems to me that by default it iterates itself 5000 times so it would be better. Though if my server can't even handle anything above 17 times I guess it...
Forum:
PHP
07-12-2012, 08:11 PM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
Well I will change it so that the numbers are...
Well I will change it so that the numbers are strings. Still I can't use 31 since any number above 17 will cause the Internal Server Error. Not sure what to do.
I did contact GoDaddy about the...
Forum:
PHP
07-12-2012, 06:41 PM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
Wouldn't appending it to a string turn t into a...
Wouldn't appending it to a string turn t into a string value? I did try $rand=31 and it still passed the internal server error.
Forum:
PHP
07-12-2012, 05:11 PM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
so this is the correct way to do it? ...
so this is the correct way to do it?
$numbers*=*Array('04','05','06','07');*
Also would it be best to use just 15+ for added security or is a wider range better for random security?
Will...
Forum:
PHP
07-12-2012, 03:55 PM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
Hey Fou-Lu, thanks for the response. Well I...
Hey Fou-Lu, thanks for the response.
Well I may have been taking the php manual's description of the crypt_blowfish method literally.
http://us2.php.net/manual/en/function.crypt.php
...
Forum:
PHP
07-12-2012, 03:25 PM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
GoDaddy is currently using PHP version 5.3.6. I...
GoDaddy is currently using PHP version 5.3.6. I noticed in 5.3.7 there are some fixes to crypt and crypt_blowfish but security vulnerabilities so 5.3.8 is preferred. Does anyone think that the issues...
Forum:
PHP
07-12-2012, 01:42 PM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
Did some further testing and the highest number I...
Did some further testing and the highest number I can use is 17. Anything above that causes the 500 Internal Server Error.
Any thoughts?
Forum:
PHP
07-12-2012, 11:54 AM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
I seem to have figured out what is causing the...
I seem to have figured out what is causing the Internal Server Error. I rather think it is a timeout due to long processing from the crypt_blowfish hash.
Basically the crypt_blowfish function in...
Forum:
PHP
07-12-2012, 02:17 AM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
The salt is random per user but stored to rehash...
The salt is random per user but stored to rehash input to match passwords.
Forum:
PHP
07-12-2012, 12:33 AM
Replies:
15
PHP crypt_blowfish issue
Views:
1,082
Posted By
Serihon
PHP crypt_blowfish issue
Good evening fellow coders,
I am updating security on a site I am working on and have decided to use crypt with blowfish to hash users passwords. I am having an issue with my method to create a...
Forum:
HTML & CSS
03-22-2012, 04:14 PM
Replies:
1
PHP Include messes up textarea
Views:
336
Posted By
Serihon
display:none
I have switched gears and decided to use the display property to hide divs that are not in use. Javascript was used to hide forms not in use and general is displayed by default.
<script...
Forum:
HTML & CSS
03-22-2012, 01:22 PM
Replies:
1
PHP Include messes up textarea
Views:
336
Posted By
Serihon
PHP Include messes up textarea
Good morning everyone,
I am trying to create a contact page that has different forms for different options. I am currently using a dropdown menu tied with javascript to allow the user to pick...
Forum:
General web building
03-08-2012, 07:18 PM
Replies:
4
Paypal Add to Cart Customization
Views:
1,081
Posted By
Serihon
Thanks for the reply. However the variables...
Thanks for the reply. However the variables passed to a _cart versus a _subscription payment are different and it seems impossible to pass them both at the same time. I already have the means to...
Forum:
General web building
03-07-2012, 08:44 PM
Replies:
4
Paypal Add to Cart Customization
Views:
1,081
Posted By
Serihon
Figured out how to do this. <form...
Figured out how to do this.
<form id="form" action="shopProcess.php" method="post">
<input type="hidden" name="item_name_1" value="Towel" />
<input type="hidden"...
Forum:
General web building
03-07-2012, 01:36 PM
Replies:
4
Paypal Add to Cart Customization
Views:
1,081
Posted By
Serihon
Still looking for a way to do this if anyone has...
Still looking for a way to do this if anyone has any suggestions.
Forum:
General web building
03-05-2012, 06:12 PM
Replies:
4
Paypal Add to Cart Customization
Views:
1,081
Posted By
Serihon
Paypal Add to Cart Customization
Hey everyone,
I wasn't sure where to go to ask this and thought someone here might be able to help. I currently am using Paypal's "Add to Cart" buttons to allow potential customers the ability to...
Forum:
JavaScript frameworks
02-29-2012, 05:25 PM
Replies:
3
Resolved
jQuery slide issues
Views:
667
Posted By
Serihon
I guess I forgot to include the code I used to...
I guess I forgot to include the code I used to trigger the event.
<input type="image" src="images/minimize.png" alt="Hide Comment" onclick="slide('<?php echo "descrip".$idC; ?>',this);" />
...
Forum:
JavaScript frameworks
02-29-2012, 04:54 PM
Replies:
3
Resolved
jQuery slide issues
Views:
667
Posted By
Serihon
Fixed it. javascript <script> ...
Fixed it.
javascript
<script>
function slide(id, img) {
if ($("#"+id).is(":hidden")) {
$("#"+id).show("slow");
img.src='images/minimize.png';
img.alt='Hide';
Forum:
JavaScript frameworks
02-29-2012, 03:17 PM
Replies:
3
Resolved
jQuery slide issues
Views:
667
Posted By
Serihon
jQuery slide issues
Hey everyone,
Having some issues with the jQuery slide script. So far I haven't been able to get any of their stuff to work successfully but maybe yall will see something i overlooked. Here is the...
Forum:
PHP
02-27-2012, 06:31 PM
Replies:
9
Resolved
mysql_query in a mysql_query
Views:
496
Posted By
Serihon
Thanks. *sigh* Forgot my coffee this morning it...
Thanks. *sigh* Forgot my coffee this morning it seems...
Forum:
PHP
02-27-2012, 06:23 PM
Replies:
9
Resolved
mysql_query in a mysql_query
Views:
496
Posted By
Serihon
Is this a valid statement? SELECT p.id...
Is this a valid statement?
SELECT p.id p.post p.username u.email
FROM comments c
INNER JOIN posts p ON c.postId = p.id
INNER JOIN users u ON c.username = u.username
WHERE c.date=...
Showing results 1 to 25 of 55
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
05:01 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.