You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 45 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - [SOS] error with Registration [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
dotcomUNDERGROUND
Lieutenant
Lieutenant


Joined: Jul 18, 2003
Posts: 180


PostPosted: Mon Sep 01, 2003 10:36 pm Reply with quoteBack to top

in the 3rd page of the registration ( after conferming ur email ) its only showing

Code:
_ERROR


after the loading the left blocks.
and no reg confermation link is going out
( recommend us working fine)

we had ~50 new user registration each day.
but for last few days there havent been any registration

pls help

Nuke URL: http://www.PornBangladesh.com
Find all posts by dotcomUNDERGROUNDView user's profileSend private messageVisit poster's website
dotcomUNDERGROUND
Lieutenant
Lieutenant


Joined: Jul 18, 2003
Posts: 180


PostPosted: Tue Sep 02, 2003 5:10 am Reply with quoteBack to top

i noticed another error in the forum Member List.

instead of showing date like Aug 01, 2003 on some users its showing like 1057021649.

and the list is starting from u=2735 and sorting for random u= for next 13 values. they are all showing up with numeric value in joined date

then from u=4025 its showind in order with Aug 01, 2003 type of joined date.

_________________
[ Bangla Music | Bngladesh | tech.com.bd | Web Hosting ]
Find all posts by dotcomUNDERGROUNDView user's profileSend private messageVisit poster's website
Trolljenta
Nuke Soldier
Nuke Soldier


Joined: Apr 04, 2003
Posts: 13


PostPosted: Tue Sep 02, 2003 6:45 am Reply with quoteBack to top

I just got here wondering about the same question.. :

43 pinkpanther Aug 31, 2003 1
44 UgleUtenIq Aug 31, 2003 3
45 thedevil norge 1062511742 0
46 Black_GodDesS 1062512597 0
Find all posts by TrolljentaView user's profileSend private messageSend e-mailMSN Messenger
Trolljenta
Nuke Soldier
Nuke Soldier


Joined: Apr 04, 2003
Posts: 13


PostPosted: Tue Sep 02, 2003 6:58 am Reply with quoteBack to top

Did you change this: http://www.nukecops.com/postlite7677-profile.html

I edited like told in that post and now just uploaded the original file and the joined date works.. is it just a coincidence or is that's what causing it?
Find all posts by TrolljentaView user's profileSend private messageSend e-mailMSN Messenger
dotcomUNDERGROUND
Lieutenant
Lieutenant


Joined: Jul 18, 2003
Posts: 180


PostPosted: Tue Sep 02, 2003 7:45 am Reply with quoteBack to top

my prob is with the signup actually.
i am losing a lot of traffic by this. may be they wont signup again Sad

the site i mentioned b4 [http://www.PornBangladesh.com ] is running on nuke 6.5

my another site [ http://RapeClub.PornBangladesh.com ] runninh on NC beta (updated with latest snap ) is also giving the SAME error

help pls

_________________
[ Bangla Music | Bngladesh | tech.com.bd | Web Hosting ]
Find all posts by dotcomUNDERGROUNDView user's profileSend private messageVisit poster's website
dotcomUNDERGROUND
Lieutenant
Lieutenant


Joined: Jul 18, 2003
Posts: 180


PostPosted: Tue Sep 02, 2003 10:12 am Reply with quoteBack to top

Trolljenta wrote:
Did you change this: http://www.nukecops.com/postlite7677-profile.html

I edited like told in that post and now just uploaded the original file and the joined date works.. is it just a coincidence or is that's what causing it?


i dont think it has anything to do with it directly

that code just just made some redirection.

my whole registration sys is broken

not just 1 site.. on both of my sites

they are also running on diffrent accounts ( same server but different hosting account and diff database )

plssss help.

wondering if zx and all support stuffs set me to ignore?
!!

Embarassed

_________________
[ Bangla Music | Bngladesh | tech.com.bd | Web Hosting ]
Find all posts by dotcomUNDERGROUNDView user's profileSend private messageVisit poster's website
RedGerry
Captain
Captain


Joined: Jul 28, 2003
Posts: 304

Location: Alloa, Scotland

PostPosted: Wed Sep 03, 2003 4:32 pm Reply with quoteBack to top

I've got the same problem and have used the following work around (temp). This is the bit in My_Account/index.php that is causing the problem:

$db->sql_query("INSERT INTO ".$user_prefix."_users_temp (user_id, username, user_email, user_password, user_regdate, check_num, time) VALUES (NULL, '$username', '$user_email', '$new_password', '$user_regdate', '$check_num', '$time')");

# if(!$result) {
# echo ""._ERROR."<br>";
# } else
{

NOTE! that the trailing { on same line as end originally is not commented out and is taken to next line. This works,,, but it ignores any returned error from writing the temp record. Check that these are being written before you apply this temp fix.

You can resend the email out using resend module for existing queued temp members.

_________________
RedGerry.com - Home of RG_Sports
Find all posts by RedGerryView user's profileSend private messageVisit poster's websiteMSN MessengerICQ Number
dotcomUNDERGROUND
Lieutenant
Lieutenant


Joined: Jul 18, 2003
Posts: 180


PostPosted: Thu Sep 04, 2003 5:20 am Reply with quoteBack to top

thanks a lot dude

things are going fine now

but any idea what happened actually?

by applying your fix, i am just bypassing the error.
but whats exactly causing the error?

_________________
[ Bangla Music | Bngladesh | tech.com.bd | Web Hosting ]
Find all posts by dotcomUNDERGROUNDView user's profileSend private messageVisit poster's website
dotcomUNDERGROUND
Lieutenant
Lieutenant


Joined: Jul 18, 2003
Posts: 180


PostPosted: Thu Sep 04, 2003 5:21 am Reply with quoteBack to top

thanks a lot dude

things are going fine now

but any idea what happened actually?

by applying your fix, i am just bypassing the error.
but whats exactly causing the error?

_________________
[ Bangla Music | Bngladesh | tech.com.bd | Web Hosting ]
Find all posts by dotcomUNDERGROUNDView user's profileSend private messageVisit poster's website
RedGerry
Captain
Captain


Joined: Jul 28, 2003
Posts: 304

Location: Alloa, Scotland

PostPosted: Thu Sep 04, 2003 5:59 am Reply with quoteBack to top

We ran tests where we passed the sql query directly to the db with the variables modified for sensible numbers and there was no error. The user accounts (temp) are created and all the fields have valid data so in short as we say here (Scotland) haven't a scube.

As the code immediately below sends the user reg email it never gets there. Yes this is a temp fix but we are trying to establish why the error is happening in the first place. Will post any progress

_________________
RedGerry.com - Home of RG_Sports
Find all posts by RedGerryView user's profileSend private messageVisit poster's websiteMSN MessengerICQ Number
dotcomUNDERGROUND
Lieutenant
Lieutenant


Joined: Jul 18, 2003
Posts: 180


PostPosted: Fri Sep 05, 2003 3:40 am Reply with quoteBack to top

Thanks

ill keep in touch.
pls do let me know if you get any progress.

_________________
[ Bangla Music | Bngladesh | tech.com.bd | Web Hosting ]
Find all posts by dotcomUNDERGROUNDView user's profileSend private messageVisit poster's website
epademic
Nuke Cadet
Nuke Cadet


Joined: Aug 28, 2003
Posts: 6

Location: Scotland

PostPosted: Tue Sep 09, 2003 5:24 am Reply with quoteBack to top

I have just found out that i have the same error after being blissfully unaware for a month Surprised

I have made the temp fix and it seems to be working.

It seems that there is no definition in the language file for .ERROR which seems strange in its self.

I will also look into this, and post and progress

-Epademic
Find all posts by epademicView user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.224 Seconds - 190 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::