Search found 642 matches

by Saldash
Sun Aug 26, 2012 5:44 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Statement that checks if it's "you"
Replies: 6
Views: 357

Re: Statement that checks if it's "you"

There ya go, Siropu got in there before I could

;)
by Saldash
Sun Aug 26, 2012 3:07 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: phpBB Delete user script for dummies.
Replies: 12
Views: 1074

Re: phpBB Delete user script for dummies.

And fwiw........ 1. Guess what website/forum it's on 2. Guess the path 3. Get past my .htaccess authorization (OH...you ASSumed the script wasn't in a password protected folder..I see....lol) 3. Write a script to delete my users 4. I'm waiting................ The point is that according to this top...
by Saldash
Sun Aug 26, 2012 1:45 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Bulk Add Users
Replies: 45
Views: 45404

Re: Bulk Add Users

phpMyAdmin.. Export phpbb_users table to Excel Spreadsheet name the phpbb_users table to phpbb_users_backup Add your new data to the exported spreadsheet table making sure each is under the correct header Import the XLS file through phpmyAdmin and call it phpbb_users phpMyAdmin has more comprehensiv...
by Saldash
Sun Aug 26, 2012 1:05 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Statement that checks if it's "you"
Replies: 6
Views: 357

Re: Statement that checks if it's "you"

Gnasty wrote:Well yeah. That's kind of what I'm looking for. However, I'm not certain how I should do it in the PHP :cry:
If noone replies with the correct method before I get home, I'll post the edits you'd need to make.
by Saldash
Sun Aug 26, 2012 11:28 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Statement that checks if it's "you"
Replies: 6
Views: 357

Re: Statement that checks if it's "you"

Hi, One method of achieving this is to create a custom template variable that (in your PHP) checks the user ID of the person veiwing to the that of the person in the profile.. If you can get that to out put to a boolean result you can use the normal <!-- IF T_yourvariable --> ... <!-- Endif --> (it'...
by Saldash
Sun Aug 12, 2012 10:38 pm
Forum: [3.0.x] MOD Requests
Topic: [REQ] Verify Minecraft Username
Replies: 30
Views: 30451

Re: [REQ] Verify Minecraft Username

This is why I suggested having a separate method of verification. I's very unfortunate that, for now at least, minecraft does not have an API function specifically for this. So yes, the only thing stopping people falsifying information is their conscience, and as the site owner you would be none the...
by Saldash
Sun Aug 12, 2012 5:00 pm
Forum: [3.0.x] MOD Requests
Topic: [REQ] Verify Minecraft Username
Replies: 30
Views: 30451

Re: [REQ] Verify Minecraft Username

Which ever way you do it, you still can't truly validate the Minecraft username.. All you can do is check to see if the account has bought the game, not whether that person is who they say they are. I could create a bogus account, use a minecraft username I know has paid and then access your site. A...
by Saldash
Sat Jul 21, 2012 7:49 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Convert a text into code
Replies: 6
Views: 336

Re: Convert a text into code

Anyhow he cannot able to reply even after login then why there is a Post Reply button:? That's default behaviour, all mine do that for guests as well. But if you set the permissions correctly for Newly Registered and Registered users then when they log in that button will be disabled and they wont ...
by Saldash
Sun Jul 01, 2012 11:49 am
Forum: [3.0.x] MOD Writers Discussion
Topic: [phpBB Debug] error
Replies: 35
Views: 1596

Re: [phpBB Debug] error

Can you post a few line before and after that one please?
Just so we can see what that line is meant to be part of.
by Saldash
Sun Jul 01, 2012 11:24 am
Forum: [3.0.x] MOD Writers Discussion
Topic: [ANSWERED]What are the Smilies Modes?
Replies: 6
Views: 461

Re: [ANSWERED]What are the Smilies Modes?

One can only assume that Vipaka has resolved his/her issue as they have not posted again since saying thanks. ;)
by Saldash
Thu Jun 14, 2012 7:57 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: phpBB portal getting rid of sid= [SOLVED]
Replies: 4
Views: 618

Re: phpBB portal getting rid of sid=

Are your cookies set correctly?

My board doesn't append the SID to my customer pages and they work fine keeping people logged in.
by Saldash
Wed Apr 18, 2012 6:25 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: JQuery Slider
Replies: 23
Views: 3754

Re: JQuery Slider

I think what you mean is steal some coding from ACP_Ranks and use it in the code I've just put in for the images to enable me to add as many images as I want?! It'll would mean some code and a new data table - but yes, with that in place you can add as many as you like. I put together a solution li...
by Saldash
Wed Apr 18, 2012 4:17 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: JQuery Slider
Replies: 23
Views: 3754

Re: JQuery Slider

Grats, I'm glad you got it working and that your able to modify it to your own needs :)

If your feeling really bold, have a look at the ACP_Ranks source-code, with some work and
a bit of practice you can setup your own control to let you add/remove as many as you want :ugeek:
by Saldash
Wed Apr 18, 2012 2:14 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: JQuery Slider
Replies: 23
Views: 3754

Re: JQuery Slider

Not sure what difference it makes, but you have two legend3's in there, change your last legend3to legend4, and the existing legend4> legend5
by Saldash
Wed Apr 18, 2012 2:04 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: JQuery Slider
Replies: 23
Views: 3754

Re: JQuery Slider

Certainly don't give up, there's great satisfaction in completing a challenging task ;)
Can you post your PHP edits from /includes/acp/acp_board.php please?

Go to advanced search