Search found 58 matches

by twiggy
Sat Jul 09, 2011 2:38 pm
Forum: Tutorials
Topic: Register and Login (Email Activation) jQuery
Replies: 5
Views: 1551

Re: Register and Login (Email Activation) jQuery

I cant help with the lazy jQuery approach


What is meant by this?

Don't matter I will leave it like this for now until I gain enough experience to go deeper with it.
by twiggy
Thu Jul 07, 2011 8:19 pm
Forum: General Chat
Topic: CodeCanyon Piracy
Replies: 26
Views: 4080

Re: CodeCanyon Piracy

Some good points guys, JelvinJS7 you say a musician could benefit if a pirated copy is downloaded because the 'pirate' could like it and want to go see them. Well doesn't this work for a developer? If someone pirates their script they could go to the developers website and see more scripts they like...
by twiggy
Thu Jul 07, 2011 8:01 pm
Forum: Tutorials
Topic: Register and Login (Email Activation) jQuery
Replies: 5
Views: 1551

Register and Login (Email Activation) jQuery

Ok I have been following a tutorial from another site on how to jQuery/AJAX your input data so it checks if a username has been used or not. All is working great (so far) but in the included PHP file that connects to the DB and runs the SQL check I have entered the connection details, so I thought t...
by twiggy
Thu Jul 07, 2011 12:16 am
Forum: General Chat
Topic: CodeCanyon Piracy
Replies: 26
Views: 4080

Re: CodeCanyon Piracy

Why do you think pirating scripts is lame but everything else is not?
by twiggy
Wed Jul 06, 2011 11:50 pm
Forum: General Chat
Topic: CodeCanyon Piracy
Replies: 26
Views: 4080

Re: CodeCanyon Piracy

To be fair on your music point dylan, a single use to cost £3 here in the UK now you can get it for around £1 which is a big cut but as you also point out its still a massive profit (for a large selling track), producers have to sell at this price to fund new talent. A new band might only sell 1000 ...
by twiggy
Wed Jul 06, 2011 11:43 pm
Forum: General Chat
Topic: 10 Reasons Why People Initially Suck at Programming
Replies: 9
Views: 1485

Re: 10 Reasons Why People Initially Suck at Programming

The problem is, if people didn't ask then there would be no forum :)
by twiggy
Wed Jul 06, 2011 8:04 pm
Forum: Tutorials
Topic: Register and Login (Email Activation)
Replies: 11
Views: 2155

Re: Register and Login (Email Activation)

Got it! What a mess! For anyone reading this thread later on the problem is with Mercury apparently there is a bug in a module or something that causes the SMTP to go offline. Simply go to file and click enter offline mode, cycle this option until the SMTP come back online. Now I have no hair left, ...
by twiggy
Wed Jul 06, 2011 7:35 pm
Forum: Tutorials
Topic: Register and Login (Email Activation)
Replies: 11
Views: 2155

Re: Register and Login (Email Activation)

I have Mercury running from the xampp control panel. This is one of two solutions to the problem I can find on the internet, the other is to check the ini file to ensure its pointing to local host and mine is.

SMTP localhost localhost
smtp_port 25 25

Any ideas will be welcome
by twiggy
Wed Jul 06, 2011 7:20 pm
Forum: Tutorials
Topic: Register and Login (Email Activation)
Replies: 11
Views: 2155

Re: Register and Login (Email Activation)

Ok before I stab someone, I have not changed a thing in the script, come back to it and get this: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\...
by twiggy
Wed Jul 06, 2011 1:51 pm
Forum: Tutorials
Topic: Register and Login (Email Activation)
Replies: 11
Views: 2155

Re: Register and Login (Email Activation)

Already tried the echo mysql_error(); I learnt that from you last time I had a problem ;) it wasn't showing anything just looping back.

Got it anyway I had named my table id and not user_id doh! :D
by twiggy
Tue Jul 05, 2011 11:14 pm
Forum: Tutorials
Topic: Register and Login (Email Activation)
Replies: 11
Views: 2155

Re: Register and Login (Email Activation)

ok spoke too soon, the user details are being placed in the database and I can log-in with them but nothing is being added to the user_activations table, any ideas?
by twiggy
Tue Jul 05, 2011 11:12 pm
Forum: Tutorials
Topic: Register and Login (Email Activation)
Replies: 11
Views: 2155

Re: Register and Login (Email Activation)

I have no idea what just happened but its now working perfect :\ hmmm anyway onwards I go
by twiggy
Tue Jul 05, 2011 10:22 pm
Forum: General Chat
Topic: CodeCanyon Piracy
Replies: 26
Views: 4080

Re: CodeCanyon Piracy

some one from codecanyon created a site to allow people to send multiple file take downs to a large number of file hosts in one go, forget the name now take a look in the CC forums for a link.
by twiggy
Tue Jul 05, 2011 10:01 pm
Forum: Tutorials
Topic: Register and Login (Email Activation)
Replies: 11
Views: 2155

Register and Login (Email Activation)

Hi guys I'm getting the following error from this tutorial: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\advertise\core\inc\user.inc.php...
by twiggy
Fri Jun 24, 2011 11:19 am
Forum: General Chat
Topic: Paid work
Replies: 2
Views: 640

Re: Paid work

How much depends on the quality of article and the persons understanding of the subject, how much research they put in and how much detail and explanation is included. So far I have paid $10USD for a basic article and up to $50USD for more complex detailed articles. As for length, pretty much as abo...
by twiggy
Thu Jun 23, 2011 9:00 pm
Forum: General Chat
Topic: Paid work
Replies: 2
Views: 640

Paid work

Hi folks, I'm after someone to carry out work for me, well article writing actually about the shopping cart system opencart. What I need is some good articles on its structure, how to use its PHP functions to modify things, how the back end works ect ect. Let me know if you are interested, I'm reall...
by twiggy
Sun Jun 19, 2011 7:34 pm
Forum: Suggestions
Topic: A Few Suggestions
Replies: 7
Views: 2092

Re: A Few Suggestions

Nice, sure I will keep bringing some more ideas as I go
by twiggy
Sun Jun 19, 2011 7:07 pm
Forum: Suggestions
Topic: A Few Suggestions
Replies: 7
Views: 2092

A Few Suggestions

Just a few ideas to keep you thinking and help you move forward. - A CMS yes everyone has a tutorial on these but it will be nice to see you do one. - Installer, how to create a installer for your scripts where a user can enter there database details ect - MVC principles. - PDF creation with info fr...
by twiggy
Tue Jun 14, 2011 9:51 pm
Forum: Tutorials
Topic: PHP Login: Missing argument 2 for valid_credentials()
Replies: 3
Views: 826

Re: PHP Login: Missing argument 2 for valid_credentials()

oops my bad! I put a . instead of a , in if (valid_credentials($_POST['username'], $_POST['password']) === false)

Thanks Tino your comment made me look more closely at that part of the code
by twiggy
Tue Jun 14, 2011 9:14 pm
Forum: Tutorials
Topic: PHP Login: Missing argument 2 for valid_credentials()
Replies: 3
Views: 826

PHP Login: Missing argument 2 for valid_credentials()

I'm almost there! Final video this forums bandwidth must love me! Im about 8mins into the last video and you say to go on the login.php and check there are no syntax errors, but I get this when I try and login: Warning: Missing argument 2 for valid_credentials(), called in C:\xampp\htdocs\user_syste...
by twiggy
Tue Jun 14, 2011 8:46 pm
Forum: Suggestions
Topic: Statistics
Replies: 2
Views: 976

Re: Statistics

I'm just an information junkie :twisted: